Duel System.

05/20/2013 18:49 julioclitwin#1
How solve or active duel system?

WndWorld.cpp -> void CWndWorld::ShowMoverMenu( CMover* pTarget )
Code:
m_wndMenuMover.AppendMenu( 0,  MMI_TRADE        , prj.GetText( TID_MMI_TRADE ) );
m_wndMenuMover.AppendMenu( 0,  MMI_ADD_MESSENGER, prj.GetText( TID_MMI_ADD_MESSENGER ) );
m_wndMenuMover.AppendMenu( 0,  MMI_FIGHT , prj.GetText( TID_MMI_FIGHT  ) );	// Duel
m_wndMenuMover.AppendMenu( 0,  MMI_MESSAGE, prj.GetText( TID_MMI_MESSAGE ) );
m_wndMenuMover.AppendMenu( 0,  MMI_INVITE_PARTY , prj.GetText( TID_MMI_INVITE_PARTY ) );
I added this menu, I click in other character for Duel but nothing happens.
12/12/2024 08:14 loboblanko#2
Hi, any news? Were you able to activate it?
12/14/2024 05:01 Flogolo#3
Quote:
Originally Posted by loboblanko View Post
Hi, any news? Were you able to activate it?
the post you quoted is 11 years old. why you do this?
12/15/2024 09:47 loboblanko#4
Quote:
Originally Posted by Flogolo View Post
the post you quoted is 11 years old. why you do this?
Hello, excuse me, I want to activate the duel at low levels, that is, level 1 vagrant, by default it is for the first job, where can I activate it? I would like support on that.
12/16/2024 03:34 Flogolo#5
try looking it up in the source?