Please verify you are human

[RELEASE] action system explain list
  Register for your free account! | Forgot your password?

You last visited: Today at 12:00

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE] action system explain list

Discussion on [RELEASE] action system explain list within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,550
Received Thanks: 820
[RELEASE] action system explain list

Yes, this has been released before!

however, this one is more updated.

for example, what was before

Code:
ACTION_BROCASTMSG = 125, // entire server broadcast writing news, data is the channel, para is a content
has now become

Code:
ACTION_BROCASTMSG = 125, // entire server broadcast writing news, data is the channel, para is a content

TYPE 125 => DATA 2000 // System message in chat.
TYPE 125 => DATA 2002 // [ACTION] message in chat.
TYPE 125 => DATA 2003 // Team message in chat.
TYPE 125 => DATA 2004 // Legion message in  chat
TYPE 125 => DATA 2005 // System message. 
TYPE 125 => DATA 2006 // Family message in chat.
TYPE 125 => DATA 2008 // [Shout] message in chat.
TYPE 125 => DATA 2009 // Friend message in chat.
TYPE 125 => DATA 2010 // [Broadcast] message in chat.
TYPE 125 => DATA 2011 // [GM] message.
TYPE 125 => DATA 2014 // No PK here! message in chat.
TYPE 125 => DATA 2017 // [SYSTEM] message in Broadcast.
TYPE 125 => DATA 2020 // ! message over the head of the character.
TYPE 125 => DATA 2021 // [ActionItem] message
TYPE 125 => DATA 2022 // Legion War message.

Full list:


Feel free to help me update this file.
Attached Files
File Type: txt ActionDefine.en.txt (47.6 KB, 248 views)
magewarior2 is offline  
Thanks
9 Users
Old 11/01/2013, 01:47   #2
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
hmm, i thought the datavalues were out there too..

certainly were in my copy anyway..
hio77 is offline  
Old 11/01/2013, 02:27   #3
 
.Horror.'s Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 117
Very useful , great Guide
~Your Horrors
.Horror. is offline  
Old 11/01/2013, 05:23   #4
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,747
Quote:
Originally Posted by hio77 View Post
hmm, i thought the datavalues were out there too..

certainly were in my copy anyway..
Were in mine too, also added missing items as I found them in mine
funhacker is offline  
Old 11/04/2013, 09:32   #5

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,550
Received Thanks: 820
well, maybe you can post them, so we add them into the file

this is just what I added untill now.
magewarior2 is offline  
Old 11/29/2013, 12:46   #6
 
elite*gold: 0
Join Date: Apr 2012
Posts: 11
Received Thanks: 0
hye guy,what action for make unlimited item event ??
kcjmat is offline  
Old 12/02/2013, 20:16   #7
 
elite*gold: 0
Join Date: Jan 2012
Posts: 31
Received Thanks: 0
hey,, what action for claim item at npc to make limited ? example : can claim 2 Item in a 1 week ?
zbr123 is offline  
Old 12/03/2013, 18:06   #8

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,550
Received Thanks: 820
to set an event/limited option ect
Code:
 
ACTION_USER_TASK_MANAGER = 1080, /////////////////////////////////////////////////
													////data:Mission number,
													//param: 'new' (for foundation new record)
													// 'delete' (deletion record)
													// 'isexit' (duty whether existence)
													/////////////////////////////////////////////////
		
		ACTION_USER_TASK_OPE =1081, /////////////////////////////////////////////////
													//data: Mission number, if data == -1, then the following operation is aims at findnext to carry on
													//param: 'ope opt data', data (value)
													// ope(phase) opt (>=, ==, +=, =) to duty stage operation										
													// ope(completenum) opt (>=, ==, +=, =) to end of mission number of times operation		
													// ope(begintime) opt (>=, ==, +=, =, reset) to duty beginning time operation, regarding += when take the second as the parameter;Regarding " >=, ==, = " when take " yyyy-mm-dd hh:mm:ss " as the form												
													// reset expression establishes the duty beginning time as the current time
		ACTION_USER_TASK_LOCALTIME = 1082, /////////////////////////////////////////////////////////
													//data: Mission number,      
													//param: `second number', current time and duty beginning time comparison action;If the current time and the duty difference of beginning time is bigger than param, otherwise then returns to true. to return to false
													//////////////////////////////////////////////////////////////////////

		ACTION_USER_TASK_FIND = 1083, // to plays the family duty to carry on the inquiry, the record is defers to userid, taskid rises the foreword the set
													//param: 'find taskid phase completenum ';According to duty ID, the stage, completes the number of times inquiry concrete record; at the same time phase and cocompletenum for - 1:00, inquires only conforms to the taskid record
as example
Quote:
8000 8001 8020 1080 3006 isexit
8001 8002 0 1080 3006 new
8002 8003 8004 1081 3006 phase += 1
8003 0 0 126 0 You have recieved 1 item.

8020 8021 8002 1080 3006 phase == 2
8021 0 0 126 0 You have already 2 items.

ECT....
magewarior2 is offline  
Thanks
1 User
Old 05/26/2020, 18:29   #9
 
elite*gold: 0
Join Date: Oct 2011
Posts: 40
Received Thanks: 3
Thumbs up cool

Thanks good job bro
dissinho007 is offline  
Reply


Similar Threads Similar Threads
Let me explain the new ban system
07/13/2013 - DarkOrbit - 39 Replies
A lot of people have been saying that account that have been botted to weeks straight are not banned & accounts that you've never botted on are banned or accounts that have only been botting for about 12 hours or so are, Here I will explain the new ban system in the simplest way: 1st time caught botting = 72 Hours ban on all accounts that are linked to the account that was caught botting. Now, this means if you had lets say 4 accounts on the same IP & one was caught botting, all accounts...
[RELEASE] How Increase your action list !
05/12/2012 - Dekaron Private Server - 40 Replies
From now I'll post everything related to exe's of DK, I still have no way to test my new exe's classes because I have not finished my client when I have finished and tested I'll post them here! P.S.: Credits to HellSpider and JayKay for teaching me this ! Its simple,open your Ollydbg in admin MOD,go to the offsets in red and change the value in bold for value u want... Download:OllyDBG ( Works in seven ) How save changes: Its simple,after u changes,rigth buton --> copy to executable...
Explain anew system jop
05/02/2012 - Silkroad Online - 0 Replies
How is the work of trade with a new system jop
[Release] NPC list and Action(Task) viewer
07/15/2009 - EO PServer Guides & Releases - 8 Replies
Adding or editing Quests(Task) are very hard works So I release this program Now, you can see the Actions in cq_action table more easy This program made by ASP web program, so you need IIS Ofcourse, you can convert it to PHP if u have some knolwledge about PHP npclist.asp shows the NPC list with all fields in cq_npc table Click the NPC name on the list, and you can see the Action list



All times are GMT +1. The time now is 12:00.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.