[HELP]Summon

04/07/2010 00:06 xx1t1xx#1
how do i set Summon on a player/[GM]/[PM]

*Note*yeah i used Search so plz dont tell me to use it next time
04/07/2010 00:32 Knight^Hawk#2
Code:
Knight^Hawk[PM]	нч	459	128	1	1	456496093	0	0	255	1624269027	1264	0	31	100	1690	5000	15	1	16880	51656	10	867	0	0	нч	[COLOR="Red"]6[/COLOR]
change medal_select to a number 1-12
04/07/2010 00:36 xx1t1xx#3
Quote:
Originally Posted by Knight^Hawk View Post
Code:
Knight^Hawk[PM]	нч	459	128	1	1	456496093	0	0	255	1624269027	1264	0	31	100	1690	5000	15	1	16880	51656	10	867	0	0	нч	[COLOR="Red"]6[/COLOR]
change medal_select to a number 1-12
and where is this at in the Database?

ok so the red number is the summon on your player?

but say my server has more then 3 pages of Pets i have 5 pages on my server and i want to know if i can summon like 20 since 4*5=20 or is the 2 extra Pages i coded useless?
04/07/2010 01:12 .Ash#4
Quote:
Originally Posted by xx1t1xx View Post
and where is this at in the Database?

ok so the red number is the summon on your player?

but say my server has more then 3 pages of Pets i have 5 pages on my server and i want to know if i can summon like 20 since 4*5=20 or is the 2 extra Pages i coded useless?
Its on cq_user. Use this query if you may,

update cq_user set medal_select=X where name='NameHere';

Edit the Red color fonts. X= How many Summons you want and NameHere= The name of character.
04/07/2010 03:12 Knight^Hawk#5
if your new at database stuff for eo the best thing to do is to look around the database. but do not change anything unless you sorta know what it does. or unless you BACK UP YOUR DATABASE FIRST
04/07/2010 06:28 xx1t1xx#6
Quote:
Originally Posted by Knight^Hawk View Post
if your new at database stuff for eo the best thing to do is to look around the database. but do not change anything unless you sorta know what it does. or unless you BACK UP YOUR DATABASE FIRST
Im Not New I Been With DataBases all my life i just cant remember all the good stuff.
04/09/2010 04:05 cruey#7
Quote:
Originally Posted by Knight^Hawk View Post
if your new at database stuff for eo the best thing to do is to look around the database. but do not change anything unless you sorta know what it does. or unless you BACK UP YOUR DATABASE FIRST
lol, If your new I don't think you would know what majority of the things do.