So here it is. Not every thing is translated but most things you see are. (basic eudemons + basic monsters + basic guards)
If you have some idea's for me that i also need to make a script for, feel free to ask
"example of script"
Code:
[list][*] UPDATE cq_monstertype SET name = 'MadBull' where id = 1000;[*] UPDATE cq_monstertype SET name = 'GreenGaint' where id = 1010;[*] UPDATE cq_monstertype SET name = 'Bullywug' where id = 1020;[*] UPDATE cq_monstertype SET name = 'Gnome' where id = 1030;[*] UPDATE cq_monstertype SET name = 'Dragonkin' where id = 1040;[*] UPDATE cq_monstertype SET name = 'GreenDevil' where id = 2000;[*] UPDATE cq_monstertype SET name = 'GreenDevilLvl16' where id = 2001;[*] UPDATE cq_monstertype SET name = 'GreenDevilLvl17' where id = 2002;[*] UPDATE cq_monstertype SET name = 'GreenDevilLvl18' where id = 2003;[*] for more Download the scripts.[/list]

download cq_monstertype script






