Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. delete this mapflay if you have added your custom map with this mapflag trunk/conf/mapflag/novending.txt
  2. it's a located at the Permission Part..and not the Command part.. permissions: { all_skill: true }
  3. learn to read from previous post ???
  4. Whats the code to access? >.< there is a mistake in the return statement.. >.< try this.. http://pastebin.com/raw.php?i=5itqsMvp
  5. http://rathena.org/board/topic/71389-afk-with-afk-hat/
  6. Emistry

    _M _F Problem

    try run this query.. ALTER TABLE `login` AUTO_INCREMENT = <LATEST ACCOUNT ID> make sure you backup before do this.
  7. i forget to enable this line removemapflag .Map$,mf_noskill; anyway fixed in https://rathena.org/board/index.php?/files/file/2499-%7B?%7D/
  8. Custom_Items#Structure edit the column for "Gender"
  9. you can try this too.. https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/
  10. if you dont know what to do with the LUA / LUB Files...then just follow this..
  11. Please dont create multiple topic for the same questions. Duplicated Topic : http://rathena.org/board/topic/73185-skill-cast-problem/ Topic Closed.
  12. same thing has been answered again and again....you should search through the forum... disable RENEWAL CAST trunk/src/config/renewal.h /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST or adjust here if you are using RENEWAL trunk/conf/battle/skill.conf // How much (dex*2+int) does variable cast turns zero? vcast_stat_scale: 530
  13. if( #Day != gettime(4) ) addtimer ( 5 * 3600000 ),strnpcinfo(0)+"::OnUpdate"; the timer run 5 hours then only it will trigger the check..... and then you update a variable every 5 hours.....and the variable have to update 5 time before a player can get reward... overall....your player have to online for a total of 25 hours before he can get any rewards....
  14. Emistry

    Help

    pm this npc for settings jumpevent .
  15. show your script...nobody is going to guess how you make your script .... i dont even think you could get much help with the current information you provided.
  16. tab in script header. you should spent some time to read the error messages....
  17. Emistry

    _M _F Problem

    wipe the database and run it with new & fixed sql......
  18. i dont think it's source problem... r16126 this is the only changeset i found that related with downrefitem() command i think it's your script problem.... if you are lookiing supports for your script...show your script.....
  19. Emistry

    _M _F Problem

    AUTO_INCREMENT=200000010; remove the extra "00" but it's better to run another separate query to re-adjust your auto-increment value.. or....WIPE your database...and run a new query using fixed auto-increment value...
  20. erm...well..it's not started by me.. >.< i saw the "usage" of gettime(5) in somebody script...quite long ago...in a gold room script...but forget who's that ~ and i do believe not much users able to online once a month....or....every X-th day of the month.... so i just go with simple way ~ xD
  21. Emistry

    Miruku

    perhap it's just your connection problem ? i have tested the RSU and updated to around mid of October.. just keep run the RSU ...and ensure your internet connection are smooth all the time.
  22. i believe you can do that at your own too ~ kinda lazy to duplicate my mob_db entry everytime i update my test server..
×
×
  • Create New...