Jump to content

AllHailToTheKing

Members
  • Posts

    235
  • Joined

  • Last visited

Everything posted by AllHailToTheKing

  1. will that work my friend? i already download my backfile file and it works. thanks for you reply tho. happy new year @anubis : i trie to put // before the line of defender in status.c but whenever i did all the character are in slow motion of walk speed
  2. http://imageshack.us...barddancer.jpg/ is this fixed in here in rAthena? because im using rAthena svn and when i use clown/gypsy and try to sing and dance and whenever i switch my whip in to other whip the dance/sing is not stopping. you need to switch into dagger to be able to stop the sing or dance.
  3. You can do this in your conf/battle/drops.conf file: // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 item_rate_common_boss: 100 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 100 item_rate_heal_boss: 100 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 100 item_rate_use_boss: 100 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 100 item_rate_equip_boss: 100 item_drop_equip_min: 1 item_drop_equip_max: 10000 Change all the _boss fields. tried that one. its working on mine. still they override the old drop rate. tried on stem worm and bapho jr. i put 100% on both on my battleconf not 100% dropping berry/seed. so what i did is edit in the mob.db put 100% drop
  4. here is what i did.. That details told by Brian If you want to remove the walk speed penalty, here's how: open ../src/map/status.c find the status_calc_speed function remove these lines: CODE if( sc->data[sC_DEFENDER] ) speed = max(speed, 200); save, and recompile
  5. why pc.c? i only made changes in status.c fixed. i downloaded my status.c backup before i start editing it. Thank you Anubis anubis what seems to be the problem in my edit? i just delete the paladin slow walk speed when defender skill is on. i dont edit anything else.
  6. yes i only edit the status.c nothing else
  7. im getting this error. when i try to recompile. status.c:1536: error: conflicting types for 'status_check_skilluse' status.h:1802: error: previous declaration of 'status_check_skilluse' was here status.c: In function 'status_calc_mob_': status.c:2041: error: 'struct unit_data' has no member named 'skill_id' status.c:2042: error: 'struct unit_data' has no member named 'skill_lv' status.c:2043: error: 'struct unit_data' has no member named 'skill_id' status.c:2044: error: 'struct unit_data' has no member named 'skill_lv' status.c:2046: error: 'struct unit_data' has no member named 'skill_lv' status.c: In function 'status_calc_npc_': status.c:3231: error: 'struct npc_data' has no member named 'status' status.c:3251: error: 'struct npc_data' has no member named 'stat_point' status.c:3252: error: 'struct npc_data' has no member named 'stat_point' status.c:3253: error: 'struct npc_data' has no member named 'stat_point' status.c:3254: error: 'struct npc_data' has no member named 'stat_point' status.c:3255: error: 'struct npc_data' has no member named 'stat_point' status.c:3256: error: 'struct npc_data' has no member named 'stat_point' status.c:3258: error: 'struct npc_data' has no member named 'level' status.c:3259: error: 'struct npc_data' has no member named 'status' status.c: In function 'status_calc_speed': status.c:5093: error: 'struct unit_data' has no member named 'skill_id' status.c:5095: error: 'struct unit_data' has no member named 'skill_id' status.c:5096: error: 'struct unit_data' has no member named 'skill_lv' status.c: In function 'status_get_lv': status.c:5781: error: 'TBL_NPC' has no member named 'level' status.c: In function 'status_get_status_data': status.c:5810: error: 'TBL_NPC' has no member named 'status' status.c: In function 'status_get_base_status': status.c:5826: error: 'TBL_NPC' has no member named 'status' status.c: In function 'status_get_def': status.c:5837: error: 'struct unit_data' has no member named 'skill_id' status.c: In function 'status_change_start': status.c:8600: error: 'MH_MD_FIGHTING' undeclared (first use in this function) status.c:8600: error: (Each undeclared identifier is reported only once status.c:8600: error: for each function it appears in.) status.c:8600: error: 'MH_MD_GRAPPLING' undeclared (first use in this function) status.c: In function 'status_change_timer': status.c:10196: error: 'struct s_skill_magicmushroom_db' has no member named 'skill_id' make[1]: *** [obj_sql/status.o] Error 1 its just i tried to edit the paladin defender skill walk speed. but i get the original status.c here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/status.c and add it on my server so it is default then recompile. but when i recompile im getting this error.
  8. @darristan, i tried that but it makes me error on this status.c:1536: error: conflicting types for 'status_check_skilluse' status.h:1802: error: previous declaration of 'status_check_skilluse' was here status.c: In function 'status_calc_mob_': status.c:2041: error: 'struct unit_data' has no member named 'skill_id' status.c:2042: error: 'struct unit_data' has no member named 'skill_lv' status.c:2043: error: 'struct unit_data' has no member named 'skill_id' status.c:2044: error: 'struct unit_data' has no member named 'skill_lv' status.c:2046: error: 'struct unit_data' has no member named 'skill_lv' status.c: In function 'status_calc_npc_': status.c:3231: error: 'struct npc_data' has no member named 'status' status.c:3251: error: 'struct npc_data' has no member named 'stat_point' status.c:3252: error: 'struct npc_data' has no member named 'stat_point' status.c:3253: error: 'struct npc_data' has no member named 'stat_point' status.c:3254: error: 'struct npc_data' has no member named 'stat_point' status.c:3255: error: 'struct npc_data' has no member named 'stat_point' status.c:3256: error: 'struct npc_data' has no member named 'stat_point' status.c:3258: error: 'struct npc_data' has no member named 'level' status.c:3259: error: 'struct npc_data' has no member named 'status' status.c: In function 'status_calc_speed': status.c:5093: error: 'struct unit_data' has no member named 'skill_id' status.c:5095: error: 'struct unit_data' has no member named 'skill_id' status.c:5096: error: 'struct unit_data' has no member named 'skill_lv' status.c: In function 'status_get_lv': status.c:5781: error: 'TBL_NPC' has no member named 'level' status.c: In function 'status_get_status_data': status.c:5810: error: 'TBL_NPC' has no member named 'status' status.c: In function 'status_get_base_status': status.c:5826: error: 'TBL_NPC' has no member named 'status' status.c: In function 'status_get_def': status.c:5837: error: 'struct unit_data' has no member named 'skill_id' status.c: In function 'status_change_start': status.c:8600: error: 'MH_MD_FIGHTING' undeclared (first use in this function) status.c:8600: error: (Each undeclared identifier is reported only once status.c:8600: error: for each function it appears in.) status.c:8600: error: 'MH_MD_GRAPPLING' undeclared (first use in this function) status.c: In function 'status_change_timer': status.c:10196: error: 'struct s_skill_magicmushroom_db' has no member named 'skill_id' make[1]: *** [obj_sql/status.o] Error 1
  9. this is also my problem. haha i want to be all drop rates in 100% except for item that boss and mini boss drops.. if you are not lazy consider abubis post.
  10. //-- CH_SOULCOLLECT 401,2000,0,0,600000,0,0 seems 0 is in the 7th number list but still there are cooldown.
  11. im kindly request npc that refine sure +10 with pay? example. i want to refine my headgear sure+10 i will be paying 7539 then my headgear will be safe sure +10. Thank you in advance solved. please close . thanks
  12. thank you i fixed the ygg berry delay. but i cant fix the skill delay still there are cooldown when im using skill like collect soul and critical explosion etc.
  13. title said it all. how to remove the 10 seconds delay in using ygg berry? and how to remove cooldown when using skills? Thanks rAthena
  14. Hello again rathena. sorry if i have alot of question. hope you understand. all my question is had been answered in eathena way back. so i have the solution in eathena topics. i just want to confirm if the details is the same here in rathena. 1. how to reduce the effect of the gospel skill? like reduce damage and reduce duration. http://www.eathena.w...opic=278702&hl= 2.@recallmap = where everyone in the map will recall but only in the map unlike recallall all players in the server will recalled. pls make instructions on how to do this, thank you in advance. http://www.eathena.w...pic=266737&st=0 3. whenever i use curse water the effect on the right side of your screen doesn't appear like blessing agi etc. how to make it appear in the rright side of your screen? (never been answered in eathena) 4.when the clown use that skill supposed to be it has attackspeed . but when clown use that skill there are no extra attackspeed for sniper other jobs has but on sniper jobs dont give attackspeed. anyone can help me? http://www.eathena.w...opic=268316&hl= 5.can anyone teach me on how to fix the paladin defender? cause when defender is in use it slow the character and when if off it goes back to normal walk speed. http://www.eathena.w...opic=266701&hl= sorry if i have a lot of question, but i really need help. i will appreciate very much if someone can help me. Thanks rAthena bumb~ sorry for about this i just need help. Thanks rAthena 0 Quote MultiQuote Edit
  15. Hello again rathena. sorry if i have alot of question. hope you understand. all my question is had been answered in eathena way back. so i have the solution in eathena topics. i just want to confirm if the details is the same here in rathena. 1. how to reduce the effect of the gospel skill? like reduce damage and reduce duration. http://www.eathena.w...opic=278702&hl= 2.@recallmap = where everyone in the map will recall but only in the map unlike recallall all players in the server will recalled. pls make instructions on how to do this, thank you in advance. http://www.eathena.w...pic=266737&st=0 3. whenever i use curse water the effect on the right side of your screen doesn't appear like blessing agi etc. how to make it appear in the rright side of your screen? (never been answered in eathena) 4.when the clown use that skill supposed to be it has attackspeed . but when clown use that skill there are no extra attackspeed for sniper other jobs has but on sniper jobs dont give attackspeed. anyone can help me? http://www.eathena.w...opic=268316&hl= 5.can anyone teach me on how to fix the paladin defender? cause when defender is in use it slow the character and when if off it goes back to normal walk speed. http://www.eathena.w...opic=266701&hl= sorry if i have a lot of question, but i really need help. i will appreciate very much if someone can help me. Thanks rAthena bumb~ sorry for about this i just need help. Thanks rAthena
  16. yes i did restart. the one you gave me is for weapons? of for everything? weapon armors mantue shoes etc
  17. Thanks for the reply. trying this now @shogs it is working but only in weapons. what about headgears,armors,mantues,shoes and shield? sorry i didn't indicate this in my first post. my bad
  18. hello rAthena im requesting a refiner. 1. Check if its upgradable on my item.db 2. if upgradable max upgrade is +10 3. safe upgrade till +7 4. and 40% chance when refining to +8 and 25% chance when refining +9 and lastly 10% chance when refining +10 hope someone can help me on this because my server is up and running but no refiner on it. LOL Thanks rAthena. any reply will be much appreciated.
  19. 1. */src/common/mmo.h #define PACKETVER 20120410 - change this according on your client version that you are using. 2. Useful Link: http://supportmii.com/ro1/Clients/ Next time please be more specific. thanks for the reply, appreciate it. i downloaded the 2012-10-17bRagexe.RE.exe and i dont know what to do next can you guide me? Thanks in advance
  20. i told my host to change my eathena to rathena and now it is done he told me this: You will need to edit the source to accept your packetversion etc. You need to find the client you wish to use then follow their guide on what files you need to edit in the source before recompiling and what config files you also need to edit to allow the client to connect. I do not know the specific details of which they are.. any help? Thanks rAthena
  21. i try to search but nothing comes exactly what i request it. i tried some script but my monitor said npc cannot find, but i upload it in the correct folder on my files
×
×
  • Create New...