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 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 ?
Find newbiegift in itemtype.dat (ID=729012) and change the required level for it, then on cq_itemtype do the same change, i dont know if it will spawn on the inventory once the player reach level 125 but you can make a custom npc to give it for like 1 gold or something or put it on the mall, pretty easy to do, to spawn it at level 125 i guess you can use something like this (Just an example i did it like just for info):
Code:
INSERT INTO `cq_action` VALUES ('10000000', '10000001', '10000002', '1001', '0', 'level == 125');
INSERT INTO `cq_action` VALUES ('10000002', '0', '0000', '1010', '2005', 'Your level is to low or to high to obtain this item!');
[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 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',...
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...