Request(3 eudemon summon cq_action)

11/26/2011 13:44 linja12#1
help.. some 1 can release arthurian(at elven 3 eudemons summon cq_action) ? :handsdown::handsdown::handsdown:
11/27/2011 08:06 Thorlon#2
Use the search button. It is on the forums, I can assure you.
11/27/2011 10:25 magewarior2#3
type 1001 param “maxeudemon” (<, +=, =) // use the right type.


Code:
“maxeudemon” (<) // checks if the user already has the amount of summon (or higher)
“maxeudemon” (=) // checks if person has that amount of summon (not higher or lower)
“maxeudemon” (+=) // adds 1 summon the the player
“maxeudemon” (==) // give the player that amount of summon. (possible this doesn't work)
some example..

Code:
type 1001 param "maxeudemon = 2" // the player must have 2 summon or its fail.

type 1001 param "maxeudemon += 3"  // the player got now +3 summon of his old amount.  so if he had 2 summon, he now has 5 summon.

type 1001 param "maxeudemon == 3" // the player will now have 3 summon. not less or more...
magewarior2
12/01/2011 14:40 linja12#4
sorry mage... i mean can you rerelease arthurian cq_action at elven.. bcause many DB has chinese lang.. I need eng translate
12/03/2011 01:20 karnyge#5
[Only registered and activated users can see links. Click Here To Register...]

Try using that thread for DIY. Thats the way we all get told to do things, sorry
12/04/2011 15:26 linja12#6
zzz.. but its too hard for me.. many column
12/04/2011 15:33 Zig[PM]1#7
Quote:
Originally Posted by linja12 View Post
zzz.. but its too hard for me.. many column
Its not hard at all your just been lazy how hard can it be to transilate a little bit of your Database argh hate lazy people who dont just try to do thing on there own....

Like i am working on new tthings but i dont ask Elitepvpers unless i get stuck !
12/05/2011 02:18 cruey#8
Quote:
Originally Posted by magewarior2 View Post
type 1001 param “maxeudemon” (<, +=, =) // use the right type.


Code:
“maxeudemon” (<) // checks if the user already has the amount of summon (or higher)
“maxeudemon” (=) // checks if person has that amount of summon (not higher or lower)
“maxeudemon” (+=) // adds 1 summon the the player
“maxeudemon” (==) // give the player that amount of summon. (possible this doesn't work)
some example..

Code:
type 1001 param "maxeudemon = 2" // the player must have 2 summon or its fail.

type 1001 param "maxeudemon += 3"  // the player got now +3 summon of his old amount.  so if he had 2 summon, he now has 5 summon.

type 1001 param "maxeudemon == 3" // the player will now have 3 summon. not less or more...
magewarior2
Um when using == doesn't it mean check? Meaning, wouldnt the action be for checking if the player has "variable" amount of max eudemon summons? Lol..