Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting > EO PServer Guides & Releases
You last visited: Today at 15:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide]Spawn Newbie Gift on newcomer inventory(replace method)!

Discussion on [Guide]Spawn Newbie Gift on newcomer inventory(replace method)! within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
cyberghoser1's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 504
Received Thanks: 1,069
Exclamation [Guide]Spawn Newbie Gift on newcomer's inventory(replace method)!

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

Part one: Get the ID's of those two items


Shelley's Letter ID: 724021
Queen`sLetter ID: 724007

Here for the example we will use Shelley's Letter with ID 724021

Part two: Database edit:

Now we have to change the id of the newbie gift to the one used by Shelley's Letter so we only delete Shelley's Letter item id from cq_itemtype and replace the id of the newbie gift with the one Shelley's Letter is using

Code:
delete from `cq_itemtype` where id = '724021';
UPDATE `cq_itemtype` SET `id`='724021' WHERE (`id`='729012');
Now here is the cq_action released by Diablo69r for the newbie gift and edited by me to use the id number we replaced above (You can see in red the item id used):

Code:
delete from cq_action where id >= 6000524 and id <= 6000532;
delete from cq_action where id >= 6000539 and id <= 6000546;
delete from cq_action where id >= 6000547 and id <= 6000554;



INSERT INTO `cq_action` VALUES ('6000524', '6000525', '6000539', '1001', '0', 'profession == 10');
INSERT INTO `cq_action` VALUES ('6000525', '6000526', '0000', '0502', '[COLOR="Red"]724021[/COLOR]', '');
INSERT INTO `cq_action` VALUES ('6000526', '6000527', '0000', '0501', '440244', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000527', '6000528', '0000', '0501', '135114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000528', '6000529', '0000', '0501', '115114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000529', '6000530', '0000', '0501', '125114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000530', '6000531', '0000', '0501', '145114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000531', '6000532', '0000', '0501', '165094', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000532', '0', '0000', '1010', '2005', 'Congratulations! You got your Super+255 Gift Items!');
INSERT INTO `cq_action` VALUES ('6000539', '6000540', '6000547', '1001', '0', 'profession == 20');
INSERT INTO `cq_action` VALUES ('6000540', '6000541', '0000', '0502', '[COLOR="Red"]724021[/COLOR]', '');
INSERT INTO `cq_action` VALUES ('6000541', '6000542', '0000', '0501', '420244', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000542', '6000543', '0000', '0501', '131114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000543', '6000544', '0000', '0501', '111114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000544', '6000545', '0000', '0501', '121114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000545', '6000546', '0000', '0501', '141114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000546', '6000532', '0000', '0501', '161094', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000547', '6000548', '0000', '1001', '0', 'profession == 30');
INSERT INTO `cq_action` VALUES ('6000548', '6000549', '0000', '0502', '[COLOR="Red"]724021[/COLOR]', '');
INSERT INTO `cq_action` VALUES ('6000549', '6000550', '0000', '0501', '163094', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000550', '6000551', '0000', '0501', '143114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000551', '6000552', '0000', '0501', '133114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000552', '6000553', '0000', '0501', '123114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000553', '6000554', '0000', '0501', '113114', '0 0 0 18 18 0 0 255 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('6000554', '6000532', '0000', '0501', '490244', '0 0 0 18 18 0 0 255 0 1024 0 0');
Part three: Client edits.

Now we have to deal with the client side, which is very easy.

Go get by Funhacker and open your itemtype.dat file located in the ini folder of your client (make a backup in case you screw it up)

Once the items list is filled, search for the id 724021 and change it to an id that doesn't exist, click on change item stats and now search for the newbie gift item id which is 729012, change its id to 724021, click on change item stats, save itemtype.dat file, your'e done!

To change the look of the item edit ItemMinIcon.ANI and MapItemIcon.ANI with a text editor and find/replace those lines on both files and its done.:
Change
Code:
[Item724021]
FrameAmount=1
Frame0=data/ItemMinIcon/724000.dds
to
Code:
[Item724021]
FrameAmount=1
Frame0=data/ItemMinIcon/729000.dds
Why this method?

Because i forgot how to add newcomers items on inventory long time ago and i don't like to have a lot of cq_actions on the login to give me all the gears and weapon inside my inventory, so i use one of those two items that are useless. I'm sure there are easier or better methods but at least this one works!

Bug: if you do use the item and get your equipment, after re-log the newbie gift is again there if you don't level up
cyberghoser1 is offline  
Thanks
25 Users
Old 03/16/2010, 03:49   #2
 
mama12's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 247
Received Thanks: 132
Thanks , you r the best. It is awsome you are back!!!
mama12 is offline  
Thanks
1 User
Old 03/16/2010, 06:35   #3
 
elite*gold: 0
Join Date: Dec 2009
Posts: 375
Received Thanks: 149
Theres alot easier way

do a filter data 725518

then change the data field to the item u want to give out to the new players

Note: for the newbie gift you well need to set it up first. ie.. Diablo69rs' release above.

have fun guys.
Knight^Hawk is offline  
Old 03/16/2010, 12:52   #4
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Welcome back brotha and Good Job
.Ash is offline  
Thanks
1 User
Old 03/16/2010, 17:45   #5

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,548
Received Thanks: 817
why not just add a new param? instead of changing the one`s of the letter`s ..
magewarior2 is offline  
Old 03/16/2010, 22:00   #6
 
cyberghoser1's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 504
Received Thanks: 1,069
Because i just forgot my old method
cyberghoser1 is offline  
Old 06/29/2010, 14:09   #7
 
T.h.u.n.d.e.r's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 378
Received Thanks: 133
i have aproplem the Shelley's Letter and Queen`s Letter dont appears with the newcomer so when i add the Newbue gift its wont appears as it replaced with the letters so what to do =/ ?!?!
T.h.u.n.d.e.r is offline  
Old 07/23/2011, 15:47   #8
 
elite*gold: 0
Join Date: Jan 2010
Posts: 19
Received Thanks: 2
hai.. i want change starter level to 1 back..
bani8874 is offline  
Old 07/23/2011, 20:09   #9
 
reloaded90's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 166
Received Thanks: 15
thanks master
reloaded90 is offline  
Old 07/16/2012, 18:08   #10
 
elite*gold: 0
Join Date: Jun 2011
Posts: 20
Received Thanks: 0
Man i just created my server from guide

and my files the cq_itemtype and those arent same as yours myn is just symbols which i dont understand anything of so how do i get the same as yours ? and are those files in mysql?
s7ns035sog is offline  
Old 07/20/2012, 07:54   #11
 
elite*gold: 0
Join Date: Apr 2010
Posts: 111
Received Thanks: 24
just copy and past the Quary he gives you into the Quary section, that should correct it..
deadmaker999 is offline  
Old 08/24/2013, 09:47   #12
 
deltajunior's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 32
Received Thanks: 2
hey Guys, ive got a Question..
could some1 fix me the Query so theres also Elementary with it?

thanks
deltajunior is offline  
Reply


Similar Threads Similar Threads
[GUIDE] Hexedit Shopping Mall to replace Items Equipment and Eggs
07/03/2011 - EO PServer Guides & Releases - 22 Replies
Hexedit Shop.dat to replace Items Here ill show you how to hexedit the shopping mall to replace items, not adding new ones, cause i don't get success in it yet. First we need a good hexeditor, i use winhex: http://www.x-ways.net/winhex.zip copy your shop.dat from your client to your desktop (and make a backup of it in case you screw it up) Launch winhex.exe and open the shop.dat file, this is the main screen of it:
[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
06/29/2010 - EO PServer Hosting - 2 Replies
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 ! 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',...
[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 ?
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 15:39.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.