re: [Release] Exillum S3 (Reedlan + Cutoms)
or your brain is dead eh bro ?
the new projects are total maded from 0 no based source any more so dont talk when you dont know
re: [Release] Exillum S3 (Reedlan + Cutoms)
Quote:
Originally Posted by
laulinh2
how to fix mix chaos 2second wings ????
please help me fix
re: [Release] Exillum S3 (Reedlan + Cutoms)
Quote:
Originally Posted by
ZoneGR
how stop Disconnect hack?
hey bro, u have source full stats?
re: [Release] Exillum S3 (Reedlan + Cutoms)
Quote:
Originally Posted by
Nujd
hey bro, u have source full stats?
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Dexterity, Dexterity = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Dexterity < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Vitality, Vitality = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Vitality < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Strength, Strength = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Strength < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Energy, Energy = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Energy < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Leadership, Leadership = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Leadership < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint='0
WHERE Strength+Dexterity+Vitality+Energy='131068' OR Strength+Dexterity+Vitality+Energy+Leadership='163835'
re: [Release] Exillum S3 (Reedlan + Cutoms)
Quote:
Originally Posted by
ZoneGR
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Dexterity, Dexterity = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Dexterity < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Vitality, Vitality = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Vitality < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Strength, Strength = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Strength < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Energy, Energy = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Energy < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint = LevelUpPoint + 32767 + Leadership, Leadership = 32767
FROM Character JOIN MEMB_STAT ON (MEMB_STAT.memb___id COLLATE Chinese_PRC_CS_AI = Character.AccountID COLLATE Chinese_PRC_CS_AI)
WHERE (Leadership < 0) AND (ConnectStat = 0)
UPDATE Character
SET LevelUpPoint='0
WHERE Strength+Dexterity+Vitality+Energy='131068' OR Strength+Dexterity+Vitality+Energy+Leadership='163835'
is that works?
- - - Updated - - -
http://i62.tinypic.com/j5ceb8.png
not working
re: [Release] Exillum S3 (Reedlan + Cutoms)
ofcorse will not work, simply database edit and sql jobs will not do the work
you need gameserver to do it, so you need to build an some function , and add check in protocol simply work ;)
re: [Release] Exillum S3 (Reedlan + Cutoms)
re: [Release] Exillum S3 (Reedlan + Cutoms)
Quote:
Originally Posted by
KarLi
how much stats he wants?
32767
- - - Updated - - -
Quote:
Originally Posted by
Th3AnG3L
ofcorse will not work, simply database edit and sql jobs will not do the work
you need gameserver to do it, so you need to build an some function , and add check in protocol simply work ;)
awh, so we need to edit gameserver,
re: [Release] Exillum S3 (Reedlan + Cutoms)
how to fix mix chaos 2second wings ????
re: [Release] Exillum S3 (Reedlan + Cutoms)
just run this
Code:
USE MUONLINE
alter table character alter column Strength smallint null
alter table character alter column Dexterity smallint null
alter table character alter column Vitality smallint null
alter table character alter column Energy smallint null
alter table character alter column Leadership smallint null
@Nujd
re: [Release] Exillum S3 (Reedlan + Cutoms)
Quote:
Originally Posted by
KarLi
just run this
Code:
USE MUONLINE
alter table character alter column Strength smallint null
alter table character alter column Dexterity smallint null
alter table character alter column Vitality smallint null
alter table character alter column Energy smallint null
alter table character alter column Leadership smallint null
@
Nujd
not working too i try that too
re: [Release] Exillum S3 (Reedlan + Cutoms)
re: [Release] Exillum S3 (Reedlan + Cutoms)
Quote:
Originally Posted by
laulinh2
how to fix mix chaos 2second wings ????
help me please
re: [Release] Exillum S3 (Reedlan + Cutoms)
re: [Release] Exillum S3 (Reedlan + Cutoms)
maybe the one from P4F S3 ep1
@laulinh2
don't even understand ur problem exactly