-
Account Upgraded | Title Enabled!
[HELP]GM Set!
In my server, how do I give gm set(gm weapons,clothes etc.) to other members? any one know?
-
-
Account Upgraded | Title Enabled!
Re: [HELP]GM Set!
thats what i wanna know....
-
Account Upgraded | Title Enabled!
Re: [HELP]GM Set!
I think someone replied to your post...
-
Account Upgraded | Title Enabled!
Re: [HELP]GM Set!
admin panel
or my way (cuz i hate doing that in admin panel)
open up sql server managment
find dbo.character open it
find dbo.characteritem open it
theres some other ways to. :P
-
Account Upgraded | Title Enabled!
-
Re: [HELP]GM Set!
execute this:
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1993');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','8714');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1914');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','8713');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','8712');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','8715');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','4234');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','4235');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','4236');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','4237');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','4238');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1337');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1338');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1340');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1356');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1356');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1350');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1349');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1348');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1347');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1358');
INSERT INTO CharacterItem (CID,ItemID) VALUES ('<CID>','1357');
change the <CID> to a character id
this is my own set for gm's
-
Awaken the Devil inside!
Re: [HELP]GM Set!
just instal emisands admin panel v3 and host it. then go to manage characters :D done! :P
-
Account Upgraded | Title Enabled!
Re: [HELP]GM Set!
1 problem.it always say function problem when i load my website.