[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.
[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):
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
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
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 =/ ?!?!
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?
[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...