Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ warp "schg_cas05",123,123; },{},{}
  2. some similar script npc/merchants/cashheadgear_dye.txt
  3. newer client load item info from the System/ItemInfo.lub
  4. doc/script_commands.txt#L6994-L7016
  5. remove the cast delay here db/re/skill_cast_db.txt
  6. https://github.com/MStr3am/NEMO
  7. doc/script_commands.txt#L5716-L5744
  8. the script doesnt work because you have removed alot curley brackets from the script itself. by default the script itself already have the weight checking part, there isn't any need to add extra weight checking. http://pastebin.com/raw/zAw5KKqG
  9. you can refer all those buffer npc to use the sc_end or sc_start https://rathena.org/board/topic/66739-dispell-all-buffs-on-entering-pvp-room/ https://rathena.org/board/topic/66224-npc-buffer/
  10. make sure you disabled the official woe controller when you using a custom woe controller. npc/scripts_guild.conf#L7
  11. add the checking condition to your warper npc.
  12. 12212,Giant_Fly_Wing,Giant Fly Wing,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ if ( strcharinfo(3) == "devil_square_map" ) callfunc "F_CashPartyCall"; },{},{}
  13. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  14. OnPCLoadMapEvent + sc_end make sure the map added loadevent mapflag.
  15. always cast the skills while idle/chase/attack cast when the amount of players gangbang the monster is more than X cast when the amount of players gangbang the monster is more than or equal X cast when the players casted specific skills on the mob cast skill when after another skill is triggered. (chain skills) I believe should be like these.
  16. everything that you may need to adjust.. https://github.com/rathena/FluxCP/tree/master/config
  17. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  18. set Zeny,Zeny - 10000000;
  19. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  20. http://rathena.sourceforge.net/tools/login_background/
  21. add the entry into the db/re/item_noequip.txt add the correspond mapflag to the map done You're just simply asking for spoon-feeding rather than trying it out.
  22. conf/battle/items.conf#L86-L90
  23. db/re/item_noequip.txt
  24. there are tons of tutorial on how to adding data into the SQL tables. http://www.w3schools.com/sql/sql_insert.asp etc The Search Engine on the internet exist today for solely a reason - allow you to search the info you want.
  25. you can simply fix this by changing the specific cell area into a "wall" or unwalkable cell. using the script command setcell will do the trick.
×
×
  • Create New...