• 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!

Rev420 /ghost ERROR

Jgarder

Tprogramming Ex-Adm|n
Premium User
Joined
Jun 7, 2007
Messages
355
Reaction score
3
Location
Michigan
Code:
----- 26/11/2007  07:18:57 - Jgarder (127.0.0.1) -----
Debug Assertion 8.0 Container.h 226
Mon Nov 26 07:18:29 2007
Windows Version: 5.1 build 2600 on 2 with Service Pack 2
Graphic Engine: DirectX9 (2)
Last Packet Types: 180 180 142 210 210 180 180 141 130 161
Last Packet: 072 000 142 009 138 000 016 024 001 089 111 117 032 104 180 022
Player Position: [192,62,6]
Player Name: Jgarder
Player.cpp 358: exception occurred, reason:
Player.cpp 460: exception occurred, reason:
Control.cpp 1633: exception occurred (MessageType: 0 MaW: 18E2728 MoW: 0), reason:
Control.cpp 1628: exception occurred, reason:
Control.cpp 379: exception occurred (Force?1:0 = 0), reason:
MainWindow.cpp 133: exception occurred (Surface = 1), reason:
GUI.cpp 1452: exception occurred (Surface = 1), reason:
MapWindow.cpp 861: exception occurred (Surface = 1), reason:
MapWindow.cpp 548: exception occurred (Obj = 0), reason:
MapWindow.cpp 1113: exception occurred (posx = 192) (posy = 128), reason:
MapWindow.cpp 961: exception occurred, reason:
MapWindow.cpp 945: exception occurred (Creature->OutfitType = 280) (Creature->CreatureID = 268470793), reason:
Objects.cpp 494: exception occurred (Number = 280) (Flag = 25), reason:
Container.h 226: index out of range (original i: 280, i: 279, min: 1, d: 266)
Comment: affff

Here you go Talaturen.. obviously the bug has to do with being invisible. suit 280 crashes the server out :P
 
You need a client that supports protocol 8.1 to use it.
 
Ahh, so this newest sources are for 8.1 or what? Or this is possible to connect with 8.1 and 8.0?
 
Code:
if(player->ghostMode)
		{
			const int32_t invisibleOutfit = [color=red]280[/color];
			g_game.internalCreatureChangeOutfit(creature, (const Outfit_t&)invisibleOutfit);
		}
This number outfit is for Tibia 8.1

BTW.
Talaturen, you add /ghost command in version 0.2.7?

@Down
I must reply in polish.
A to mój błąd sorry, no ale sprawdź jak możesz jak ta niewidzialność działa bo zdaje mi się, że to tylko ustawia outfit o numerze 280, a w tibii test server nie ma outfitow nowych jeszcze i dlatego jesteś przeżroczysty. Bo jesli ona działa tak jak mówie nie widzialny będziesz ale na "Battle" będą cię widzieć
 
Last edited:
@Sry, reply in polish ;P

Jak nie jak przedchwilą próbowałem ;D
I można obydwoma, tylko na 8.1 nie ma trawy bo chyba id zmienili i dużo czarnych pól, ale niewidzialnośc działa
 
Back
Top