• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling A tibia client for each vocation!

Status
Not open for further replies.

krille09

Belden
Joined
Aug 15, 2007
Messages
4,892
Reaction score
55
Location
Stockholm, Sweden
Hello, I found this tutorial on NGSoft Forums...

test30@ngsoft forums said:
RMB = right mouse button
  • start>run...>
    Code:
    %appdata%/tibia
    1.jpg
  • we start tibia and we create for e.g. 4 other configs with different names of course
    • login
      2.jpg
    • set hotkeys
      3.jpg

      4.jpg
    • logout
    • select tibia.cfg file (only if you are sure of that you are logged out in 100%
    • ctrl+c,ctrl+v (it makes copy of tibia.cfg
    • you change its name to tibiapally.cfg
    • repeat it until you wont have files: tibiapally.cfg,tibiadruid.cfg,tibiasorcerer.cfg,tibiaknight.cfg
      5.jpg

test30@ngsoft forums said:
  • go to start>run..
    6.jpg

    execute these command lines:
    Code:
    notepad %appdata%/tibia/pally.bat
    notepad %appdata%/tibia/knight.bat
    notepad %appdata%/tibia/sorcerer.bat
    notepad %appdata%/tibia/druid.bat
  • go to your tibia shortcut on desktop for exampl
    8.jpg

    RRB on it>properties
    9.jpg

    20.jpg
  • if you closed tibia folder in application data run it by executing command
    Code:
    %appdata/tibia
    fill all files like picture shows, to make it easier i ll give you default values (they are good if you have installed tibia by clicking only next, next and next etc etc)
    tibiapally.bat
    PHP:
    copy tibiapally.cfg tibia.cfg /y
    c:
    cd "c:\program files\tibia"
    "c:\program files\tibia\tibia.exe"

    tibiadruid.bat
    PHP:
    copy tibiadruid.cfg tibia.cfg /y
    c:
    cd "c:\program files\tibia"
    "c:\program files\tibia\tibia.exe"

    tibiasorcerer.bat
    PHP:
    copy tibiasorcerer.cfg tibia.cfg /y
    c:
    cd "c:\program files\tibia"
    "c:\program files\tibia\tibia.exe"

    tibiaknight.bat
    PHP:
    copy tibiaknight.cfg tibia.cfg /y
    c:
    cd "c:\program files\tibia"
    "c:\program files\tibia\tibia.exe"
    11.jpg
  • make shortcuts for these bat files
    • just move them to the desktop by keeping RMB while moving mouse from theirs folder to desktop and drop button when cursor is on desktop and choose create shortcut here or sth like that
    12.jpg
  • you must have these e.g. 4 files
    13.jpg
    to run tibia, it works fine now, you can end here, but they have different icones than tibia has, so we continue:
  • repeating begin
  • RMB on shortcu
    14.jpg
  • propertie
    15.jpg
  • change icon (or sth like that), this message is nothing wrong, it has to be showed
    16.jpg
  • you should see sth like tha
    17.jpg
  • now copy red value which picture below shows
    18.jpg
  • enter and bahh!
  • choose this on
    19.jpg

    icon
    20.jpg
    and accept by clicking O
    21.jpg
  • repeating end

you can easy run these shortcuts, everyone will change tibia.cfg to this one from created and related with
PS if you run it(shortcut) there will appear "black window", cmd.exe, you can close it without any future problems, without any consequences
 
not better make 4 Tibia.cfg and then rename them if u want to use ? it's much better i think.
 
Or, you can just download a simple tool on tpforums :p
 
aww this was really smart :D I'll use it ;)
 
Status
Not open for further replies.
Back
Top