|
You last visited: Today at 19:45
Advertisement
Hi , asking about cq_user
Discussion on Hi , asking about cq_user within the EO PServer Hosting forum part of the Eudemons Online category.
08/18/2014, 10:27
|
#1
|
elite*gold: 0
Join Date: Dec 2013
Posts: 49
Received Thanks: 4
|
Hi , asking about cq_user
Hi any admin EO still active ?
1) i going ask about cq_user , we cant create code for cq_user table right ? like 1001 emoney += *** ... mean i want create new column / row on cq_user .
2) data0 . for data , data0 - datax we can use ?
3) anyone all cq_user command on 1001 type ?
  
|
|
|
08/18/2014, 13:44
|
#2
|
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
|
for you to be running actions on cq_action, the assumption is made that your already on an account.
What are you trying to achieve? you seem to be shooting into a barrel to find "new things"
|
|
|
08/23/2014, 17:29
|
#3
|
elite*gold: 540
Join Date: May 2009
Posts: 1,593
Received Thanks: 591
|
That action type is used for altering user attributes not to create new users (there is no action to create a new user)
also that action type can only be used for changing specific portions of that table as listed below... trying to use this action type to alter any other part of a row will not work
Code:
ACTION_USER_ATTRIBUTE = 1001,
// “life” (+=, ==, <),
// “mana” (+=, ==, <),
// “money” (+=, ==, <),
// “exp” (+=, ==, <),
// “pk” (+=, ==, <),
// “profession” (==, set, >=, <=),
// “level”, (+=, ==, <),
// “force”, (+=, ==, <),
// “dexterity”, (+=, ==, <)
// “speed”, (+=, ==, <),
// “health”, (+=, ==, <),
// “soul”, (+=, ==, <),
// “rank”, (==, <),
// “rankshow”, (==, <),
// “iterator”, (=, <=, +=, ==),
// “crime” (==, set)
// “gamecard” (==, >=, <=)
// “gamecard2” (==, >=, <=)
// “xp” (+=)
|
|
|
08/23/2014, 18:35
|
#4
|
elite*gold: 0
Join Date: Dec 2013
Posts: 49
Received Thanks: 4
|
Quote:
Originally Posted by idlemonkey
That action type is used for altering user attributes not to create new users (there is no action to create a new user)
also that action type can only be used for changing specific portions of that table as listed below... trying to use this action type to alter any other part of a row will not work
Code:
ACTION_USER_ATTRIBUTE = 1001,
// “life” (+=, ==, <),
// “mana” (+=, ==, <),
// “money” (+=, ==, <),
// “exp” (+=, ==, <),
// “pk” (+=, ==, <),
// “profession” (==, set, >=, <=),
// “level”, (+=, ==, <),
// “force”, (+=, ==, <),
// “dexterity”, (+=, ==, <)
// “speed”, (+=, ==, <),
// “health”, (+=, ==, <),
// “soul”, (+=, ==, <),
// “rank”, (==, <),
// “rankshow”, (==, <),
// “iterator”, (=, <=, +=, ==),
// “crime” (==, set)
// “gamecard” (==, >=, <=)
// “gamecard2” (==, >=, <=)
// “xp” (+=)
|
thx , and ... do you know any type for cq action for store data more than 5...
example . data0 - 2 .. i try over than 3 it cant ...
coz i want do vote for people .
example i make 5 people . so all player in server vote them . user a data0 , user b data1 and etc. but only can make data0 - data2 .T.T
|
|
|
08/23/2014, 22:31
|
#5
|
elite*gold: 540
Join Date: May 2009
Posts: 1,593
Received Thanks: 591
|
lol that sounds silly and not possible (in that manner)
for something like this it would have to be a very complex data variable or phase group setup to do it by actions .... it would be much easier to do in a web based panel of some sort attached to your website (but make sure to make it secure)
|
|
|
08/24/2014, 05:23
|
#6
|
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
|
how about using a Task to keep track of it?
I have done similar in the past.
|
|
|
08/24/2014, 05:41
|
#7
|
elite*gold: 0
Join Date: Dec 2013
Posts: 49
Received Thanks: 4
|
phase ? it will be individu data . haha , if use table , same, it will be individu data on cq user . mybe vote at website only . make new table and new vote link on web T.T
|
|
|
08/24/2014, 15:02
|
#8
|
elite*gold: 540
Join Date: May 2009
Posts: 1,593
Received Thanks: 591
|
phase is part of the mission action type which allows you to make different "phases" of your mission ....
if you add it to lets say a poll on your forum though it would be rather easy to setup a task or cron job depending on your os to update usernames regularly .... it would not be hard to secure as you would not need to put anything other than names
|
|
|
Similar Threads
|
[Help]Adding Column in Cq_user
01/08/2014 - EO PServer Hosting - 4 Replies
Ok so i thought that adding a column in cq_user labeling it "questname" so when you do the quest using the 1001 type adding 1 to the column so that the npc can keep you from doing the quest again , but when i do the quest it doesnt add anything to the column.
This is the line in cq_action ( yes its in cq_task)
326000000 321100002 326000001 1001 0 WingQuest == 1
~Your Horrors
|
cq_user function
09/03/2012 - EO PServer Hosting - 0 Replies
Can someone describe a useful information inside cq_user . Too many table but not all of them that we know about the function of it . dexterity and how to gain it . power , constitution , speed , additional point . Please if someone out there have a very good knowledge about this cq_user table function to describe it in details .
|
Unused cq_user fields
07/18/2009 - CO2 Private Server - 0 Replies
//
|
All times are GMT +1. The time now is 19:46.
|
|