Just a Question pls hlp

Mu online season 21 - grand opening

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
Hi i no there's been many threads about this topic what im gonna speak off but i need some help with this if ppl have playd Soma l8ly there's 2x races humans and devils im makin a mir2 server with 3x races and i wanna make a big wall (War of the races) where any of the races can take over it on a weekly basis i was just wondering how can i make it so these 3x races can take over the wall with out them all being in same guild would i have to use a [SET] command or summat if some1 can hlp me with this please help as it will help alot more people out there thank's

and another question in Euro the max Luck u can get on a weapon is l+9 because it gets reset can u make it higher then that??

thank's

Server name: Domain Battle of the Races
 

MentaL

Jev For Admín!
VIP
Mar 3, 2004
3,843
552
385
Cardiff
I created a system like this called heaven and hell, where included two races! The good and the bad basically... How i did this was using name list systems which once the person was asigned to that race, it would check the name list and give them status...


Qmanage.txt

[@login]
#IF
checknamelist ../market_def/system/devil.txt
#act
goto @devilload

#IF
checknamelist ../market_def/system/angel.txt
#act
goto @angelload



You do not use any breaks on @login because it will stop all the current login commands.. anyways thats the login part but you need an npc to set it..


[@main]
<Devil/@devil> -- <angel/@angel>

[@devil]
#ACT
addnamelist system/devil.txt
sendmsg 6 "devil asigned"
closed

[@angel]
#act
addnamelist system/angel.txt
sendmsg 6 "angel asigned"
close





Woola.



To get the npc or whatever to react to if they are good or bad, it has to load the check the name list simply via


#IF
checknamelist system/angel.txt
#act
goto @angelmenu
break

#IF
checknamelist system/devil.txt
#act
goto @devilmenu
break





Thats about it.
 
Upvote 0

joe112

Dedicated Member
Dedicated Member
Feb 1, 2006
72
0
32
MentaL said:
I created a system like this called heaven and hell, where included two races! The good and the bad basically... How i did this was using name list systems which once the person was asigned to that race, it would check the name list and give them status...


Qmanage.txt

[@login]
#IF
checknamelist ../market_def/system/devil.txt
#act
goto @devilload

#IF
checknamelist ../market_def/system/angel.txt
#act
goto @angelload



You do not use any breaks on @login because it will stop all the current login commands.. anyways thats the login part but you need an npc to set it..


[@main]
<Devil/@devil> -- <angel/@angel>

[@devil]
#ACT
addnamelist system/devil.txt
sendmsg 6 "devil asigned"
closed

[@angel]
#act
addnamelist system/angel.txt
sendmsg 6 "angel asigned"
close





Woola.



To get the npc or whatever to react to if they are good or bad, it has to load the check the name list simply via


#IF
checknamelist system/angel.txt
#act
goto @angelmenu
break

#IF
checknamelist system/devil.txt
#act
goto @devilmenu
break





Thats about it.

please can u send me your txt's todo this please ive been trying to set it up but no luck :) thank's (please can make it so i just have to put it in place then it will work or i have to add summat easy :P thank's
 
Upvote 0

Zidio

Banned
Banned
Golden Oldie
Nov 2, 2005
1,285
1
125
LOMCN
make a new text doc copy and paste. you cant have everything done for you.



P.S:lol mental u stole my sub tittle >.<!? RageZone High is fun btw
 
Upvote 0

joe112

Dedicated Member
Dedicated Member
Feb 1, 2006
72
0
32
ok mental pls correct me if im wroung

in Qmanage.txt i need to add

#IF
checknamelist ../market_def/system/devil.txt
#act
goto @devilload

#IF
checknamelist ../market_def/system/angel.txt
#act
goto @angelload

then make a new txt in Market_Def for a npc to make it take over the wall?

[@main]
<Devil/@devil> -- <angel/@angel>

[@devil]
#ACT
addnamelist system/devil.txt
sendmsg 6 "devil asigned"
closed

[@angel]
#act
addnamelist system/angel.txt
sendmsg 6 "angel asigned"
close


#IF
checknamelist system/angel.txt
#act
goto @angelmenu
break

#IF
checknamelist system/devil.txt
#act
goto @devilmenu
break

i dont understand where this system/devil and system/angel thing is. or do i have to make a folder in Market_Def called System?

and how can i add more then one wall? thnk's
 
Upvote 0