Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

help Teleport System

Status
Not open for further replies.
Initiate Mage
Joined
Apr 20, 2015
Messages
59
Reaction score
0
I follow this procedure http://forum.ragezone.com/f457/released-teleport-system-mentus-919194/

Teleport not see the menu

ar18 - help Teleport System - RaGEZONE Forums
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830

It wouldn't show unless u added it to the menu and in his guide he doesn't tell you how to do that either lol.

Anyways...

In WndTaskbar.cpp

Find:
pWndButton = AppendMenu( m_pMenu6, 0, APP_HELPER_HELP , GETTEXT( TID_APP_HELPER_HELP ) );

Add Below:
pWndButton = AppendMenu(m_pMenu6, 0, APP_TELEPORTER, __T("Teleporter"));

Now go in game and look under information or helper and you'll see it.

Move it to where u want to.

On another note, what source are you using that is giving the rounded icons for skills?
 
Upvote 0
Junior Spellweaver
Joined
May 21, 2020
Messages
118
Reaction score
5
It wouldn't show unless u added it to the menu and in his guide he doesn't tell you how to do that either lol.

Anyways...

In WndTaskbar.cpp

Find:
pWndButton = AppendMenu( m_pMenu6, 0, APP_HELPER_HELP , GETTEXT( TID_APP_HELPER_HELP ) );

Add Below:
pWndButton = AppendMenu(m_pMenu6, 0, APP_TELEPORTER, __T("Teleporter"));

Now go in game and look under information or helper and you'll see it.

Move it to where u want to.

On another note, what source are you using that is giving the rounded icons for skills?



Neuz error C2065: 'APP_TELEPORTER' : undeclared identifier

can u help me please
 
Upvote 0
Status
Not open for further replies.
Back
Top