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

[Gesior AAC] Mouse pointer

Are you use the mouse pointer Script ? REP+

  • Yes iam using it on my website

    Votes: 29 39.7%
  • No , i don't use it

    Votes: 23 31.5%
  • I will never use it , i don't like it

    Votes: 21 28.8%

  • Total voters
    73
Mouse Pointer V2

will it's not v2 but
this mouse pointer is changing the orignal mouse pointer when it go over the link

PHP:
<HEAD>
<style type="text/css">
<!--
a {cursor: url('cursor.ani');}
-->
</style>
</HEAD>

You can change
PHP:
 a {cursor: url('cursor.ani');}
To Png , gif image ect.
 
i want the image to move i mean like this one how can i do that when i use this it just shows the 3 points it in the eye it dosent move
ani780.gif
 
Last edited:
how do i do that i already have it in my computer so what do i write in the script
 
Last edited:
Hello,

For who wants change the cursor on Gesior / MyAAC / ZnoteAAC or other Engines, simply open the header or each html/php page, then copy this link:
Code:
 <style type="text/css">* {cursor: url(https://YOURCURSOR.CUR), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2008/12/17/cool-blue-outer-glow-pointer.html" target="_blank" title="Cool Blue Outer Glow Pointer"><img src="https://cur.cursors-4u.net/cursor.png" border="0" alt="Cool Blue Outer Glow Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>

This code is from Cursors 4 U.
Now, you can change the picture just replacing the first URL where is mentioned ' https://yourcursor.cur ' , how ?
Just go on google download the picture you want, use like " Remove Background " looking on google to remove background if picture has one, then just find on google , convert PNG to CUR or JPG to CUR, download picture.
Open your Server Host htdocs or www, put the picture on any folder you want, like images, then if your otserver is: mytibia.servegame.com,
You gonna add your URL + folder name + picture name .CUR,

https ( https if you have an SSL certificate ) or http:

Reload page and enjoy.
 
Back
Top