[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.
wie funzt der...der 1.3 download is down und der andere beeinhaltet ne datei mit der ich nix anfangen kann ... help pls :S
Der Download ist mehrere Jahre alt und die Datei, mit der du nichts anfangen kannst, ist wahrscheinlich eine .py-Datei. Dateien mit dieser Endung sind Python-Scripts.
i was wondering...can you add a variable fish delay?i don't know python language but i think there is a function to generate random numbers between given limits.i don't know how you did the "program" but i'm interested in learning .maybe if you could explain it(or a part of it) some of us could give you some ideas
i'm asking about the variable fish delay because on some servers there is an "antihack" sistem that monitors each player fishing.it creats a log and looks for paterns like repeated actions over time.this fishbot has a fixed delay,so it "rings a bell".
[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...