Need help on this please!

Hi,

Is there any conflict on game? is this the first time you execute that file?

if there's no conflict/error. You can skip that update.

type in console

Code:
sql update skip 2013-11-15--00-06.sqlsql update skip 2013-11-18--08-23.sql
 
Last edited by a moderator:
update ur main.sql then patch the 2 sql needed, thats i did when i encounter that problem

 
Hi,

Is there any conflict on game? is this the first time you execute that file?

if there's no conflict/error. You can skip that update.

type in console

sql update skip 2013-11-15--00-06.sqlsql update skip 2013-11-18--08-23.sql
There's no conflict on game, and yes 1st time i encounter...

im using the latest rev.. is it okei if i will just skip or ignore that?

 
try first unknown's Suggestion, because he said that he encountered that same error in past.

 
^ you can now skip does update assuming that your sql files is up to date
default_smile.png


 
Thanks pre!

meron pa pla pre, e2 nakalimutan kona mga to... ano effect ng mga to ",5,10000,0," sa script?

Id: 18595
AegisName: "Horn_Of_Ancient"
Name: "Horn of Ancient"
Type: 5
Buy: 40
Weight: 200
Def: 8
Slots: 1
Loc: 256
EquipLv: 50
View: 757
Script: <" if(getrefine() >= 7) autobonus "{ bonus bBaseAtk,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; ">
},
 
this one sir,

Thanks pre!

meron pa pla pre, e2 nakalimutan kona mga to... ano effect ng mga to ",5,10000,0," sa script?
 

Id: 18595
AegisName: "Horn_Of_Ancient"
Name: "Horn of Ancient"
Type: 5
Buy: 40
Weight: 200
Def: 8
Slots: 1
Loc: 256
EquipLv: 50
View: 757
Script: <" if(getrefine() >= 7) autobonus "{ bonus bBaseAtk,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; ">
},
 
*autobonus <bonus script>,<rate>,<duration>{,<flag>,{<other script>}};Rate is the trigger rate of the script (10000 = 100%). Duration is the time that the bonus will last for since the script has triggered.
",5,10000,0,"

5 = Rate

10000 = Duration in Milisec.

0 = Flag.

 
Last edited by a moderator:
*autobonus <bonus script>,<rate>,<duration>{,<flag>,{<other script>}};Rate is the trigger rate of the script (10000 = 100%). Duration is the time that the bonus will last for since the script has triggered.
",5,10000,0,"

5 = Rate

10000 = Duration in Milisec.

0 = Flag.
Thank you so much

 
Back
Top