[HELP] Change Map Owner in-game

04/09/2012 15:12 corey88#1
Hello guys :D
So, someone know how to change the Map Owner ID In-game?
Obviously it's on cq_action, but i did'nt know the type.

Can anyone help-me?


ty!
04/09/2012 21:36 cruey#2
Its probly 306 I guess..

Code:
ACTION_MAP_ATTRIB = 306, // inspects, revises map's attribute.param= " field opt data idMap ", parameter 3, default are the current maps at least.field= " synid " (opt= " == ", “=”).field= " status” (opt= " test”, “set”, “reset”).field= " type” (opt= " test”).field= " res_lev” (opt= " =”, “==”, “<”).field= " mapdoc” (opt= " =”, “==”), portal0_x(=), portal0_y(=), field = " castle” (opt= " ==”)
But if not try studying the actions for how legion war works, if the ownerid works of map and not a dynanpc then you should be able to work it out. :)
04/09/2012 22:39 corey88#3
Ty, but i already tried this type, but not have sucess, i will study how LW works.
Thanks again.