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

[C++] New dialog windows

victormoa

New Member
Joined
Sep 19, 2010
Messages
5
Reaction score
0
I would like a function to open a dialog as the existing "DoShowTextDialog." But beyond just the text had to open pictures.
Explaining, I wonder how do I create dialog boxes like those of the tibia tutorial of beginner island.
Pictures:
1.jpg
2.jpg
3.jpg

If there is already a function like this, I would like wiht tell me what is and how I can handle it.
If anyone knows how to create, help me.
thanks
 
I would like a function to open a dialog as the existing "DoShowTextDialog." But beyond just the text had to open pictures.
Explaining, I wonder how do I create dialog boxes like those of the tibia tutorial of beginner island.
Pictures:
View attachment 9961
View attachment 9962
View attachment 9963

If there is already a function like this, I would like wiht tell me what is and how I can handle it.
If anyone knows how to create, help me.
thanks

Client-sided. You need to edit the tibia client
 
Client-sided. You need to edit the tibia client

Yes. I know I have to swap images in the client.
What I want to know is how to open them in the game.
Ex: When the player make login into the game, dialog window appears with the image that already is in the client. What function I put in the login?
 
doPlayerSendTutorial(cid, <1-19>)
the images are in Tibia.pic if you haven't figured, not sure how would you add new ones
 
Back
Top