Jump to content

kerbiii

Members
  • Content Count

    342
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kerbiii

  1. i have the same issue, i delete the script for this item but it still works, seems like the item script has nothing to do with it, i think the item is just a catalyst for a skill so it will work even without a script, (oblivion curse = blue gemstone) something like that
  2. done testing, failed ) the weird thing is i already change the clientinfo and everything is still the same, i even deleted the clientinfo to test but still the same it works like nothing has change
  3. done, i will try to install and test
  4. tried to offer the developer of the app to make one for me, he asked for 500 USD xD too expensive and i cant even put it on playstore
  5. http://irowiki.org/wiki/NPC_CRITICALWOUND but it doesnt effect percentage heal like YGG
  6. function script getPremium { set .@ticks, getarg(0); if (.@ticks <= 0) { debugmes "getPremium - tried to set a timer in the past"; end; } set #prmm, ((#prmm > gettimetick(2))? #prmm : gettimetick(2)) + .@ticks; doevent "login::OnPCLoginEvent"; return;} so premium account. i want to make two item for premium, one for char premium and one for account premium is that posible?
  7. callfunc "getPremium", <# of Days> * 24 * 3600; this item script makes premium CHAR only,
  8. kerbiii

    sc_config

    SC_INC_AGI is different from SC_INCAGI so no reload command to do this, thnx
  9. kerbiii

    sc_config

    can i add this on sc_config? SC_CHASEWALK2, 125 SC_INCVIT, 125 SC_INCINT, 125 SC_INCDEX, 125 SC_INCLUK, 125 SC_INCAGI, 125 and how to reload this?
  10. http://irowiki.org/wiki/Biolab_Enchants and this http://ro3.gameflier.com.my/index.php?select=news&id=499
  11. anyone have the script to make whitesmith card ignore FCP and break their armor and weapon? TIA
  12. You could always provide the community of what you've done to fix your issue ;P 1502,Bring it on!@GC_ANTIDOTE,any,2026,1,10000,0,0,no,self,mystatuson,(leechend ID),,,,,,4, i forgot to put "," thats why i thought the skill is not working everytime i reload, and i use @reloadmobdb xP
  13. solved it does work, i just forgot some lines
  14. how to reload this? reloadmobdb and reloadskilldb dont work
  15. i want to add GX Antidote on Pori Pori
  16. Yes, it is. Notice the # before some variable names, that means they are account variables. i see thanks
  17. will try it, i hope this works, its a far different ragnarok,
  18. anyone here knows how to make this on private server? http://roworkshop.com/andro/main/index.html
  19. patskie code works great, but is it supposed to check for zenny and not currency item? 1. i try to buy without zenny and it says i dont have enough zenny, even though i have enough pods 2. but if i have enough zeny it doesnt take the zeny and works as it should 3. if i buy without pods the deal is succesful but no items receive
  20. can i use this on map_zone_db.conf skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, // (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h) // when cast vs players and monsters. //MG_COLDBOLT: (50,"PLAYER | MONSTER") } sample skill to lower the chance 1. Clearance 2. KO_ZENKAI
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.