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!

zTeam S8 EP2 Spots

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 14, 2015
Messages
36
Reaction score
0
hello,i want to add a spot for example in Arena my line is the next one:

<monster id="305" map="6" dis="0" x="47" y="89" dir="3" count="10" /> <!-- Blue Golem -->


305-Monster ID
6-Map
dis-0 i dont want them to move
x,y(coord)
count-number of monsters

The problem is that in the certain spot it appears only one monster and dispite my settings he is still moving and i dont know why,what am i doing wrog ?can someone enlight me ?
 
Newbie Spellweaver
Joined
Jul 14, 2015
Messages
36
Reaction score
0
i have tried already..nothing happens

here is my MonsterSetBase:
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2015
Messages
36
Reaction score
0
these are my only 4 lines from the arena

<monster id="305" map="6" dis="0" x="46" y="89" w="178" h="125" dir="0" count="10"/> <!-- Blue Golem -->
<monster id="305" map="6" dis="0" x="46" y="89" w="178" h="125" dir="0" count="10" /> <!-- Blue Golem -->
<monster id="305" map="6" dis="0" x="46" y="89" w="179" h="126" dir="0" count="10"/> <!-- Blue Golem -->
<monster id="305" map="6" dis="0" x="47" y="89" dir="3" count="10" /> <!-- Blue Golem -->

it shows me 2 monsters than 4,and i dont know why it shows me 2 when at count is 10

PS:im a beginner with these things
 
Upvote 0
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
423
these are my only 4 lines from the arena

<monster id="305" map="6" dis="0" x="46" y="89" w="178" h="125" dir="0" count="10"/> <!-- Blue Golem -->
<monster id="305" map="6" dis="0" x="46" y="89" w="178" h="125" dir="0" count="10" /> <!-- Blue Golem -->
<monster id="305" map="6" dis="0" x="46" y="89" w="179" h="126" dir="0" count="10"/> <!-- Blue Golem -->
<monster id="305" map="6" dis="0" x="47" y="89" dir="3" count="10" /> <!-- Blue Golem -->

it shows me 2 monsters than 4,and i dont know why it shows me 2 when at count is 10

PS:im a beginner with these things
because you are not probably adding that line in the spots section,
there are npc , single monstrer, spot and event section check again
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2015
Messages
36
Reaction score
0
Bro i have only one arena section in my monstersetbase,under the lines i posted on the forum i have another two lines about 2 npcs...,the lines are working but only one monster appears from each line,no matter if i set count to 10,30 or whatever...and they still move even if i set the certain option to 0



My monstersetbase is up in my post,take a look in it.
 
Upvote 0
Experienced Elementalist
Joined
May 12, 2006
Messages
212
Reaction score
11
hello,i want to add a spot for example in Arena my line is the next one:

<monster id="305" map="6" dis="0" x="47" y="89" dir="3" count="10" /> <!-- Blue Golem -->


305-Monster ID
6-Map
dis-0 i dont want them to move
x,y(coord)
count-number of monsters

The problem is that in the certain spot it appears only one monster and dispite my settings he is still moving and i dont know why,what am i doing wrog ?can someone enlight me ?



<monster id="305" map="6" dis="3" x="47" y="89" dir="-1" count="10" /> <!-- Blue Golem -->
 
Upvote 0
Joined
Jun 16, 2013
Messages
1,109
Reaction score
179
I already told you to check every option in Monster.xml
Look what I found :
moverange
viewrange
movespeed
attribute

Ever tried changing that to 0??
:sleep::sleep::sleep::sleep:
Now it won't move anymore..
No more movements
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2015
Messages
36
Reaction score
0
i have reloaded it 4-5 times bro

[IMG]https://forum.ragezone.com/images/404_image.png[/IMG] what is incorrect here ?
 
Upvote 0
Newbie Spellweaver
Joined
Jul 14, 2015
Messages
36
Reaction score
0
i'll tell you one more time, you are adding it in the wrong place, you just wrote the line in the npc section

search for
PHP:
<list type="1">

and add the line there


Thanks natzugen,if you had told me from the begining,if you had been more specific i think that i could understand where i'm wrong more quickly.

I have added the line where u said and it works perfectly bro.I'm very sorry for giving you a lot of headache but i'm new to this kind of servers and i learn a little bit hard :)).



it gives me and error
Failed to add Golden Monster on map 91 when I reload the monster set base
i push ok and after that the gameserver starts



Fiexd !I change the position of the monsters,some were allready added in all the maps!
 
Upvote 0
Status
Not open for further replies.
Back
Top