*movenpc "<NPC name>",<x>,<y>{,<dir>};
Sollte der command sein den du suchst.
movenpc "Eremes",214,47,3;
Wenn ich dir nen tipp geben kann, füg dem npc #irgendwas an, falls du irgendeinen anderen npc hast der so heißt würde es zu komplikationen führen.
Nenn ihn zb Eremes#erms1 oder so, ist dir überlassen.
Pre-Renewal official EDP behaviour:
Boosts damage of all skills but meteor assault and soul destroyer/breaker. Also boosts melee attacks by the same amount. It's an "on top" damage times X modifier you could say.
This includes:
Grimtooth, Sonic Blow....even throw sand is affected by EDP.
Grimtooth and Sonic Blow where one of the strongest skills in combination with EDP, 5k edp grimtooth def anyone?
It's possible when the person died multiple times, the EXP can go to 0 (if this is your question).
Lets say from level 93 to 94 you would need 200.000 EXP to gain a level.
The said player just leveled up and died 1-2 times.
Per Death the player will lose 1% of the CURRENT maximum EXP needed to gain a level, in this case 2000 exp.
Scenario:
Player levels up and has a rest of 2000 EXP left.
Dies 1 time and loses 1% of EXP which is 2000 exp.
2000 - 2000 = 0;
Mystery solved.
You mean if the player has for example 256 str,vit,agi,dex,int AND luk?
if (readparam(bStr) > 255 && readparam(bAgi) > 255 && readparam(bVit) > 255 && readparam(bInt) > 255 && readparam(Dex) > 255 && readparam(bLuk) > 255){
This would block the person when allstats are atleast at 256.
Also, you might want to add this line here below the announce part, otherwise this guy won't get disconnected:
atcommand "@kick "+strcharinfo(0);
when using
if (statement here)
the line below is only executed if above statement is true,
if you add other lines below it, they will be always read.
in this example
if(sd) -> if session_data is true -> run code below (player)
block asura for xx seconds
if(sd)
block asura -> checking if SD is true
block more stuff -> ignored the SD statement
When a monster uses body relocation aka snap, it will crash the server most likely.
You are misunderstanding the s1 / p1 part. This one is defined in the map_athena.conf & char_athena.conf. And this one is also defined in the login sql database.
Do you even have a SQL database setup?