kerbiii
Members-
Content Count
342 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by kerbiii
-
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
-
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
-
done, i will try to install and test
-
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
-
http://irowiki.org/wiki/NPC_CRITICALWOUND but it doesnt effect percentage heal like YGG
-
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?
-
callfunc "getPremium", <# of Days> * 24 * 3600; this item script makes premium CHAR only,
-
bump
-
SC_INC_AGI is different from SC_INCAGI so no reload command to do this, thnx
-
how to make this for whole account?
-
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?
-
http://irowiki.org/wiki/Biolab_Enchants and this http://ro3.gameflier.com.my/index.php?select=news&id=499
-
anyone have the script to make whitesmith card ignore FCP and break their armor and weapon? TIA
-
this would be awesome
-
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
-
solved it does work, i just forgot some lines
-
how to reload this? reloadmobdb and reloadskilldb dont work
-
i want to add GX Antidote on Pori Pori
-
R>Daily Login Reward thats supports many items
kerbiii replied to konzen002's question in Script Requests
Yes, it is. Notice the # before some variable names, that means they are account variables. i see thanks -
R>Daily Login Reward thats supports many items
kerbiii replied to konzen002's question in Script Requests
is this once per account? -
will try it, i hope this works, its a far different ragnarok,
-
anyone here knows how to make this on private server? http://roworkshop.com/andro/main/index.html
-
wow +1
-
Request - NPC SHOP for Proof of Donations Only
kerbiii replied to esquilla13's question in Script Requests
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 -
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