Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Emistry

    @go mall

    @Cyber you have to declare this also MAP_TURBO_ROOM in your mapindex.h
  2. i think you have changed the name of certain npc inside the script..... if you want to change the npc name ...make sure you change every single name of that npc that appear inside the script
  3. GRF is not a tool that help you translate your data files....
  4. my script need what new item ? just edit part of your current existing script and it will be ready to use....
  5. Emistry

    Is there?

    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/renewal.h /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied #define RENEWAL_EXP comment this line if you dont want the renewal exp
  6. you can try make the item into a non-trade / vending / store in guild items....
  7. you mean this ? http://www.eathena.ws/board/index.php?showtopic=242050&hl=convex
  8. change OnMinute00: to what i stated above... price is given after every round.. set it ingame...
  9. you can try use the gettime() command to save the date data. and use npc to check for the date data before give the reward. and save it in a Permanent Character Data type or Account
  10. http://www.mediafire.com/?pnuka5kfgvjfndu
  11. if i was right..you are using the guild_vs map right ? remove the GVG Mapflag https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/mapflag/gvg.txt // GvG Arenas ============= guild_vs1 mapflag gvg guild_vs2 mapflag gvg guild_vs3 mapflag gvg guild_vs4 mapflag gvg guild_vs5 mapflag gvg remove it.
  12. some client doesnt compatible with the client your are using.. try search for the Blue Ghost Setup.exe
  13. try this cp/config/access.php change 'resetlook' => AccountLevel::NORMAL, to 'resetlook' => AccountLevel::NOONE,
  14. ur item_db.txt above post has show you some example...
×
×
  • Create New...