|
You last visited: Today at 14:35
Advertisement
[Help] Character starting stuff
Discussion on [Help] Character starting stuff within the EO PServer Hosting forum part of the Eudemons Online category.
07/03/2008, 18:53
|
#1
|
elite*gold: 0
Join Date: Feb 2008
Posts: 231
Received Thanks: 90
|
[Help] Character starting stuff
any1 know how to change the default character stuff like they get mads and wads and 2 starting gear, where do i look to change this, and its got nothing t odo with right clicking design table in cq_user
also how to change the map that u start in, if any1 knows plz reply asap
|
|
|
07/03/2008, 19:59
|
#2
|
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 312
|
I too want know how make this.
i have looked one topic about this assunt at long time, but i have searched again and not found this topic.
I remember that pfj511 have helped the user in this topic.
Please, HELP WE!!!!!
|
|
|
07/03/2008, 22:18
|
#3
|
elite*gold: 0
Join Date: Feb 2008
Posts: 481
Received Thanks: 51
|
hey ace as u just did input the +12 1 soc gears try finding a cloumn for euds
|
|
|
07/03/2008, 22:36
|
#4
|
elite*gold: 0
Join Date: Feb 2008
Posts: 231
Received Thanks: 90
|
ive tried loooking in cq_action couldnt find anything though :/
|
|
|
07/03/2008, 22:40
|
#5
|
elite*gold: 0
Join Date: Feb 2008
Posts: 481
Received Thanks: 51
|
ohh i see and u got any PM code ffor low lvl +12 gears ?? PM me ok
|
|
|
07/03/2008, 23:05
|
#6
|
elite*gold: 0
Join Date: Mar 2008
Posts: 925
Received Thanks: 301
|
Haci If U Helped Dark_Noob u wont Be My Friend Ever More
|
|
|
07/03/2008, 23:11
|
#7
|
elite*gold: 0
Join Date: Feb 2008
Posts: 481
Received Thanks: 51
|
dude ur jelouse cause i may be more incredible than u right
|
|
|
07/03/2008, 23:17
|
#8
|
elite*gold: 0
Join Date: Mar 2008
Posts: 925
Received Thanks: 301
|
hahahaha In Ya Dreams
|
|
|
07/03/2008, 23:24
|
#9
|
elite*gold: 0
Join Date: Feb 2008
Posts: 481
Received Thanks: 51
|
|
|
|
07/03/2008, 23:47
|
#10
|
elite*gold: 0
Join Date: Mar 2008
Posts: 925
Received Thanks: 301
|
In Ya Dreams when u even Exteeed Word Super Noob **** iwth ur ***
|
|
|
07/04/2008, 00:03
|
#11
|
elite*gold: 0
Join Date: Feb 2008
Posts: 481
Received Thanks: 51
|
i know ur gay but the pople who are retatrd is ******* up on ur side  with u lalhi buriah galhaney
|
|
|
07/04/2008, 02:18
|
#12
|
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 312
|
Hellooooo,
and the QUESTION ABOUT THE TOPIC'S TITLE ????????????????????????????????????
|
|
|
07/04/2008, 05:57
|
#13
|
elite*gold: 0
Join Date: Feb 2008
Posts: 20
Received Thanks: 0
|
ROFL, ahmed.. triple poster..being a muslim talking superb xD watch your toung ^^
|
|
|
07/04/2008, 05:59
|
#14
|
elite*gold: 0
Join Date: Mar 2008
Posts: 925
Received Thanks: 301
|
dioblo Please dont say some thing wrong im sorry if double posting but that Dark_Noob Is Driving Me So Mad
Ok Haci I Have founded Out  ok Delete ur Begginer Gift from Cq_action and the items that new comer takes of the elite stuff u have to run this query its gonna give every new comer a full set of elite+12 stuff for mage warrior and pally and a lulu n a dodo
delete from cq_action where id >= 1000010 and id <= 1000026;
update cq_action set id_next = 1000010 where id = 1000006;
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000010, 1000011, 1000012, 1080, 9000, 'isexit');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000011, 0000, 0000, 0126, 0, 'Welcome~to~Ace~EO~Enjoy~And~Invite~Ur~Frriends!') ;
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000012, 1000013, 0000, 1080, 9000, 'new');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000013, 1000014, 0000, 0501, 111004, '7000 7000 0 255 255 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000014, 1000015, 0000, 0501, 113300, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000015, 1000016, 0000, 0501, 115000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000016, 1000017, 0000, 0501, 121000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000017, 1000018, 0000, 0501, 123000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000018, 1000019, 0000, 0501, 125000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000019, 1000020, 0000, 0501, 131010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000020, 1000021, 0000, 0501, 135010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000021, 1000022, 0000, 0501, 133000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000022, 1000023, 0000, 0501, 141000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000023, 1000024, 0000, 0501, 143000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000024, 1000025, 0000, 0501, 145000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000025, 1000026, 0000, 0501, 161000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000026, 1000027, 0000, 0501, 163000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000027, 1000028, 0000, 0501, 165010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000028, 1000029, 0000, 0501, 165010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000029, 1000030, 0000, 0501, 410020, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000029, 1000030, 0000, 0501, 420030, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000030, 1000031, 0000, 0501, 440020, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000031, 1000032, 0000, 0501, 490024, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000032, 1000033, 0000, 0501, 729060, '0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000033, 1000034, 0000, 0501, 729061, '0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000034, 1000035, 0000, 1081, 9000, 'phase = 1');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000035, 1000036, 0000, 0126, 0, 'Welcome~to~Ace~EO~!~There~are~a~Begginer~gift~for ~you~good~luck~for~you~game!');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000036, 1000037, 0000, 1085, 0, 'gmlog/gift_log user name:%user_name user id:[%user_id] get time:');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000037, 0000, 0000, 0125, 2011, 'congratulate~new~player~%user_name~get~his~Beggin er~gift~!');
Enjoy
|
|
|
07/04/2008, 10:11
|
#15
|
elite*gold: 0
Join Date: Feb 2008
Posts: 231
Received Thanks: 90
|
Quote:
Originally Posted by ahmedpotop
dioblo Please dont say some thing wrong im sorry if double posting but that Dark_Noob Is Driving Me So Mad
Ok Haci I Have founded Out  ok Delete ur Begginer Gift from Cq_action and the items that new comer takes of the elite stuff u have to run this query its gonna give every new comer a full set of elite+12 stuff for mage warrior and pally and a lulu n a dodo
delete from cq_action where id >= 1000010 and id <= 1000026;
update cq_action set id_next = 1000010 where id = 1000006;
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000010, 1000011, 1000012, 1080, 9000, 'isexit');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000011, 0000, 0000, 0126, 0, 'Welcome~to~Ace~EO~Enjoy~And~Invite~Ur~Frriends!') ;
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000012, 1000013, 0000, 1080, 9000, 'new');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000013, 1000014, 0000, 0501, 111004, '7000 7000 0 255 255 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000014, 1000015, 0000, 0501, 113300, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000015, 1000016, 0000, 0501, 115000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000016, 1000017, 0000, 0501, 121000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000017, 1000018, 0000, 0501, 123000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000018, 1000019, 0000, 0501, 125000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000019, 1000020, 0000, 0501, 131010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000020, 1000021, 0000, 0501, 135010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000021, 1000022, 0000, 0501, 133000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000022, 1000023, 0000, 0501, 141000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000023, 1000024, 0000, 0501, 143000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000024, 1000025, 0000, 0501, 145000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000025, 1000026, 0000, 0501, 161000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000026, 1000027, 0000, 0501, 163000, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000027, 1000028, 0000, 0501, 165010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000028, 1000029, 0000, 0501, 165010, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000029, 1000030, 0000, 0501, 410020, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000029, 1000030, 0000, 0501, 420030, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000030, 1000031, 0000, 0501, 440020, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000031, 1000032, 0000, 0501, 490024, '7000 7000 0 0 0 0 0 12 0 1024 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000032, 1000033, 0000, 0501, 729060, '0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000033, 1000034, 0000, 0501, 729061, '0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000034, 1000035, 0000, 1081, 9000, 'phase = 1');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000035, 1000036, 0000, 0126, 0, 'Welcome~to~Ace~EO~!~There~are~a~Begginer~gift~for ~you~good~luck~for~you~game!');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000036, 1000037, 0000, 1085, 0, 'gmlog/gift_log user name:%user_name user id:[%user_id] get time:');
INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(1000037, 0000, 0000, 0125, 2011, 'congratulate~new~player~%user_name~get~his~Beggin er~gift~!');
Enjoy
|
ive already got this, but this isnt what im looking for
|
|
|
 |
|
Similar Threads
|
[FIX] Character starting kills (120000)
07/18/2017 - Shaiya PServer Development - 37 Replies
you must search at the PS_GameData -> dbo.chars go modify mode then to k1 -4 and look where is the 120000 kills change to 0.
Thatīs it
|
cabal new character starting location
04/18/2009 - Cabal Online - 4 Replies
i am new to cabal and i discovered that different battle style starts at different location and receives different quests.
my question is,when can different battle styles take the same quest and work together in hunting?because im going to play this game with friends with different battle styles and decided to work together in hunting.
plz help me,thx a lot.
|
WTT stuff... for 2moons dil/character
09/04/2008 - Dekaron Trading - 8 Replies
Ok well as the thread says im trading other mmorpg game accounts for 2moons stuff. So this is what i got...
Guild wars: 4 level 20s pve.All expantions.
Drift City; Level 43 v5 car.
Sro: Level 43 spear and level 31 sword shield. All gooda armor and weapon.
Maple story:level 25 warrior
Steam:css,dods,cs1.6,dod and more.
and more just post/pm me if u want more information or to trade.
I am the orginal owner of all these accounts.
|
All times are GMT +2. The time now is 14:35.
|
|