Forum

> > CS2D > Scripts > Tibia Monster limit
Forums overviewCS2D overview Scripts overviewLog in to reply

English Tibia Monster limit

9 replies
To the start Previous 1 Next To the start

old Tibia Monster limit

G3tWr3ck3d
User Off Offline

Quote
Hello, I wanned to know how could I fix the "bug" that when you kill a monster another monster of a certain kind will appear so it will be unbalanced monsters types. I would be happy to see this bug fixed so if anyone knows "how to" fix it I would be grateful.

old Re: Tibia Monster limit

G3tWr3ck3d
User Off Offline

Quote
I have already seen your thread with reset monsters but that doesn't really fix it. Thats a 'primitive' way to fix it, the map will be full of items when they will die. Of course that you can remove the items from the ground but still its kinda primitive. I was expecting of a monster type limit.

old Re: Tibia Monster limit

G3tWr3ck3d
User Off Offline

Quote
I didn't test it yet, I will do it tommorow. Now I want to know if it lags when all the monsters will be erased.

old Re: Tibia Monster limit

NeverLast
User Off Offline

Quote
This is not laggy, but for me it work not 100%,it destroy some monster, but not all.
1
2
3
4
5
6
7
8
9
10
11
12
13
MDestroyer = 0

function MDestroyer Function()
msg("©255000000Monster Reseted!")
     MDestroyer = MDestroyer + 1
     if MDestroyer == 1 then
          for _, MDestroyerKill in ipairs(MONSTERS) do
               MDestroyerKill:destroy()
					MDestroyer = 0
          end
     end
end
addhook("minute","MDestroyer Function")

old Re: Tibia Monster limit

Yates
Reviewer Off Offline

Quote
It destroys all of them. NeverLast just didn't read or listen to my last post on his thread. Monsters spawn every ms100, so no wonder you still see monsters walking around as they spawn almost instantly after you destroy them all.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview