Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. 2201
  2. LOL...i thought it was....O.O *facepalm* coz i think of the "Deadly Poison" ....."D..Poison"..... now i know why i cant find the Damage Calculation part....LOL
  3. deathmatch mapflag restricted 1 you wont need to add if this mapflag already apply by default to certain zone of map
  4. 2199
  5. sorry not sure where is the exact location to edit this..coz i fail to locate the part that affect the damage.
  6. add a new menu line in the menu part.. then at the switch part.. add a new case..( you can copy other cases ) then edit the mapname...
  7. 2197
  8. O.O ? you wan to make count for all monster inside RO ? then it would become an extremely huge table .....O.O ? there is about...2000 ~ 3000 monster in RO...are you going to count for each of them ?
  9. 2195
  10. erm...since i am not good enough for src yet....but i think you still can try do some trick in the calculation part.. for example this part... https://rathena.svn....rc/map/battle.c //Skill damage modifiers that stack linearly if(sc && skill_num != PA_SACRIFICE) { if(sc->data[sC_OVERTHRUST]) skillratio += sc->data[sC_OVERTHRUST]->val3; if(sc->data[sC_MAXOVERTHRUST]) skillratio += sc->data[sC_MAXOVERTHRUST]->val2; if(sc->data[sC_BERSERK]) skillratio += 100; } you can just simply add in a statement which will reduce the damage ratio if the users used EDP ... // Reduce Skill Damage by 90% if users used EDP if( sc->data[sC_DPOISON] ) skillratio -= 90; hope this help you. refer post #8
  11. Uhm ?? Error ? dunno..specify it..or elaborate it more.. i have tried a setting like this.. // ExchangeCard( "<ItemID | Variable>",<Normal>,<MiniBoss>,<MVP> ); ExchangeCard( "7179",0,500,5000 ); and it work just fine for me.... all normal card are traded into 0 x TCG..
  12. not really this will work...havent test ...just some scratch... OnNPCKillEvent: if( killedrid == 1002 ){ query_sql("UPDATE `Table_Name` WHERE `Count`=`Count`+1 AND `CharacterName`='"+escape_sql( strcharinfo(0) )+"'"); } end;
  13. 2193
  14. 2191
  15. Regards, Mindless That's no problem. It's just a notification, it tells you that the value of getarg(1) (Death) is 0. Where any number divided by 0 is undefined. So no calculations can be made but return 0 instead.
  16. i think you would required to create a new table of SQL to store these information because you wanna display this result through php ... create a npc.. and check for the monster id upon killed a monster.. if the monster id is the targeted monster.. then increase the monster count by 1 and save the data / update it in your SQL table. and for php...sorry dunno how to write php ...
  17. Emistry

    Server Time

    perhap you can drop AsuraHosting a message or ticket if they have any... they should be able to help you ....
  18. if you are hardworking...you should have discovered this in this forum ... or even in eAthena ... the message is just a "Info" about the loaded map for this npc.. nothing harm about it. if you feel that it is annoying..you can remove it.. find the debugmes command line..and remove that line.
  19. try this ? http://upaste.me/c2e84033a7af98c
  20. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/item_noequip.txt edit there...and put the correspond mapflag to your pvp map..
  21. there are alot of pvp script you can find inside the forum just pick 1 and edit to your like... http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/ http://rathena.org/board/topic/53391-pvp-master-ultimate-v130/
  22. what announcer ?? explain more ? what's the coordinate for announce ? npc location ? which map for woe ? if just a simply WOE Start Message..you can do it like this OnAgitStart: announce "WOE has Started.",0; end;
  23. maybe his enemy has stun immune ? Orc Hero Card ? High VIT ? other resistance card for stun ?
  24. try this ? http://upaste.me/b79e40199f93c5d
  25. i dont think this is possible without any src... anyway...i think the new client have browser included with it.. the default website it link is the kro website... you can just hex ur client and change the website link to your desired link address...
×
×
  • Create New...