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!

Monster Clash System

Junior Spellweaver
Joined
May 13, 2020
Messages
106
Reaction score
3
flyff\source\_interface\wndmonsterclash.cpp(88): error C2039: "GetItemIndex": not a member of "CWndListBox"
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
flyff\source\_interface\wndmonsterclash.cpp(88): error C2039: "GetItemIndex": not a member of "CWndListBox"

Then make it a member? This is pretty basic stuff and tbh. If uncertain then google what it means.
 
Junior Spellweaver
Joined
May 13, 2020
Messages
106
Reaction score
3
I want to ask how can I turn it on in the weak weak, I set the turn-on time, nothing happens
 
Initiate Mage
Joined
Oct 20, 2020
Messages
4
Reaction score
0
the monster not spawn. also you can gain the point if you kill the player.how can i make it to player vs monster?
 
Initiate Mage
Joined
Sep 25, 2020
Messages
1
Reaction score
0
is there a way to run this alongside secret room so basically to have both on the same server
 
Initiate Mage
Joined
Jul 16, 2021
Messages
28
Reaction score
0
Is this good for v15? Im planning to add this! Thanks for the ans,



Lootboy - Monster Clash System - RaGEZONE Forums




Can someone help? I got errors. Thanks



https://prnt.sc/1qsbyi5



 
Junior Spellweaver
Joined
May 13, 2020
Messages
106
Reaction score
3
I added this to the NPC, why doesn’t it show up
MaFl_SWWWWWWW_05
{
setting
{
AddMenu( MMI_DIALOG );
AddMenu( MMI_MONSER_CLASH_REGISTER );
AddMenu( MMI_MONSTER_CLASH_REGISTER_MEMBER );

SetImage
(
IDS_CHARACTER_INC_000067
);
}

SetName( "" );
}
 
Last edited:
Junior Spellweaver
Joined
May 13, 2020
Messages
106
Reaction score
3
The MMI needs to be defined and needs text.

defineText.h

#define TID_MMI_MONSER_CLASH_REGISTER 7506
#define TID_MMI_MONSTER_CLASH_REGISTER_MEMBER 7507

defineNeuz.h

#define MMI_MONSER_CLASH_REGISTER 3506
#define MMI_MONSTER_CLASH_REGISTER_MEMBER 3507

Is there any mistake when I add it like this?
 
Initiate Mage
Joined
Sep 27, 2020
Messages
39
Reaction score
21
defineText.h

#define TID_MMI_MONSER_CLASH_REGISTER 7506
#define TID_MMI_MONSTER_CLASH_REGISTER_MEMBER 7507

defineNeuz.h

#define MMI_MONSER_CLASH_REGISTER 3506
#define MMI_MONSTER_CLASH_REGISTER_MEMBER 3507

Is there any mistake when I add it like this?

defineneuz.h

#define MMI_MONSER_CLASH_REGISTER 1
#define
MMI_MONSTER_CLASH_REGISTER_MEMBER 2
 
Back
Top