Re: [Release] ResetMode DEMO by Kamui
thanks buddy ;)
/Offtopic
where have you been lately?
Re: [Release] ResetMode DEMO by Kamui
Re: [Release] ResetMode DEMO by Kamui
Re: [Release] ResetMode DEMO by Kamui
Quote:
Originally Posted by
liselotte
thanks buddy ;)
/Offtopic
where have you been lately?
im sorry im off 'couse im in the university or with my girlfriend, i will connect in a few hours on the msn!!
good luck
Re: [Release] ResetMode DEMO by Kamui
in wich table put the rese count? in table "Reset" or "Resets"
Re: [Release] ResetMode DEMO by Kamui
Quote:
Originally Posted by
valiusdeca666
in wich table put the rese count? in table "Reset" or "Resets"
what is rese count :S? if u mean the reset count, is not a table is a field in Character table
Re: [Release] ResetMode DEMO by Kamui
sry for that now i see, u can configure that in the config file.
Re: [Release] ResetMode DEMO by Kamui
Re: [Release] ResetMode DEMO by Kamui
Thanks For The Demo, Is There Any Way To Use It Online?
I Am Looking For Autoreset For Vip (i Have Vip Column In Database). Is There Any Way To Change Ur Demo To Autoreset?
Re: [Release] ResetMode DEMO by Kamui
I'm testin :D
Thx man for your release, i hope will be great and simple to use!
Re: [Release] ResetMode DEMO by Kamui
Re: [Release] ResetMode DEMO by Kamui
Re: [Release] ResetMode DEMO by Kamui
Thanks Icarus, good utility
Re: [Release] ResetMode DEMO by Kamui
How to add the condition - reset only if VIP =1 to your ResetMode.ini or other file so that the reset is for VIP only?
Re: [Release] ResetMode DEMO by Kamui
Quote:
Originally Posted by
bextbox
How to add the condition - reset only if VIP =1 to your ResetMode.ini or other file so that the reset is for VIP only?
if u want a VIP opt the only way for now is hexing or asm the DLL or inject your dll or something like that
Re: [Release] ResetMode DEMO by Kamui
Re: [Release] ResetMode DEMO by Kamui
How to add the condition?:
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>399 AND Character.Resets BETWEEN 15 AND 99 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>409 AND Character.Resets BETWEEN 100 AND 149 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>419 AND Character.Resets BETWEEN 150 AND 199 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>384 AND Character.Resets BETWEEN 5 AND 14 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>349 AND Character.Resets <5 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>429 AND Character.Resets BETWEEN 200 AND 249 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>439 AND Character.Resets BETWEEN 250 AND 299 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
UPDATE Character SET clevel= 1 , Character.Experience= 0 ,Money = Money - 100000000, Character.LevelUpPoint= (300)+(300)*Character.Resets , Character.Resets = Character.Resets+1 , Character.Strength= (30) , Character.Dexterity= (26) , Character.Vitality= (15) , Character.Energy= (30), Character.Inventory= null , Character.MagicList=null FROM Character join MEMB_STAT on Character.AccountID = MEMB_STAT.memb___id collate Latin1_general_CI_AS WHERE Character.clevel>449 AND Character.Resets >300 AND Money >= 105000000 AND MEMB_STAT.ConnectStat = 0
Thanks!
Re: [Release] ResetMode DEMO by Kamui
very good scripts i am using them in my server =]