[Question] GM Items

Junior Spellweaver
Joined
Dec 6, 2020
Messages
112
Reaction score
4
is there a gm item like high damage/movement speed/ that we can get by gm commands?
 
is there a gm item like high damage/movement speed/ that we can get by gm commands?

No. In Tera, GM's had no right to play the game actively, which is why having a GM tag will not allow you to attack and do anything.
If you want some crazy op item you would have to either create it or give yourself a weapon upgraded to for example +1000.
Everything else you need to handle with the use of gm commands (move speed etc)
 
Upvote 0
No. In Tera, GM's had no right to play the game actively, which is why having a GM tag will not allow you to attack and do anything.
If you want some crazy op item you would have to either create it or give yourself a weapon upgraded to for example +1000.
Everything else you need to handle with the use of gm commands (move speed etc)
I just made a custom level 1 weapon at client side. my problem now is i dont know where to locate the datasheet of weapons in server side, can you help me guide and tell me the name of the file?
 
Upvote 0
I just made a custom level 1 weapon at client side. my problem now is i dont know where to locate the datasheet of weapons in server side, can you help me guide and tell me the name of the file?
I don't want to question why you are making things complicated for yourself, its much easier to just give your char a weapon with a super high upgrade + to simply one shot everything.

Creating a weapon is complicated, you need to create it in itemtemplate, equipmenttemplate, assign passivities, attack, defense, icons, glows, etc....its a super high chance you will break your server files if you do not know what you are doing and it is far too much work to list everything you would have to do. Plus you need to modify the exact same files client side and do it for every class.
 
Upvote 0
My bad. But how about changing the level requirements of an item and the modify the enchantment effect?
 
Upvote 0
My bad. But how about changing the level requirements of an item and the modify the enchantment effect?
itemtemplate server side has level requirements, you need to hcnage it there and in the item data on client.
For enchantment effect (i assume you mean the +) if you have access to the commands you jsut simply use the makeitem command and enter that you want the item upgraded to +1000 or +10000
 
Upvote 0
itemtemplate server side has level requirements, you need to hcnage it there and in the item data on client.
For enchantment effect (i assume you mean the +) if you have access to the commands you jsut simply use the makeitem command and enter that you want the item upgraded to +1000 or +10000
I manage to change at client only server side. will test it, thank you :)
 
Upvote 0
Back