L2OFF auto class change

Charus

Единомышленник
Участник
Сообщения
24
Розыгрыши
0
Репутация
12
Реакции
6
Баллы
135
Hello, here is a simple code for players automatic change their class when they reach level 20, 40, 76. People with little knownledge on ai modifing will get this working. Code has to be added on tutorial_quest_npc class on events LEVEL_UP and MENU_SELECTED
 

Вложения

  • auto_class_change.7z
    2,5 КБ · Просмотры: 50

Оверпостинг
nice shared

I can't get this code added to IA?
 
Your code is not secured against packet changes from user side; with that code I can make orc treasure hunter for example just by changing reply value in packet

1717134841173.png
 
Your code is not secured against packet changes from user side; with that code I can make orc treasure hunter for example just by changing reply value in packet

Посмотреть вложение 74985
Try doing this then, you who know everything, this is just an AI, it is not a server source code. Possible also add a protection in source about races, is simple fix add class ID above link reply, you not give any solution, only speak one shit, simple fix add class ID, because you not talk this? Possible also change race class in Oficial server with this method. :ROFLMAO:
Код:
myself.ClassChange(talker, CLASS ID HERE);
Thanks Charus
 
Just point out here that this code can be exploited, so calm down and take your pills :)
 
you guys are stressed and I want to add the code to test, which one is right?
 
Your code is not secured against packet changes from user side; with that code I can make orc treasure hunter for example just by changing reply value in packet

Посмотреть вложение 74985
Even if i put unique reply's for each class id you still can see them right here and still be able to get the class you want with a packet changer. Its up to the server admin to set the reply's for the class id for his server. Im just sharing the idea
 
You can always verify if current class can reach desired class.
 
Great sharing
 
auto class change V2 with bypass protection over class change. Thanks to St3eT . Any other suggestions are welcome

 

Вложения

  • auto_class_change_V2.7z
    2,8 КБ · Просмотры: 28
Please advise on how to add real-time judgment in ai.obj, or to check player coordinates every hour.
 
Can I have a mini guide?
 
auto_class_change.txt have 2 codes. One for the EventHandler LEVEL_UP and one for the EventHandler MENU_SELECTED.
On a decompiled ai.obj search for the class tutorial_quest_npc. Go to its EventHandler LEVEL_UP and copy paste the code from txt for that handler. After that go to the EventHandler MENU_SELECTED and copy paste the other code. Compile the ai source and put the html files on your html folder.
 
Назад
Сверху Снизу