Hey, I have a mini map issue i cant deal with, I can only see objects on screen, but not the actual background in the map, Its just a box with blimps on it.
Is there anyway to access the background of the mini maps? I heard of mods, but there arnt any for the mini map.. I havent found anything as much.
[Mini-problem]FreeBSD .. 03/07/2011 - Metin2 Private Server - 3 Replies Hi, ich hab meinen Server gestartet jedoch trat dieser Fehler irgendwo da auf:
- Could not load threewar
Keine Ahnung woher das kommt, bearbeitet wurde nichts.
Ich bitte um Hilfe, ich bin grad ein wenig :confused: :'D
Ty,
Nashvil
[Mini-Release] Fix invaild jump problem 01/25/2011 - CO2 PServer Guides & Releases - 36 Replies some ppl have problems with invaild jump, its annoying
and when u are transformed into a divine hare u can't jump with it
just replace ur jump.cs with this one
using System;
using System.Collections.Generic;
using System.Linq;
Metin2 autoit relogger mini problem 12/27/2009 - AutoIt - 10 Replies HotKeySet("{F1}", "Toggle")
Global $Start = False
Func Toggle()
If $Start = False Then
$Start = True
MsgBox(0x40, "Beispiel", "Start")
ElseIf $Start = True Then
$Start = False