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.....
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
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/
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..
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..
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
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..
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
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
@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
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
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 ....
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....