• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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,014
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
 
Newbie Spellweaver
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?
 
Newbie Spellweaver
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