Problems please help

Mu online season 21 - grand opening

NickAKAVexus

Golden Oldie
Golden Oldie
Apr 16, 2005
1,427
1
125
New york
Well I can't submit zumarelic to start a sabuk war.. It just doesn't take anything nor does anything happen.

Code:
[@requestcastlewar]
To request a wall conquest war you should have piece of ZumaTaurus.\
Do you have it?\
If requested war will be started in 3 days.\ \
 <Give Zuma Relic/@requestcastlewarnow>\
 <Cancel/@main>\

[~@request_ok]
Your request was excepted, the war will occur at\
 <$CASTLEWARDATE> have a nice day.\


by the way in setup:
Code:
ZumaPiece='ZumaRelic'

Please help. :)
 

Demonfist

LOMCN Veteran
Veteran
Jun 25, 2005
262
0
43
If You Find Out, Let Me Know, TY :D
[@requestcastlewar]
To request a wall conquest war you should have piece of ZumaTaurus.\
Do you have it?\
If requested war will be started in 3 days.\ \
<Give Zuma Relic/@Giverelic>\
<Cancel/@main>\

#if
checkitem zumarelic
#act
take zumarelic 1
@goto ~@request_ok



[~@request_ok]
Your request was excepted, the war will occur at\
<$CASTLEWARDATE> have a nice day.\


should be that..u missed take zumarelic + i think summat else has to b in..
 
Upvote 0

BloodDemon

Golden Oldie
Golden Oldie
Jul 20, 2003
649
19
155
Darlington, UK
ok NPC.txt dont work same as merchant.txt

instead of anyname-(map name).txt it works as IngameNpcName-(mapname).txt

so in NPC.txt a entry would look like

Administrator 2 0150 7 16 0 8

and you would have

Administrator-0150.txt in the folder "NPC_def"
 
Upvote 0

NickAKAVexus

Golden Oldie
Golden Oldie
Apr 16, 2005
1,427
1
125
New york
my npcs.txt
Code:
;Ãû³Æ	      	  ´úÂë	µØÍ¼    x    y	 ·¶Î§	ͼ±ê
; name          race      mapNum     x     y       fTile bTile
Admin  	 27         SH037       15    11      0     8

Admin-SH037.txt
Code:
[@main]
This is the Temple of GuildVillage.\ 
I'm the administrator who is in charge\
of many things. How may I help you?\
 <Request Guild Creation./@@buildguildnow>\
 <Request GuildWar/@guildwar>\
 <Ask how to establish Guild/@buildguildexp>\
 <Ask about Guild wars/@guildwarexp>\
 <Request Subak Conquest War/@requestcastlewar>\

[@buildguildexp]
#SAY
In order to build a guild you should prove that you qualify.\
To verify your qualification you should provide 1 million gold\
and the horn of the Woomataurus!\
<Back/@main>\

[@guildwar]
Let me know name of opponent Guild you wish to war.\
Allowing a legal Guild war will cost you 30,000 Gold\ \
 <Click then type name of Guild to war/@@guildwar>\
 <Back/@main>\

[@guildwarexp]
<GuildWar/@guildwar2> Means war done by legal conquest.\
At present, because there are many guilds and many problems,\
goverment will have to approve a <legal/@warrule> Guild war.\
If it is <requested/@propose>, war will be allowed for 3 hours.\
You should pay <$GUILDWARFEE> Gold as request fee.\ \
<Back/@main>

[@guildwar2]
when you request a guild war,the ID of the same guild member will appear\
in blue color. on the other side, the ID of enemy guild member will\
appear orange.\
If you are connected during a Guild war, the message:\
'war with certain guild' will appear in the chatting window and even\
if you kill a member of the enemy guild warred with you, you\
will not be regarded as a PK. \
<back/@guildwarexp>

[@warrule]
Guild war cannot take place in villages.\
It can be executed out of certain ranges from village\
or inside a contest area (like inside some buildings)\
However, if you PK your ID will be red in color\
even during war.\ \
<back/@guildwarexp>

[@propose]
Proposal of guild war can only be requested\
by the Guildchief. \ \
<back/@guildwarexp>

[@requestcastlewar]
To request a wall conquest war you should have piece of ZumaTaurus.\
Do you have it?\
If requested war will be started in 3 days.\ \
 <Give Zuma Relic/@requestcastlewarnow>\
 <Cancel/@main>\

[~@request_ok]
Your request was excepted, the war will occur at\
 <$CASTLEWARDATE> have a nice day.\
 
Upvote 0

BloodDemon

Golden Oldie
Golden Oldie
Jul 20, 2003
649
19
155
Darlington, UK
if u dont make admin race 2 it does not create the guild it just falls on its arse and dies. I have had problems with NPC.txt before that involved the co-ords of the npc ur placing. Try moving the co-ords and see if the same thing happans.
 
Upvote 0