Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. you didnt recompile the emulator after you disable the RENEWAL_ASPD ....or......i think it's your SVN problems... with RENEWAL_ASPD applied... without RENEWAL_ASPD being applied... beside....we are following KRO mechanics...not IRO.....
  2. it's impossible...both RE and PRE-RE ASPD have a very great different between them ~
  3. disable the RENEWAL_ASPD trunk/src/config/renewal.h /// renewal ASPD [malufett] /// (disable by commenting the line) /// /// leave this line to enable renewal ASPD /// - shield penalty is applied /// - AGI has a greater factor in ASPD increase /// - there is a change in how skills/items give ASPD /// - some skill/item ASPD bonuses won't stack #define RENEWAL_ASPD
  4. it's caused by the client you are using...newer client seem to have problem with redirect users back to the login screen.
  5. you can extract it from the data.grf or other official grf
  6. edit the mp3nametable.txt that inside your GRF / Data Folder
  7. edit your msgstringtable.txt for the inventory part.. Favorite_tab edit your lub files for quest part http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files/quest/
  8. if above trick is working....then you should do like this... if( !(md->status.mode&MDBOSS) && !(md->class_ == MOBID_EMPERIUM) ){ otherwise the boss monster will show an HP bar too..
  9. just simply it everywhere you want....as long as it's loaded during the server loading the npcs or others.... adding a mapflag is just as simple as adding a npc..
  10. you can try these too http://rathena.org/board/topic/71389-afk-with-afk-hat/ http://rathena.org/board/topic/63877-guide-on-adding-afk-commands/#entry166719
  11. since you want a super easy way..... mapname mapflag nocommand
  12. load it into your sql database... example.. INSERT INTO `item_deny` VALUES ('501', '90'); INSERT INTO `item_deny` VALUES ('502', '90');
  13. you said you are using rAthena ...bu you show us eAthena ?? ??? otherwise....just update your rAthena
  14. newer client are using this file for item stuff.. http://subversion.as...em/itemInfo.lua so you have to edit / update this files for all your custom items... not the files inside your Data Folder anymore.... it's inside System Folder... @mrlongshen your previous post above are not necessary..
  15. the script you posted.... work fine in my test server... and..if you are not using eAthena..make sure you change .i++; into set .i,.i + 1;
  16. http://rathena.org/board/topic/63472-request-disguise-suit/#entry101161 http://rathena.org/board/topic/61926-request-add-custom-suit/#entry94854 http://rathena.org/board/topic/61936-class-suit-changer/
  17. did you enabled this ? trunk/conf/login_athena.conf // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: no
  18. trunk/conf/battle/skill.conf // Dancing Weapon Switch // On official server, a fix is in place that prevents the switching of weapons to cancel songs. // Default: yes dancing_weaponswitch_fix: yes
  19. @malufeet Aww...i thought it was because of the RENEWAL ASPD >.< because last time the ASPD wont drop so much even we equipped weapons in such a way.. lol
  20. if (countitem(22010)<1 || countitem(22012) < 1 ) goto NOIT;
  21. trunk/src/config/renewal.h /// renewal ASPD [malufett] /// (disable by commenting the line) /// /// leave this line to enable renewal ASPD /// - shield penalty is applied /// - AGI has a greater factor in ASPD increase /// - there is a change in how skills/items give ASPD /// - some skill/item ASPD bonuses won't stack #define RENEWAL_ASPD disable RENEWAL_ASPD
  22. the script working fine in my test server... i dont know what you meant by your "Not Working"... the script seem to work fine except you are putting it at a wrong coordinate ....
  23. 1 more....xD when the account are logged in already....and users still try to login the same account... the message "this account already logged in" ... but when pressed "OK" the client will quit too....
  24. ..............{ atcommand "@autoloot"; },{},{}
  25. trunk/conf/groups.conf permissions: { skill_unconditional: true }
×
×
  • Create New...