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!

[SOLVED]clean repack, mobs problem

Newbie Spellweaver
Joined
Jan 8, 2023
Messages
27
Reaction score
2
hey i tried searching before posting but couldn't find anything that solves my problem...

anybody would know how to fix mobs not attacking at all, they are like npcs at that point, but just some of them, i got d1 d2 d4 d3f2 to like f6 and top,

top wasnt working after i added the spawns, then changed the map from 5 to 11 and it worked now it's still not working, anybody would have an idea what is happening ?

EDIT::
PROBLEM SOLVED. I just had to change the map i was teleporting to in my Quest.txt on serverside to the map that the monster is generated to in genmonster.txt ...... so if its map 5 in your genmonster, it has to be
Code:
(case (then (teleport 5 287298 318259)))
for example :)
 
Last edited:
Moderator
Staff member
Moderator
Joined
Jan 13, 2013
Messages
1,186
Reaction score
360
hey i tried searching before posting but couldn't find anything that solves my problem...

anybody would know how to fix mobs not attacking at all, they are like npcs at that point, but just some of them, i got d1 d2 d4 d3f2 to like f6 and top,

top wasnt working after i added the spawns, then changed the map from 5 to 11 and it worked now it's still not working, anybody would have an idea what is happening ?

Do they stop overall or do they still respond when you attack them?
 
Upvote 0
Newbie Spellweaver
Joined
Jan 8, 2023
Messages
27
Reaction score
2
they dont aggro dont attack and if i attack they dont respond either..... they just move around like moving npcs .... lol
 
Upvote 0
Back
Top