[Release]First Python Fishbot for EVERY Server + Sourcecode
Discussion on [Release]First Python Fishbot for EVERY Server + Sourcecode within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.
Der Bot bzw. das Skript selber funktioniert, allerdings angelt es nicht optimal und man benötigt einen Python-Loader zum Laden. Allerdings entwickelt DaRealFreak nicht mehr mit Metin2 und deswegen wird es auch kein Update geben.
i try many fishbots and always get ban on (GAMEFORGE) ?? this its different or same?
google translate : Ich versuche viele fishbots und immer zu verbieten lassen auf (GAMEFORGE) ?? Dies ist es anders oder gleich?
[Python-Modul]EXP-Donator (kompatibel mit Python Loader) 11/23/2013 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 27 Replies Moin,
da man mich danach gefragt hat und ich sowieso mal ein Beispiel für die Benutzung meines Python Loaders veröffentlichen wollte, habe ich die Gelegenheit genutzt und euch eben einen EXP-Spendebot geschrieben.
Man kann ihn einfach mit dem oben verlinkten Python Module Loader laden und ihn mit F5 aktivieren/deaktivieren.
Sobald ihr mehr als 99 Erfahrungspunkte habt (man kann nur in 100er Schritten spenden), werden alle Erfahrungspunkte an eure Gilde gespendet.
Wer Lust hat und...
[Python-Release]All Pm log 04/23/2012 - Metin2 PServer Guides & Strategies - 6 Replies This is a very simple thing, maybe to be used in combination with another.I want them in a folder called "log" are written all pm that i receive.
That said, it acts in a simple, well follow the steps:
1) Create a folder "log" in the directory of the client.
2) Search: def OnRecvWhisper
3)Replace this : def OnRecvWhisper(self, mode, name, line):
if mode == chat.WHISPER_TYPE_GM:
self.interface.RegisterGameMasterName(name)
chat.AppendWhisper(mode, name,...
[Release] (Incompleted) Django/Python server management files 12/29/2011 - Shaiya PServer Guides & Releases - 11 Replies DOWNLOAD IS DOWN BOTTOM (AS ATTACHMENT)
To put a long story short, I was going to enter the world of managing a Shaiya Private server and I saw alot of horribly coded sites, and aidsriffic ways of managing the server, so I figured.. Why not write my own way of managing the server, all from a Web control panel.
The only worthy pre-existing code which someone out there (that actually knows a little about coding) is the models data which replicates the Shaiya SQL Server structure, basically...