elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Shaiya PServer Development (https://www.elitepvpers.com/forum/shaiya-pserver-development/)
-   -   Shaiya Server - GM Commands (https://www.elitepvpers.com/forum/shaiya-pserver-development/286498-shaiya-server-gm-commands.html)

JohnHeatz 10/03/2011 00:17

look on your database, it isn't any hard to do

Code:

Use PS_GameDefs
Select MobID from dbo.Mobs where MobName = 'Dios Exiel'


dizzykill 11/13/2011 08:10

ok what is HG,VG,CG,OG,IG cause its really starting to bug me that i dont know :/

vencitozi 11/17/2011 18:42

any know why commands /notice ''text'' not work /notice [GM]Name ''text'' not work ?
pls help me :)

JohnHeatz 11/18/2011 02:08

There isn't such command as /notice [[GM]Name] "text" yet /notice " [text] " (last " are optional) works just if you have GM status

andya78 11/20/2011 09:05

Quote:

Originally Posted by adamkoolkid2 (Post 4896762)
kk i got em here:

Cryptic One- 1700/1800
Parrdalis- 1701/1801
Bilzabeth- 1702/1802
Alcarian the Flame- 1703/1803
Alcarian the Flame- 1714/1814
(theres two Alcarians ones an earth ele ones a fire ele)
Deinos the Dream- 1704/1804
Kirhiross- 1705/1805
Nantarios- 1706/1806
Cryptic the Immortal- 1716/1816

Not sure why there are two codes for all CT Bosses but im sure theres a reason xD

possibly cryptic throne code and the new code for the 70 dungeon

EndlessBane 11/21/2011 02:33

Does anyone have codes for alter locations? So I can move to alters easily. Thanks for any help. :)

JohnHeatz 11/21/2011 03:22

Why not to simply go there once and get the coordenates? That will make it for sure

Phantomangel042 11/21/2011 10:46

Quote:

Originally Posted by andya78 (Post 13962784)
possibly cryptic throne code and the new code for the 70 dungeon

Uhh, I didn't read all the way through the thread, so I don't know how long ago adam posted that, but I'm sure he figured it out by now. xD

And the answer is, because the bosses in Light and Fury sides' original level 60 Cryptic Thrones are different and have different drops (even on OS, Light CT bosses dropped Light gear, and Fury bosses dropped Fury gear). Ergo, 2 identical bosses were required to segregate faction drops.

Nothing to do with ROTCO at all. =P

ludiaidva93 11/29/2011 16:29

I want to ask why the server do I stand on pause?

catalinbebe 12/12/2011 20:08

Hot to get ADM at player?
 
Any know how to get GM at players?plz...

JohnHeatz 12/12/2011 22:09

You need to go into PS_UserData.dbo.Users_Master and set the status to 16

Code:

Use PS_UserData
Update dbo.Users_Master set Status = 16
where [condition]'better if you do it through
the ID of the user, obviously'


texasrulez 03/10/2012 18:42

Anyone know how to Use /Itemlv ? and If so what are the steps?

RebeccaBlack 03/10/2012 21:29

/itemlv #

Useless command. It only changes the visual glow effect of your weapon. And only for you too. No one else can see the change, nor does it change anything permanently.

NeverDie.. 03/21/2012 14:41

guys anyone can answer to my question ? where can i try the GM commands anyone can open 1 server and open it in hamachi pm me skype <-- ggriszhaber64 thanks

JohnHeatz 03/21/2012 16:37

Why not just set up a local test server for that purpose? I certainly think it is kind of hard that someone gives you GM rights on any server just for you to "test the GM commands"

Sh1nra 03/31/2012 18:19

Anyone know the code for delete all buffs from other player ?

i need a code for delete from the players ultimate rune or xp stone...

RebeccaBlack 04/01/2012 08:41

Quote:

Originally Posted by Sh1nra (Post 15946813)
Anyone know the code for delete all buffs from other player ?

i need a code for delete from the players ultimate rune or xp stone...

Quote:

Originally Posted by RebeccaBlack (Post 12471207)
/event off - Works - Params "CharName" - Removes ALL buffs (Including Conts)

This was posted a page or two previous to yours. Along with a bunch of other commands that work, and their descriptions.

You would activate this command by typing, for example let's say the character's name is Sh1nra: /event off "Sh1nra"

Sh1nra 04/01/2012 20:38

Ty but the code only work for adm/gm ...

If i try to delete buffs from orher normal player with adm or gm char it dont will work :/

[Dev]Ansem 04/01/2012 20:46

Quote:

Originally Posted by Sh1nra (Post 15969540)
Ty but the code only work for adm/gm ...

If i try to delete buffs from orher normal player with adm or gm char it dont will work :/

why should "normal" players be able to use such commands?
do you get any error while using it?

Sh1nra 04/01/2012 21:27

ok an example:

player 1 is normal player
player 2 is adm/gm


player 2 write: /event off player 1 ---> it dont work !

but if player 2 write:

player 2 write: /event off player 2 --> it wort !

RebeccaBlack 04/02/2012 08:32

Yes, let's use your example, but with names.

Player 1 = Normal Player = Rose
Player 2 = Admin / GM = John

John types /event off "Rose" - Rose loses her buffs (NOTICE THE " "!)
John types /event off Rose - John will likely lose his buffs due to error'd command syntax

Savvy?

-Knight23- 04/22/2012 01:23

What Is The Command For Instant Lvl

JohnHeatz 04/22/2012 15:31

Or, simply use the

Code:

/set [Player Name] level [#]
Which would be for a GM (status 16) to set the level of a player manually

[ADM]Destroyer 06/14/2012 11:16

Thnx For All Help ;)

.Ocean. 07/16/2012 11:43

HI, its probably somewhere here, but i couldnt find it.
Im looking for command that will summon everyone...all ppl from one fraction and all ppl from second fraction...can anyone help me?

Philipp_ 07/16/2012 15:04

I think thats not possible, but you can type in '/xcall 1' (=Light) and '/xcall 2' (=Fury). All players from the map youre standing on will summon to you.

.Ocean. 07/21/2012 15:10

thank you...thats exactly what i was looking for ^^

[ADM]Destroyer 08/12/2012 14:46

Thanks for code's Omega. It work's cool. Being GM is fun 50% and a bit hard 50% to do some work but we have to do cause we have [GM] for helping ADM tho :D .. , im kind of noob using these HQL , HxD , etc QQ , im new to those , hope ill learn those all quick that is why im here. ;)anyway good luck all.

Contele123 10/28/2012 08:11

AP commands
 
Any1 can tell me any commands for put to player AP from game ?

Sh1nra 10/28/2012 11:30

Quote:

Originally Posted by Contele123 (Post 19415016)
Any1 can tell me any commands for put to player AP from game ?

I think, for there is no code ..

TeddyBear94 10/28/2012 11:33

it should be and custome command around depend if u added it to ur db. if not yet there is a possible way to do that. if u guys dont have that command u prolly need to pass DP-coins or do it in db.

Mashie90 11/15/2012 08:17

hey guys...i need command for trade chat that have been muted...pls reply me ASAP....TQ

TeddyBear94 11/15/2012 08:56

u can change that in ur settings <.<

Billie Joe 12/22/2012 21:05

:)
 
Quote:

Originally Posted by Contele123 (Post 19415016)
Any1 can tell me any commands for put to player AP from game ?

It seems that there is no command to do this, but there are several scripts that you could use ..

speedagger 12/26/2012 11:27

Could i ask link for this.... and does it work for Shaiya PH ??

Zrix 12/26/2012 16:59

how can you restore a char?

Billie Joe 12/26/2012 17:16

Quote:

Originally Posted by Zrix (Post 20371943)
how can you restore a char?

Go at your SQL and open gamedata<dbo.chars<find name char and set in "delete" in 0

speedagger 12/27/2012 14:16

Does it work at all servers especially at Shaiya PH

JohnHeatz 12/29/2012 01:49

This is for developers or people with GM rights, not for cheating in-game, if you don't have GM rights nothing will work for you.

zackfail 12/30/2012 17:18

a mi en mi servidor no me sirve el comando /notice soy el dueño y todo pero cuando lo pongo no aparece nada y tampoco me da el mensaje de comando invalido lo cual significa que si se esta ejecutando el comando pero no esta apareciendo
__________________________________________________ _________________________
me on my server does not help the command / notice and everything I own but when I put nothing appears nor gives me invalid command message which means that if running the command, but not sorry for appearing my English


All times are GMT +2. The time now is 05:00.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.