The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some Questions of My Server
Author Message
DeatH CoiL
Apprentice
*

Posts: 9
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: May 2014
Reputation: 0



Post: #1
Some Questions of My Server
Staff, Good Night

I have some problems as my server, I will list below if someone can help:

1) How can the value of the damage appears to attack or suffer any damage?

2) When performing any action with targetself, the target enemy is lost. This only happens on my server, with all the players. It is not macro nor the client.

3) Is there any id deathshroud that does not hide the body items?

4) Does anyone have any script that the damage is greater to hit the paralyzed player? Or can help me on how to do?

Thank you!
(This post was last modified: 08-30-2016 07:39 AM by DeatH CoiL.)
08-30-2016 07:39 AM
Find all posts by this user Like Post Quote this message in a reply
rastrero
Master
**

Posts: 250
Likes Given: 41
Likes Received: 28 in 24 posts
Joined: Jan 2016
Reputation: 3



Post: #2
RE: Some Questions of My Server
1)Just go to sphere.ini open it with notepad and there are many options to custom your server. One of thoose is the one you are looking for.

2)targetself macro?? its a client feature.

3) http://tracker.sphere.torfo.org/bugs/view.php?id=2511

4)A script that does more damage when your target is paralyzed?
(This post was last modified: 09-01-2016 02:27 AM by rastrero.)
09-01-2016 02:23 AM
Find all posts by this user Like Post Quote this message in a reply
DeatH CoiL
Apprentice
*

Posts: 9
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: May 2014
Reputation: 0



Post: #3
RE: Some Questions of My Server
1) You know that I need to configure option?
2) The problem is that in any action in which targetself realize logged into my server, the target enemy is lost. This only happens on my server, use the same macros and client on another server and does not occur this problem.
3) Okay, I'll check.
4) Exactly, only for damage caused by weapons.
09-01-2016 03:29 AM
Find all posts by this user Like Post Quote this message in a reply
rastrero
Master
**

Posts: 250
Likes Given: 41
Likes Received: 28 in 24 posts
Joined: Jan 2016
Reputation: 3



Post: #4
RE: Some Questions of My Server
1) if I understood right u want to see the damage everytime u hit an enemy, right? If its, u need to configure sphere.ini

2)If you are using commans like .targerself or .targetlast or other commands, you may dont have that scripts. If you are using Client macros, maybe u should delete your characters folder and do macros again. Do BACKUP!

3) ;D

4) I´ll guide you to do it by yourself. It´s quite easy.

-You should create a global event for all players.
Eg: "[event e_global_event]"
-Go sphere.ini and writte the name of the event "e_global_event". Search "event" until you see where.

[event e_global_event]
//here you can use triggers, the one u need is: @gethit
On=@gethit
//Now you here comes your script.
// Usefull Link http://wiki.sphere.torfo.org/index.php/@GetHit
if (<flags>&statf_freeze)

endif


////////

[event e_global_event]
On=@gethit
if (<flags>&statf_freeze)

endif
09-01-2016 06:48 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)