Jump to content

jharick

Members
  • Posts

    77
  • Joined

  • Last visited

Everything posted by jharick

  1. How to remove a sound effect of specific Effect like this effect number 441 I use that effect for character aura. But the problem there is annoying sound of that Effect. So I want to remove that annoying sound.
  2. 2010-06-30_lua_files.rar 233.23K 0 downloads Do you also have a lua files for 2010-07-07? Thanks
  3. There is a problem of my Equipment Window. Every time I open my Equipment Window(alt+q) its always open at bottom of RO Window like picture below. Even I reposition the Equipment Window at center or top then close it. Its always at the bottom. What is the problem of my client. Is there is something to config?
  4. Never mind ill already fixed that problem. thanks
  5. After I change that line too the account bound is now working. But when character A got quest #1 then character B also get that quest after finishing the Quest #1 then submit by character B. Character A also continue the Quest #1 he got and finish it too. Its much ok if character A auto stop or end the Quest # 1 he got after Character B finish the Quest # 1.
  6. yes that what i want to be 1 hour.
  7. I change this: set .@selection,select(.@huntmenu$); if(gettimetick(2) < getd(.@selection + "_hunting_delay")){ set .@time_left, getd(.@selection + "_hunting_delay")-gettimetick(2); mes "[^FF7700Questboard^000000]"; if(.@time_left < 60) mes "You have to wait ^0000FF"+.@time_left+" seconds^000000 to do this quest again."; if(.@time_left < 3600) mes "You have to wait ^0000FF"+.@time_left/60+" minutes^000000 to do this quest again."; mes "You have to wait ^0000FF"+.@time_left/60/60+" hours^000000 to do this quest again."; close; To this: set .@selection,select(.@huntmenu$); if(gettimetick(2) < getd("#" + .@selection + "_hunting_delay")){ set .@time_left, getd("#" + .@selection + "_hunting_delay")-gettimetick(2); mes "[^FF7700Questboard^000000]"; if(.@time_left < 60) mes "You have to wait ^0000FF"+.@time_left+" seconds^000000 to do this quest again."; if(.@time_left < 3600) mes "You have to wait ^0000FF"+.@time_left/60+" minutes^000000 to do this quest again."; mes "You have to wait ^0000FF"+.@time_left/60/60+" hours^000000 to do this quest again."; close; also set this: set .quest_delay,3600 ; but didn't work, there is no cooldown happen after i finish the quest.
  8. How to make the Quest Cooldown account base? So everytime the quest done all character in one account cant take that quest until the cooldown gone. And there is no abuse for the quest.
  9. Bugged encounter of my 2 player and also me. After I didn't answer the botkiller correctly, botkiller warp me at edge prontera were my last save point but should be jail map right? Then after I warp at prontera i cant use anymore the @warp, @go and NPC Warper to any map except prontera only. I solve the problem by deleting a line in sc_data table as below: the problem gone but after few hours the problem is back cant use again @warp. and when I search again that line in sc_data not existing anymore. Is anyone encounter this or solve this problem?
  10. How the Endless Tower Instance Cooldown make account base not character base?
  11. Can anyone know how this quest mission have a choice of "Every Hour" in there Mission Limitation. Because the option is only "Repeatedly", "Everyday", " Only Once" like picture below. Script is HERE
  12. Already Solve this Problem. ill just deleted all the content here data/tmp folder except the emblem folder.
  13. My problem when I Click the Button "Update FluxRO" it will only display like image below. And when I try to refresh my browser I always back to Install Page.
  14. I have problem with rental items. If the rental item have card on it. also the card will disappear when the rental item is expired. Is theres anyway that the card wont disappear after the Rental Items expired.
  15. thanks Emistry problem solve
  16. can anyone script this item effect. increase damage in emperium by 10% during war of emperium time increase damage on demihuman monster by 10% during war of emperium time reduce damage taken from demihuman monster by 10% during war of emperium time
  17. thanks malufett problem solve...
  18. Is there possible that change the 1 vitality points = 1 defense to 2 vitality points = 1 defense
  19. thanks to all of You ill just use what Emistry said. problem solve...
  20. so theres no way of reducing the thana effect by 50%.
  21. Is theres anyway can I reduce the Attributes or effect of Thanatos Card in half. So it will only ignore half of the Defense of Enemy.
  22. How can I convert this Skill "Metallic Sound" from INT to DEX. That skill damage increase depending on how much INT you have. I want that skill depend on how much the DEX you Have..
  23. I get it now. thanks to all of you for clearing about my question
  24. so its better to adjust both
  25. so if I try to increase a Skill Damage it better to adjust/increase this 10*skill_lv; from this: skillratio += -50+10*skill_lv; to this: skillratio += -50+20*skill_lv;
×
×
  • Create New...