Add server logo in welcome script

03/17/2019 21:46 maxwar990#1
Hi how i can add an image of my server's logo in the welcome First login quest?
I have create my First login quest but i dont understand how add a logo's image in the code...and where i put this image? Thanks for answer!

PS Sorry for my bad english ��
03/20/2019 03:51 Natsu Dragneel#2
Quote:
Originally Posted by maxwar990 View Post
Hi how i can add an image of my server's logo in the welcome First login quest?
I have create my First login quest but i dont understand how add a logo's image in the code...and where i put this image? Thanks for answer!

PS Sorry for my bad english ��
Hey,
i think this is the solution:
Code:
setskin(SCROLL) 
setbgimage('example.tga')
btw. post your quest-questions pls here: [Only registered and activated users can see links. Click Here To Register...]

edit:
this is also possible, just try it:
Code:
"addimage (x, y,"xxx.tga")".
07/09/2019 21:41 son3ymt2#3
Was that the solution?