|
You last visited: Today at 04:58
Advertisement
[Help]Newbie Gift
Discussion on [Help]Newbie Gift within the EO PServer Hosting forum part of the Eudemons Online category.
06/29/2010, 01:59
|
#1
|
elite*gold: 0
Join Date: Mar 2010
Posts: 378
Received Thanks: 133
|
[Help]Newbie Gift
Iam asking about if i can add an starting Newbie Gift about lvl 1-20 super stuff without + i already have an +50 Newbie Gift High lvl iteams but i need to change them to lowest lvl with no + ! here is the +50 for the Newbie !
Code:
INSERT INTO `cq_action` VALUES ('70000524', '70000525', '70000539', '1001', '0', 'profession == 10');
INSERT INTO `cq_action` VALUES ('70000525', '70000526', '0000', '0502', '1021083', '');
INSERT INTO `cq_action` VALUES ('70000526', '70000527', '0000', '0501', '440244', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000527', '70000528', '0000', '0501', '165134', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000528', '70000529', '0000', '0501', '135154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000529', '70000530', '0000', '0501', '145154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000530', '70000531', '0000', '0501', '125154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000531', '70000532', '0000', '0501', '115154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000532', '70000533', '0000', '1010', '2005', 'Congratulations! You got your Super+50 Items!');
INSERT INTO `cq_action` VALUES ('70000533', '0', '0000', '0506', '0', '1021083 1021083 1');
INSERT INTO `cq_action` VALUES ('70000539', '70000540', '70000547', '1001', '0', 'profession == 20');
INSERT INTO `cq_action` VALUES ('70000540', '70000541', '0000', '0502', '1021083', '');
INSERT INTO `cq_action` VALUES ('70000541', '70000542', '0000', '0501', '420244', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000542', '70000543', '0000', '0501', '161134', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000543', '70000544', '0000', '0501', '131154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000544', '70000545', '0000', '0501', '141154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000545', '70000546', '0000', '0501', '121154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000546', '70000532', '0000', '0501', '111154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000547', '70000548', '0000', '1001', '0', 'profession == 30');
INSERT INTO `cq_action` VALUES ('70000548', '70000549', '0000', '0502', '1021083', '');
INSERT INTO `cq_action` VALUES ('70000549', '70000550', '0000', '0501', '490244', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000550', '70000551', '0000', '0501', '163134', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000551', '70000552', '0000', '0501', '133144', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000552', '70000553', '0000', '0501', '143154', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000553', '70000554', '0000', '0501', '123144', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000554', '70000532', '0000', '0501', '113144', '0 0 0 18 18 0 0 50 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('70000520', '70000521', '70000522', '0508', '0', '6 0 50');
INSERT INTO `cq_action` VALUES ('70000521', '70000524', '70000523', '0508', '0', '1 0 52');
INSERT INTO `cq_action` VALUES ('70000522', '0000', '0000', '1010', '2005', 'Please~leve~6~free~invetory~slots');
INSERT INTO `cq_action` VALUES ('70000523', '0000', '0000', '1010', '2005', 'asks~your~excellency~to~recognize~that~the~Eudemons~egg~knapsack~has~1~space,~because~we~will~deliver~a~lovable~baby~to~give~yo');
i want to know what ids to change them to super stuff without ++ !
|
|
|
06/29/2010, 02:07
|
#2
|
elite*gold: 0
Join Date: Jan 2009
Posts: 365
Received Thanks: 476
|
'440244', '0 0 0 18 18 0 0 50 0 1024 0 0');
440244 is the item id ending in 4 for super, 18 18 means 2 sockets so 0 in both for no sockets in the gears 50 for +50 make it a 0 also for no + and the 1024 is f-soul so again 0 in there, like this
'440044', '0 0 0 0 0 0 0 0 0 0 0 0');
would give them a super staff level 21 with no + no f-soul, no sockets and no + to BP
|
|
|
06/29/2010, 13:00
|
#3
|
elite*gold: 0
Join Date: Mar 2010
Posts: 378
Received Thanks: 133
|
Thanks ! but i still have little how to make it gifted to every one who login to the server cuz now after i add it its not given what i mean thats no one login with them ?!?!
|
|
|
 |
Similar Threads
|
[Guide]Spawn Newbie Gift on newcomer inventory(replace method)!
08/24/2013 - EO PServer Guides & Releases - 11 Replies
Hello again, i want to show you how to add the newbie gift to the inventory of a new user without adding any npc or add the item to any shop.
Ok let's start.
When u login for the first time you will see in your inventory two not needed items:
Shelley's Letter
Queen`sLetter
Those two items are totally useless so we are gonna to replace them with the newbie gift. Newbie Gift item id is 729012
|
[HELP]Making from scratch a newbie gift
08/11/2010 - EO PServer Hosting - 3 Replies
Before anyone says anything, yes i looked in the stickied threads, and yes i used search facility.
My problem is simple- REVOLUTION DB, it doesnt have a newbie gift to start with. So i need help in making it from scratch.
I want it to have gears, eps and pps.
We can do it thru msn if you want, details on my profile page. Or just put a new guide up on epvp for us idiots who know nothing lol.
THX
Running this query,
|
[HELP]Newbie Gift
05/02/2010 - EO PServer Hosting - 2 Replies
the Newbie Gift is gived for the new player when they get in the game as lvl 1 can i change it to lvl 125 as when the player reached lvl 125 he must take this gift any idea's about that ?
|
The question newbie want to ask.but lazy/shy to ask.Me newbie..T^T answer pls
04/24/2010 - EO PServer Hosting - 10 Replies
Question 1 : How to edit map to become a PK MAP/Non PK MAP
Question 2 : How to edit teleport NPC to make it teeleport at place we want
Question 3 : I use Mannequin Client/Database..when i login in the game i buy
eudemon and when i hatch it and evolve it..It will become GC 15*
how can i change it?????????
Question 4 : How can i change my server COMPOSE RATE
|
Gving new members newbie gift automatically
08/11/2009 - EO PServer Hosting - 9 Replies
ok so i followed this guide to make the newbie items
http://www.elitepvpers.com/forum/eo-pserver-hostin g/157851-make-newbiegift-give-255-a.html
obviously ive edited it to what ever plus i wanted and no fsoul, but what i need to know is how to make it so when new members join they automatically recieve this. At the moment i have to manually award this item to them.
when i searched the forums i only found that link above which only explains how to edit the items inside.
if u can help...
|
All times are GMT +1. The time now is 04:59.
|
|