Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. There is no other way to fix this one right? all i need to do is to make change it to any other MvP that dont work with event label?
  2. Hi everyone.. I just want to report this problem maybe someone can help me out why is it that the quest board didn't record for killing Ktullanux mob. Is it because of this? "ice_boss#on::OnMyMobDead" Oh by the way I am using tr0n's quest board. which is this one
  3. Radian

    Fusion Item

    Sorry what i meant is it will randomly choose the " % " of success and fail. setarray .@success[0],10,20,30,40,50; something like this? xD i am setting a random amoung rate of success. setarray .@fail[0],10,20,30,40,50; something like this..
  4. Radian

    Fusion Item

    Is it possible on this section " mes "90% Fail and 10% success."; " that it will depends on how much percentage of the fusion item will fail or success? so it will be 38% Fail and 62% Success
  5. Radian

    Fusion Item

    Thanks Capuche just a question if im correct on this part for ( .@i = 0; .@i < 5; .@i++ ) { I changed it into this for ( .@i = 0; .@i < 4; .@i++ ) { how to add amount per item?
  6. Radian

    Fusion Item

    Hello Everyone, I would like to request a script that works like this Combine Cards. Has a chance of success. Multiple Requirements. something like this (thanks in advance) [ Fused Card ] -- Fused Phreeoni Card -- -- Requirements -- 1x Red Potion 1x Blue Potion 1x Yellow Potion 1x White Potion -- New Effect -- HIT +150 Add a 5% chance of auto casting Stone Curse status when hit by enemy. -- Success Rate -- 90% Fail and 10% success.
  7. Mag punta ka sa paid service ng rAthena merong mga hosting dun. https://rathena.org/board/forum/45-paid-services/
  8. https://rathena.org/board/topic/86650-officially-supported-client-versions/
  9. here's a guide https://rathena.org/board/topic/95921-video-guide-how-to-setup-offline-version-of-rathena-windows/
  10. Try setting it like this.. date --set="2 OCT 2006 18:00:00"
  11. Here's a guide //JobNo,Skill-ID,MaxLV{,JobLV},Prerequisite Skill-ID-1,Prerequisite Skill-ID-1-Lv,PrereqSkill-ID-2,PrereqSkill-ID-2-Lv,PrereqSkill-ID-3,PrereqSkill-ID-3-Lv,PrereqSkill-ID-4,PrereqSkill-ID-4-Lv,PrereqSkill-ID-5,PrereqSkill-ID-5-Lv//CLASS_SKILLNAME#Skill Name# so it will be like this 4047,441,10,80,0,0,0,0,0,0,0,0,0,0 //SG_DEVIL#Demon of the Sun, Moon and Stars#
  12. What skill are you trying to change anyway. please post it here Did you @reloadskilldb and @reloadpcdb to make sure after that relog.
  13. I might be wrong but try to revert it to the original setup and see if it works because the description says Method of distribution when item party share is enabled in a party:
  14. You mean this? 199. Small Popping Bubble Map Effect 200. Normal level 99 Aura (Middle) 201. Normal level 99 Aura (Bottom) or this 397. Trancended 99 Aura (Middle) 398. Trancended 99 Aura (Bottom) Im not 99% sure if I answered your question correctly.
  15. idk if is this only, but the Skills sprite, information, etc etc, the complete Rebellion. Is only that? i'm really new in that. You need to update all your files or use this updated and translated data files. https://github.com/ROClientSide/Translation
  16. Here's an example on how to solve your problem. the example below is LK skill Frenzy and it activates when you reached level 50 job. 4008,359,1,50,0,0,0,0,0,0,0,0,0,0 //LK_BERSERK#Frenzy# //It has an extra column after "MaxLevel" for Job Level 50 requirement and all you need to do is to follow that example. Oh by the way you can see the above example on trunk/db/pre[re]/skill_tree.txt
  17. Radian

    Error 522

    I already answered this on other thread. just check it out here https://rathena.org/board/topic/100847-fluxcp-guides/?p=280423
  18. You need to check the mapflags in your trunk/npc/mapflags/... and see if the map is set into nomemo if yes then you can remove it to what you like to do. rAthena developers might miss something on mapflags to fix it you can create an issue and report it if its accurate and based on official server. https://github.com/rathena/rathena/issues/new
  19. I've search this on google and this is the result. This might don't solve your problem but i hope you can make it work. Good Luck! https://rathena.org/board/topic/92580-fluxcp-add-download-page/
  20. Radian

    help

    You mean you want a full guide on how to setup an offline server for testing purposes? If yes. then you can search it on google there's a lot of guides created on this forum and still useful. here's a link https://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/
  21. Radian

    FluxCP guides

    Try to add https:// if its error 522 - offline and it will look like this https://rathena.org/board/topic/100847-fluxcp-guides/
  22. Did you check this ? https://github.com/rathena/rathena/blob/master/conf/battle/party.conf you might changed something that cause that issue.
  23. https://github.com/RadianFord/Translation
  24. Radian

    Party Devotion

    That's an official behaviour the only icon will show up on the devoted player is defender.
×
×
  • Create New...