How To Make Newbie NPC :(

10/19/2013 07:58 MdaizatZ#1
Hello .. How Can I Make Newbie NPC That Can Award Player Equipments Box And 10M EPS ?? Please Help Me .. :handsdown::handsdown::handsdown:
10/19/2013 08:16 .Horror.#2
Only problem is players can claim , over and over
I would use [Only registered and activated users can see links. Click Here To Register...]
As A Base and change to give what you want
Change This line
AndMake it
That will keep players from coming back to claim ;)
I would also block mannequins using [Only registered and activated users can see links. Click Here To Register...]
~Your Horrors
10/19/2013 11:00 MdaizatZ#3
Wow :) .. Thanks .Horror. I Appreciate Your Help :) ..

But What Action Param Should I Put To Award The Equipments Box ??

Example My Equipment Box ID Is : 123456


Code:
INSERT INTO `cq_action` VALUES ('5846232', '5846233', '0', '1001', '0', 'What Should I Put At Here ??');
10/19/2013 15:35 idlemonkey#4
I think you would have better luck with something like the tq-baby script ... its hard to know what to look for so here is the link for it and another npc
[Only registered and activated users can see links. Click Here To Register...]


I would be very careful if I were you about using that vote npc without modifying it a lot ...
as is it is very easy for someone to use it to lag your server or site

if you want new players to start with something why not make a default value for them with design table (ie a newb bag that opens at specific levels)

if you want to make a webpage open inside your client you can do that with the help pages and it would be more stable

if you do insist on using the voting npc as it is... then I would reccomend looking towards the lottery script and the milestone event for ideas on how to make it only allow a certain amount of tries per day.....
10/19/2013 17:17 .Horror.#5
Would Be Changed to

Here ill be nice , just fill in the blanks on this.
Quote:
I think you would have better luck with something like the tq-baby script ... its hard to know what to look for so here is the link for it and another npc
[RELEASE] TQ Baby and ShoppingMall Lady Translated
Is The Same Thing , just less actions?..
~Your Horrors
10/20/2013 03:24 MdaizatZ#6
Thanks .Horror. !! :) :D ..
10/21/2013 03:52 PowerChaos#7
if you got a bit of skills you can use the same system i used for ep reward

you can change in the character database a certain table to a certain value
after clicking the npc , let the npc change the value so the use can not claim the reward anymore (value does not match ^^ )

credits of this system goes to magewarior2
not sure if it is released here , but i preffer to keep the fine detais for myself xD , but atleast you got a solution you can implent

Greetings From PowerChaos
10/21/2013 09:23 MdaizatZ#8
Thanks You PowerChaos ..

@.Horror. Why When I Use Your Queries .. I Test But I Don't Get Any Item ?? :( :'( .. Please Help Me :( :'( ..
10/21/2013 09:26 .Horror.#9
Quote:
Thanks You PowerChaos ..

@.Horror. Why When I Use Your Queries .. I Test But I Don't Get Any Item ?? :'( .. Please Help Me :'( ..
Read The All THings Guide Bro
~Your Horrors
10/21/2013 10:00 MdaizatZ#10
I Already Look At It :( :'( ..
10/21/2013 10:40 idlemonkey#11
Quote:
Originally Posted by MdaizatZ View Post
@.Horror. Why When I Use Your Queries .. I Test But I Don't Get Any Item ?? :( :'( .. Please Help Me :( :'( ..
Code:
INSERT INTO `cq_action` VALUES ('5846232', '5846233', '0', '501', 'ItemID', '1 1');
'ItemID' you have to actually put something here:rtfm:
10/21/2013 13:12 MdaizatZ#12
Quote:
Originally Posted by idlemonkey View Post
Code:
INSERT INTO `cq_action` VALUES ('5846232', '5846233', '0', '501', 'ItemID', '1 1');
'ItemID' you have to actually put something here:rtfm:
I Already Put It Lol :( :'( ..
10/21/2013 14:35 .Horror.#13
Did you add the action ID's into cq_task and restart MSG server?..
~Your Horrors
10/21/2013 14:53 MdaizatZ#14
Yup Already .. :( :'( ..
10/21/2013 15:34 .Horror.#15
Stop putting the crying face that makes people avoid your posts , make sure all the action ID's are in order , all are in cq_task check the npc lookface. We cant do everything for you dude.
~Your Horrors