[HELP] PK ITEMS & Royalty donation

12/31/2009 10:15 hio77#1
hey all,

iv noticed a few people have - PK items & + Royalty donation items but i haven't been able to figure them out yet.....

i looked in my action types list and found this

Code:
ACTION_USER_ATTR = 1001, / / players attribute the changes and checks. "attr opt data". attr can choose 
/ / "Life "(+=,==,<), 
/ / "Mana "(+=,==,<), 
/ / "Money "(+=,==,<), 
/ / "Exp "(+=,==,<), 
/ / "Pk "(+=,==,<), 
/ / "Profession "(==, set,> =, <=), 
/ / "Level ",(+=,==,<), 
/ / "Force ",(+=,==,<), 
/ / "Dexterity ",(+=,==,<) 
/ / "Speed ",(+=,==,<), 
/ / "Health ",(+=,==,<), 
/ / "Soul ",(+=,==,<), 
/ / "Rank ",(==,<), 
/ / "Rankshow ",(==,<), 
/ / "Iterator ",(=, <=, + =, ==), 
/ / "Crime" (==, set) 
/ / "Gamecard "(==,> =, <=) 
/ / "Gamecard2 "(==,> =, <=) 
/ / "Xp "(+=) 
/ / "Metempsychosis "(==, <) 
/ / / / "Nobility_rank "(==, <, + =, =) / / 
/ / "Mercenary_rank "(==, <, + =) / / Bounty grade 
/ / "Mercenary_exp "(==, <, + =) / / Bounty experience 
/ / "Exploit "(==, <, + =) / / Gongxun value 
/ / "Maxlifepercent "(+=,==,<) / / maximum of life per thousand 
/ / "Turor_exp "(==,<,+=,=) 
/ / "Tutor_level "(==,<,+=,=) 
/ / "Syn_proffer "(<,+=,=) / / gang contribution 
/ / "Maxeudemon "(<,+=,=) / / maximum number of calls imaginary animals
so what is the correct type and or pamara for it?


thanks

hio77
01/01/2010 02:05 funhacker#2
PK Item = Requisitioner you can find him by searching threads made by me (I Have not updated my signature for a while).

As for the other never heard of it. Sounds like nobility...
01/01/2010 03:11 SoulNecturn#3
well from what I understood ... its about PK dropper and Nobility upgrader ...

PK dropper is pretty easy:
type: 1001 and param is just PK -= "number"


about nobility

same type
param: nob_rank_donate += "number"

and about this one - since nob_rank_donate += 1000000000 is max as i spotted ... if you wish to make higher - make it like 10 or 30 or even more (if you have tweaked MSG server) actions to add more ;)

regards
01/01/2010 05:51 hio77#4
thanks both of you :)

Quote:
Originally Posted by Soulerman View Post
well from what I understood ... its about PK dropper and Nobility upgrader ...

PK dropper is pretty easy:
type: 1001 and param is just PK -= "number"
i was sure i tried that lol but anyway ill try it again ... i may have put the = and - around the wrong way :P

Quote:
Originally Posted by Soulerman View Post
about nobility

same type
param: nob_rank_donate += "number"

and about this one - since nob_rank_donate += 1000000000 is max as i spotted ... if you wish to make higher - make it like 10 or 30 or even more (if you have tweaked MSG server) actions to add more ;)

regards
nob_rank_donate < i spent sooo long looking for that :D


hio77
01/01/2010 10:35 funhacker#5
Quote:
Originally Posted by Soulerman View Post
well from what I understood ... its about PK dropper and Nobility upgrader ...

PK dropper is pretty easy:
type: 1001 and param is just PK -= "number"


about nobility

same type
param: nob_rank_donate += "number"

and about this one - since nob_rank_donate += 1000000000 is max as i spotted ... if you wish to make higher - make it like 10 or 30 or even more (if you have tweaked MSG server) actions to add more ;)

regards
Lol guess I misunderstood xD
01/01/2010 10:44 CyberServer#6
Quote:
Originally Posted by Soulerman View Post
well from what I understood ... its about PK dropper and Nobility upgrader ...

PK dropper is pretty easy:
type: 1001 and param is just PK -= "number"


about nobility

same type
param: nob_rank_donate += "number"

and about this one - since nob_rank_donate += 1000000000 is max as i spotted ... if you wish to make higher - make it like 10 or 30 or even more (if you have tweaked MSG server) actions to add more ;)

regards
Nice guides i also have this problems now Solved thanks to both of you;)