Giving an NPC commands, like a buff cat L2O 

Joined
Dec 19, 2004
Messages
2
Reaction score
0
Well, what I'm looking for is how would I go about using an NPC ingame, L2 C4 off, and when I talk to the NPC and I choose an option, it does what a GM command would. Example would be, say I became level 70 and I wanted to go back to level 1, i would talk to the NPC and choose the reset level option and it did the GM command to change my level to 1. any ideas?
 
You will need much of Ai.obj coding. I dont know how exactly you can do it, but someone had shared a delvl npc. Search for this and see its code, it will help you.
 
Upvote 0
  • RaGEZONE Sponsor

dAI

The Notorious
what about adding a new class to the "killed by" tables and corresponding exp loss ?

we know that killed by mob = 4% loss and killed during clan war or on sieges = 1% loss

should be possible to hardcode a solution which kills the player and substracts all his exp on death

although delevel thing sounds easier to implement :P
 
Upvote 0
Back