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):Quote:
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 ?
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!');