[how] how to add npc,pet, and how to open all legion totem's??

06/07/2011 14:18 zombaxcrop#1
:mofo:
06/07/2011 14:57 WolvesMaster#2
about legion totems take this query
that's the one i got


Code:
[B]UPDATE cq_syndicate SET totem_pole=999999999999999999999 WHERE leader_id=[COLOR=Red]LeaderOfTheLegionIDHere[/COLOR];

/awarditem 729071 BerserkerKahn
/awarditem 729072 ShadowMageLiz
/awarditem 729073 SnowRaptor
/awarditem 729074 FireRaptor
/awarditem 729200 StormSoul
/awarditem 729201 HellfirePike
/awarditem 729202 BronzeRhino
/awarditem 729203 CopperRhino
/awarditem 729204 VenusSage
/awarditem 729205 VenusPhantom
/awarditem 729206 BloodSage
/awarditem 729207 BloodPhantom
/awarditem 729210 SaintBear
/awarditem 729044 8StarUniversalO
/awarditem 729045 WarriorRex
/awarditem 729046 WarriorNeil
/awarditem 729047 SaintDragon
/awarditem 729053 SapphireDino
/awarditem 729054 RubyDino
/awarditem 729060 WarriorLulu
/awarditem 729061 MageDodo
/awarditem 729038 EudemonAustin
/awarditem 729039 EudemonFlora
/awarditem 729040 EudemonAdam
/awarditem 729041 EudemonDiana
/awarditem 812001 UniversalXO
/awarditem 813000 12*UniversalXO
/awarditem 813001 6*UniversalO
/awarditem 813002 19*UniversalXO
/awarditem 815000 WarriorP-atk
/awarditem 815001 WarriorP-def
/awarditem 815002 WarriorAtkDef
/awarditem 815003 WarriorLanir
/awarditem 815004 P-defM-def
/awarditem 815005 WarriorCute
/awarditem 815006 MageM-atk
/awarditem 815007 MageTinna
/awarditem 815008 MageAtkDef
/awarditem 815009 MageGos
/awarditem 815010 MageM-def
/awarditem 815011 UniversalO
/awarditem 815015 WarriorGeppy
/awarditem 815016 WarriorNana
/awarditem 815017 MagePipy
/awarditem 815018 MagePeppy[/B]
06/07/2011 16:35 crazysword#3
Quote:
Originally Posted by WolvesMaster View Post
about legion totems take this query
that's the one i got


Code:
[B]UPDATE cq_syndicate SET totem_pole=999999999999999999999 WHERE leader_id=[COLOR=Red]LeaderOfTheLegionIDHere[/COLOR];

/awarditem 729071 BerserkerKahn
/awarditem 729072 ShadowMageLiz
/awarditem 729073 SnowRaptor
/awarditem 729074 FireRaptor
/awarditem 729200 StormSoul
/awarditem 729201 HellfirePike
/awarditem 729202 BronzeRhino
/awarditem 729203 CopperRhino
/awarditem 729204 VenusSage
/awarditem 729205 VenusPhantom
/awarditem 729206 BloodSage
/awarditem 729207 BloodPhantom
/awarditem 729210 SaintBear
/awarditem 729044 8StarUniversalO
/awarditem 729045 WarriorRex
/awarditem 729046 WarriorNeil
/awarditem 729047 SaintDragon
/awarditem 729053 SapphireDino
/awarditem 729054 RubyDino
/awarditem 729060 WarriorLulu
/awarditem 729061 MageDodo
/awarditem 729038 EudemonAustin
/awarditem 729039 EudemonFlora
/awarditem 729040 EudemonAdam
/awarditem 729041 EudemonDiana
/awarditem 812001 UniversalXO
/awarditem 813000 12*UniversalXO
/awarditem 813001 6*UniversalO
/awarditem 813002 19*UniversalXO
/awarditem 815000 WarriorP-atk
/awarditem 815001 WarriorP-def
/awarditem 815002 WarriorAtkDef
/awarditem 815003 WarriorLanir
/awarditem 815004 P-defM-def
/awarditem 815005 WarriorCute
/awarditem 815006 MageM-atk
/awarditem 815007 MageTinna
/awarditem 815008 MageAtkDef
/awarditem 815009 MageGos
/awarditem 815010 MageM-def
/awarditem 815011 UniversalO
/awarditem 815015 WarriorGeppy
/awarditem 815016 WarriorNana
/awarditem 815017 MagePipy
/awarditem 815018 MagePeppy[/B]
where can find this UPDATE cq_syndicate SET totem_pole=999999999999999999999 WHERE leader_id
06/07/2011 16:48 WolvesMaster#4
crazysword,put the leader ID from cq_user instead of this words LeaderOfTheLegionIDHere then open navicat then my then Queries then new query and put this code then run it and done :D
06/07/2011 17:24 crazysword#5
Quote:
Originally Posted by WolvesMaster View Post
crazysword,put the leader ID from cq_user instead of this words LeaderOfTheLegionIDHere then open navicat then my then Queries then new query and put this code then run it and done :D
tq,,,maybe its work 4 me,,,
06/07/2011 17:27 WolvesMaster#6
plz when you say tq press the thanks button ;)
and yw
06/08/2011 02:31 lukester#7
Code:
[B]UPDATE cq_syndicate SET totem_pole=999999999999999999999 WHERE leader_id=[COLOR=red]LeaderOfTheLegionIDHere[/COLOR];[/B]
you just insert this to NaviCat then you shut down your MSG Server and NPC server and re-open them again and there ya go. All your totems are open (the on you insert right here. leader_id=LeaderOfTheLegionIDHere)