Blokerxz
Members-
Posts
15 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Blokerxz
-
Hi, can u guys help me, i want to know what script is for Refine stay at +10 if fail to refine to +11 Thx
-
Custom monster cant be tarot or asura strike
Blokerxz replied to Jonald's question in Database Requests
i think about skill restriction, you should just set the map so player cant use asura or tarot at that map -
check your skill.cpp see if anything wrong on waterball skill script
-
Requesting opinions for a server feature
Blokerxz replied to TheDerpySupport's topic in rAthena General
i also think its best to go for Class Specific Shops - Shop changes based on base class -
if you're on renewal server than thats suppose to be happen because on RENEWAL patch, drop rate is depends on your level - monster level. the wider your level gap with the mobs , the bigger the penalty drop rate up to 50% i think
-
fireballs does only hit 1 time, about waterball skill, the skill hit times depends on how many water cell around you, if there is only 1 water cell when u casting waterball then it will only hit 1 time
-
Custom monster cant be tarot or asura strike
Blokerxz replied to Jonald's question in Database Requests
can i see the custom monster_db? -
Invalid format (script column) in item_db.txt
Blokerxz replied to Blokerxz's question in Database Support
new item db like what item? maybe more specific -
Try http://pastebin.com/raw/gzLjAGEf Credit to Euphy
-
Invalid format (script column) in item_db.txt
Blokerxz replied to Blokerxz's question in Database Support
+1 SOLVED ^^ thank you very much -
jadi error kyk gini kk
-
begini kk errornya
-
halo kk, mohon bantuannya, saya lagi coba buat scrip item Cylinder Hairband 19125,Cylinder_Hairband,Cylinder Hairband,4,10,,100,,10,,1,0x00040000,56,2,256,,90,1,629,4,1413,{ bonus2 bVariableCastrate,"GN_CARTCANNON",-100; bonus2 bSkillUseSP,"GN_CARTCANNON",30; bonus2 bSkillUseSP,"GN_CART_TORNADO",5; bonus2 bSkillAtk,"GN_CARTCANNON",10; bonus2 bSkillAtk,"GN_CART_TORNADO",5; if([email protected] > 4) bonus2 bSkillAtk,"GN_CARTCANNON",20 bonus2 bSkillAtk,"GN_CART_TORNADO",10; if([email protected] > 6) bonus2 bSkillAtk,"GN_CARTCANNON",30 bonus2 bSkillAtk,"GN_CART_TORNADO",20; bonus bStr,5; bonus bInt,5; },{},{} tapi error invalid format (script column) kira2 apa yang kurang ya?
-
Hello, im trying to make item script the Cylinder Hairband 19125,Cylinder_Hairband,Cylinder Hairband,4,10,,100,,10,,1,0x00040000,56,2,256,,90,1,629,4,1413,{ bonus2 bVariableCastrate,"GN_CARTCANNON",-100; bonus2 bSkillUseSP,"GN_CARTCANNON",30; bonus2 bSkillUseSP,"GN_CART_TORNADO",5; bonus2 bSkillAtk,"GN_CARTCANNON",10; bonus2 bSkillAtk,"GN_CART_TORNADO",5; if([email protected] > 4) bonus2 bSkillAtk,"GN_CARTCANNON",20 bonus2 bSkillAtk,"GN_CART_TORNADO",10; if([email protected] > 6) bonus2 bSkillAtk,"GN_CARTCANNON",30 bonus2 bSkillAtk,"GN_CART_TORNADO",20; bonus bStr,5; bonus bInt,5; },{},{} but i get the error .. can anyone help?