Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. wow yo're back? :D long time no see

    1. AnnieRuru

      AnnieRuru

      also amaze you still there ~ xD

      catch me on discord later

    2. Emistry

      Emistry

      great to see you're back. cant wait to learn more from you :)

    3. Elysium

      Elysium

      Annnnnnnnnnnnnnnnnnnnnnniiiiiiiiiiiiiiiiieeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee!

  2. https://pastebin.com/f9aFiDfv you can try something like this.
  3. use LUB decompiler to decompile it into LUA
  4. use LUB decompiler software ... alot of guide to decompile LUB to LUA accessible in the forum, search for it
  5. - script sample -1,{ OnNPCKillEvent: if (isequipped(<item_id>)) { if (rand(100) < 1) if (getmonsterinfo(killedrid, MOB_LV) >= 75) { sc_start SC_EXPBOOST, (600 * 1000), 50; } } end; }
  6. if i recall correctly, there might be a trick for it. but i am not sure how good/true are the outcome. mobile users i think cant use the gepard shield right? last time they did a compare with the info like unique_id from gepard shield to check they are from mobile or pc. mobile users seem like doesnt have this unique_id thing, gepard not compatible with mobile user i guess. but i dont know if this trick still possible or even correct in the first place, you may try tho if you did have gepard installed in pc and not for mobile.
  7. change the variable type from global type to player/account-specific type.
  8. Wrong section. Moved to "Client-side Support"
  9. you probably can use this for older version. warpchar(map,x,y,char_id)
  10. Wrong section. Moved to "Client-side Support"
  11. Wrong section. Moved to "Database Support".
  12. https://rathena.org/jobs_available/ https://rathena.org/thirdpartyservices/
  13. OnBossKilled: getitem F_Rand(501, 502, 503, 504, 505),10; dispbottom "You killed 1 Boss"; announce strcharinfo(0)+" killed the Boss.",bc_all; end;
  14. Wrong section. Moved to "Scripting Support".
  15. Wrong section. Moved to "Installation Support"
  16. read https://github.com/rathena/rathena/wiki/installations
  17. the default script broadcast the announce to the player him/herself only. only the super fabre will be broadcast to everyone in the same map.
  18. perhaps you can try save timestamp (total seconds until vip expired) and not days. on char login, check if the timestamp exceed the stored value, if exceed then cancel the vip else attach a timer with the remaining seconds and cancel the vip upon timeout.
  19. Wrong section. Moved to "Source Support".
  20. these query should be executed during the char isn't online ...preferable during shutdown/maintenance of server. its useless to execute this query when the char is online, the server will simply re-insert the exact same data into the server when the char relog which is why its not provided as a npc script in the first place.
  21. tried replace with a data folder that content are in korean language....?
  22. capuche has already show you the way to setup 2 different shop using the same npc script, without need to trouble to duplicate a new npc script.
  23. store the GID to a variable upon summon it ....attach each monster with their own event to trigger upon death. what you gonna do with the GID as the monster already died....
  24. npc/scripts_athena.conf#L194 I wonder how many time shall we spoonfeed you with the same kind of question to add/remove npc? Perhaps starting trying or search first before ask any similar questions?
  25. TCG is an item .... just add it to the "Required Item ID" ...
×
×
  • Create New...