Jump to content

rizkynggakool

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by rizkynggakool

  1. help, i'm still having this... i already downloaded 2012-04-18 Lub+src Files[Translated].rar and i already extracted the luafiles514 folder inside the data folder, and put it in my data folder i don't know where to put the src folder so i just ignore it. i already diffed my client with Translate client to English but still having this. info : i used Read Data Folder First option
  2. okay... i hope i'm not late to answer this one. it's simple. i have the same problem too. i hope my SGCP and yours are the same version. the problem is in the file "function.php" open it... find the function : function getcastlename($castle_value) in the function, modify this : $castle_name = explode("\r\n", file_get_contents("guild_castles_name.def")); into this : $castle_name = explode("\n", file_get_contents("guild_castles_name.def")); if it doesn't work, try this : $castle_name = explode("\r", file_get_contents("guild_castles_name.def")); if that doesn't work too... well bad luck... i have no more solution... you're on your own now....
  3. i think you must make new skill(that requires you to recompile your server) and you must write something like Eddga Card : { bonus bMaxHPrate,-25; },{ sc_start4 SC_ENDURE,60000,10,0,0,1; },{ sc_end SC_ENDURE; } Then modifiy the script to : { },{ sc_start4 SC_YOURSKILL,60000,10,0,0,1; },{ sc_end SC_YOURSKILL; } sorry i was unable to help. i'm newbie around here.
  4. hello, i'm relatively new in this forum, and i see Phantomex has the same problem with me. but in my case i want to change every drop rate to 100% well, i did change the mob_db.txt set all the drop rate from all monster to 10,000 which mean 100% it did work with every MVP and Mini Boss. but the thing is, it didn't work with normal mob. my Poring, Lunatic, Scorpion, etc. won't drop 100% every item they have. instead they only drop 50% i try modifying the drops.conf file to 10,000 won't work either. after a few days of search, then i come with a solution. it is not my mob_db.txt(that is changed to 100% drop) fault nor the drops.conf that i set it to 100% it's /src/config/renewal.h fault whenever the level differences between monster is X then the drop rate will reduced to Y you can see it here http://rathena.org/wiki/SRC/config/ it overrides the last drop rate calculation, making Poring(Level 1) drop rate reduced to 50% when engaged in battle with my char(Level 55) i used my own program to change the mob_db.txt drop to 100% and for Phantomex, i could make the drop rate you want, if you provide the monster ID, since MVP ID isn't writed in sequence order, so you must make list of it and take note, i can't change only MVP Equip Rate, my programs only separate Card Drop Rate and Item(Misc/Equip) Drop rate. also, the normal mob_db.txt have a lot of commented lines marked with "//" and you have to delete the commented line. Example : when you send me the mob_db.txt you should send it like this : and i will send you back the mob_db.txt that is edited that's all now i'm looking for setting guild war only one castle at a time. ex: when WoE in Prontera active, only Gondul can be conquered. any suggestion?
×
×
  • Create New...