|
You last visited: Today at 05:52
Advertisement
How To Make Newbie NPC :(
Discussion on How To Make Newbie NPC :( within the EO PServer Hosting forum part of the Eudemons Online category.
10/19/2013, 07:58
|
#1
|
elite*gold: 0
Join Date: Sep 2012
Posts: 284
Received Thanks: 17
|
How To Make Newbie NPC :(
|
|
|
10/19/2013, 08:16
|
#2
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
Only problem is players can claim , over and over
I would use 
As A Base and change to give what you want
Change This line
Quote:
|
replace INTO `cq_action` VALUES ('5846201', '5846202', '5846203', '1082', '25000', '43200');
|
AndMake it
Quote:
|
replace INTO `cq_action` VALUES ('5846201', '5846202', '5846203', '1082', '25000', '99999999999999999');
|
That will keep players from coming back to claim
I would also block mannequins using 
~Your Horrors
|
|
|
10/19/2013, 11:00
|
#3
|
elite*gold: 0
Join Date: Sep 2012
Posts: 284
Received Thanks: 17
|
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
|
#4
|
elite*gold: 540
Join Date: May 2009
Posts: 1,593
Received Thanks: 591
|
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
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
|
#5
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
Quote:
|
INSERT INTO `cq_action` VALUES ('5846232', '5846233', '0', '1001', '0', 'What Should I Put At Here ??');
|
Would Be Changed to
Quote:
|
INSERT INTO `cq_action` VALUES ('5846232', '5846233', '0', '501', 'ItemID', '1 1');
|
Here ill be nice , just fill in the blanks on this.
Quote:
Insert INTO `cq_action` VALUES ('5846200', '5846201', '5846220', '1080', '25000', 'isexit');
Insert INTO `cq_action` VALUES ('5846201', '5846202', '5846203', '1082', '25000', '43200');
Insert INTO `cq_action` VALUES ('5846202', '5846220', '0', '1080', '25000', 'delete');
Insert INTO `cq_action` VALUES ('5846203', '5846204', '0', '130', '0', 'You Already Voted The passed 12 hours.');
Insert INTO `cq_action` VALUES ('5846204', '5846205', '0', '130', '0' , '');
Insert INTO `cq_action` VALUES ('5846205', '5846206', '0', '130', '0', 'Vote again later and recieve your bonus reward!');
Insert INTO `cq_action` VALUES ('5846206', '0', '0', '131', '0' , '');
Insert INTO `cq_action` VALUES ('5846220', '5846221', '0', '101', '0', 'npctexthere');
Insert INTO `cq_action` VALUES ('5846221', '5846222', '0', '101', '0', 'npctexthere');
Insert INTO `cq_action` VALUES ('5846222', '5846223', '0', '102', '0', 'CLAIMEQUIP');
Insert INTO `cq_action` VALUES ('5846223', '5846224', '0', '102', '0', 'cLAIMEPS 5846230');
Insert INTO `cq_action` VALUES ('5846224', '4000026', '0', '102', '0', 'No~Thanks. 0');
Insert INTO `cq_action` VALUES ('5846230', '5846231', '0', '1080', '25000', 'new');
Insert INTO `cq_action` VALUES ('5846231', '5846232', '0', '1001', '0', 'emoney += EP AMOUNT HERE');
Insert INTO `cq_action` VALUES ('5846232', '5846233', '0', '508', '0', '1 0 50');
Insert INTO `cq_action` VALUES ('5846232', '5846233', '0', '501', 'EQUIPIDHERE', '1 1');
Insert INTO `cq_action` VALUES ('5846233', '0', '0', '125', '2011', 'Congratulations! %user_name Has Claimed Newbie Gift!');
|
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
|
#6
|
elite*gold: 0
Join Date: Sep 2012
Posts: 284
Received Thanks: 17
|
Thanks .Horror. !!  ..
|
|
|
10/21/2013, 03:52
|
#7
|
elite*gold: 90
Join Date: Feb 2008
Posts: 1,112
Received Thanks: 642
|
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
|
#8
|
elite*gold: 0
Join Date: Sep 2012
Posts: 284
Received Thanks: 17
|
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
|
#9
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
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
|
#10
|
elite*gold: 0
Join Date: Sep 2012
Posts: 284
Received Thanks: 17
|
I Already Look At It  :'( ..
|
|
|
10/21/2013, 10:40
|
#11
|
elite*gold: 540
Join Date: May 2009
Posts: 1,593
Received Thanks: 591
|
Quote:
Originally Posted by MdaizatZ
@.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
|
|
|
10/21/2013, 13:12
|
#12
|
elite*gold: 0
Join Date: Sep 2012
Posts: 284
Received Thanks: 17
|
Quote:
Originally Posted by idlemonkey
Code:
INSERT INTO `cq_action` VALUES ('5846232', '5846233', '0', '501', 'ItemID', '1 1');
'ItemID' you have to actually put something here 
|
I Already Put It Lol  :'( ..
|
|
|
10/21/2013, 14:35
|
#13
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
Did you add the action ID's into cq_task and restart MSG server?..
~Your Horrors
|
|
|
10/21/2013, 14:53
|
#14
|
elite*gold: 0
Join Date: Sep 2012
Posts: 284
Received Thanks: 17
|
Yup Already ..  :'( ..
|
|
|
10/21/2013, 15:34
|
#15
|
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
|
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
|
|
|
 |
|
Similar Threads
|
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
|
Make 130 gold as newbie
09/15/2009 - General Gaming Releases - 6 Replies
http://bestwarhammerguides.com/wp-content/uploads/ 2009/06/selectingyoursalvages.jpg
Get the salvaging skill, and go to any craft supply merchant.
The merchant there sells Shattered Figurine for 18 copper.
You can then salvage these into Silent Essence which sell for 50 copper.
Its not much money, but for low levels on a new server, it's a fairly easy way to get a few gold.
You can make about 5.4 gold an hour, or 130 gold a day.
|
Newbie help
06/15/2009 - General Gaming Releases - 3 Replies
Hello to anyone reading this.
I am new here and to AoC (:confused:) and would appreciate if someone could direct me to some useful resources (i.e. helpful threads, FAQs, sites/links, or maybe give a tip or two) to get me started (cheatin' :D).
Your help is much appreciated.
Thanks in advance.
Peace.
|
newbie
05/30/2008 - Say Hello - 0 Replies
hi, just got invited by friend. live in USA and playgame for fun.
|
is it possible to make Newbie Guide tradable?
10/19/2007 - Eudemons Online - 2 Replies
Also, thx for the mount hack....now my 10 star dino can walk at +60% speed....^^...reli thx
|
All times are GMT +1. The time now is 05:56.
|
|