Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. read this Diff#Using_.diff.2F.patch_files_to_patch_your_server or patch manually....open the diff file using textpad / notepad .. see what content to add and what content to remove....and edit each your files accordingly..
  2. set a variable on the player upon finished the quest and check for the variable next time.
  3. read this ... Permanent_Monster_Spawn
  4. try this.. http://www.eathena.ws/board/index.php?s=&showtopic=241313&view=findpost&p=1318374
  5. what you need ?? how to diff a client ? search the forum....there have been sooooo many topic that discussed about how to diff your client... looking for newer client ? http://supportmii.com/ro1/Clients/ looking for newer data folder ? http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/ looking for newer lub file ? http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
  6. alter your setting here... trunk/src/config/renewal.h both Pre-RE and RE are not suppose to conflict with each other....
  7. Emistry

    Santa Suit

    recall back what you have done to your clientside / server side file...and edit back by default...it's should be no problem. Clean KRO + Clean GRF + Clean Server File = No Problems.
  8. refer this ...trunk/db/const.txt SC_IMPOSITIO 35 Example... sc_start SC_IMPOSITIO,60000,5; sc_start 35,60000,5; it is inside Euphy All-In-One NPC Script...
  9. it doesnt support refined item ... either you make a new custom box / item that give refined item or find other way .... create a new custom box.. give a script that give item that have refine using getitem2 then sell the correspond box at the multi currency shop script...
  10. elaborate how it's closed ? what you done before it close ? recall back what you have added recently ? custom problem ? login background ? incorrect diff ? incompatible client ? packet version ? alot more....
  11. convert it to LUB file and place it inside your GRF....
  12. setarray .MainMenu$[0], // Set menu options! "Change Jobs", // [1] "Stylist", // [2] "Refiner", // [4] "Remove Cards", // [8] "Exchange Coins", // [16] "Rentals", // [32] "Reset Stats/Skills", // [64] "Platinum Skills", // [128] "Change Sex", // [256] "Identify All"; // [512] set .MenuOption,1|2|4|8|16|32|64|128|256|512; remove no.2 in the .MenuOption .... set .MenuOption,1|4|8|16|32|64|128|256|512; to add buff to a npc.. sc_start <SC NAME>,<time>,<lv>; read this... sc_start
  13. try add this ... query_sql("SELECT `name` FROM `char` WHERE `guild_id` = '"+getcharid(2)+"'", .@Name$); if( getarraysize( .@Name$ ) < 8 ){ mes "You need at least 8 Guild Member."; close; } LOL...beated by @Euphy... >.<
  14. humm ? using weemapcache still need to use this trunk/conf/grf-files.txt ?? when i add custom map...i just update my trunk/db/map_cache.dat using weemapcache... replace the old with new 1.... then put ur map file into the grf ....and correspond map data files... and done,....i have never touch this file ...trunk/conf/grf-files.txt
  15. find any existing PVP Ranker script and follow the guide to install it in your server.
  16. i am not going to guess how to build/write your script and then debug it.
  17. try this... http://pastebin.com/raw.php?i=j2iqdd1i give item to 1 Guild by pm the NPC. [ npc:Sample ] GuildName#ItemID#Amount
  18. it's Completequest and...to check the quest is completed or not...use this Checkquest
  19. what you mean here ? what problem you are facing ?? if you are refering why you cant finish the quest....it's because of this.. close; completequest 80000; anything command that after the Close command will not be executed. you have to change it to Close2 or put the upcoming command before the Close command is executed.
  20. find your skill in the lua file...and add this to the skills.. bSeperateLv = true,
  21. are you using this ?? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/grf-files.txt i think this is not needed to add a custom map.... i would suggest to refer this..
  22. Solved ... http://rathena.org/board/topic/71749-welcome-packageitem/ just in case someone didnt notice it. xD
  23. Topic Starter Created 2 Similar Topic.... Topic Merged.
×
×
  • Create New...