is it possible to make more than 65k mons? [Archive] - ForumsHQ

Aragon
Posts: 0
Joined: Fri Jan 19, 2001 6:00 am

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by Aragon »

yeah, 65535 is greater than 65k :o

:cool:
Spike420

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by Spike420 »

ok, let me rephrase, can i make more than 65535exp monsters?
MrBlack
Posts: 0
Joined: Mon Jan 22, 2001 6:00 am

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by MrBlack »

Heh, no you cannot. The current limit is imposed by the programmers use of variable declarations. Now, if they made it a floating double or some shit, you could prolly get a couple million exp ;)
Aragon
Posts: 0
Joined: Fri Jan 19, 2001 6:00 am

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by Aragon »

might be possible with a little trickery using Nightmare...i.e. call the "text block" of the dying monster twice..therefore 2x the 65k exp ;)

or maybe i'm just a dreamer :)

:cool:
MrBlack
Posts: 0
Joined: Mon Jan 22, 2001 6:00 am

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by MrBlack »

Grin, you would have to just write a text block, right now, each monster calls from the message file, and the exp is in the monsters database entry. They do have a 'on death' text block, which you could put a text block number in, and then create that text block and have it give any amount of exp.
Aragon
Posts: 0
Joined: Fri Jan 19, 2001 6:00 am

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by Aragon »

Might want to try looking into the quests....2nd quest gives 100k which is obviously more than 65k :o

:cool:
Darklord

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by Darklord »

Using a textblock wouldn't properly split up exp between a party I would guess though. I'm thinking it would probably just give the exp to whoever did the killing blow, which kinda stinks.

Then again I don't know anything about how text blows work... perhaps it would give the full exp amount to everyone? (But if that's the case, wouldn't it give it to everyone in the room, regardless of whether or not they were in combat with the monster?)
Aragon
Posts: 0
Joined: Fri Jan 19, 2001 6:00 am

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by Aragon »

Quote:

Quote: from Darklord on 6:51 pm on Mar. 30, 2001

Using a textblock wouldn't properly split up exp between a party I would guess though. *I'm thinking it would probably just give the exp to whoever did the killing blow, which kinda stinks.

Then again I don't know anything about how text blows work... perhaps it would give the full exp amount to everyone? *(But if that's the case, wouldn't it give it to everyone in the room, regardless of whether or not they were in combat with the monster?)

Well, lets analyze this ;)

If you say it gives exp to whoever did the killing blow and not to everyone, you are agreeing that the textblock is what gives the exp in the first place. If this is the case, it is therefore concluded that the exp will be automatically split between party members.

As for the text block issuing exp to everyone in room, that would not be the case because you don't see "*Combat Off*" if you are not engaged in combat in the first place ;)

:cool:

p.s. How's doormud coming along?
MrBlack
Posts: 0
Joined: Mon Jan 22, 2001 6:00 am

Re: is it possible to make more than 65k mons? [Archive] - ForumsHQ

Post by MrBlack »

Ok, this should be the way it is. Everyone has done the mod5 phoenix feather quest, right? When each of the three bosses you kill dies, it calls a text block. This text block gives the item to everyone in the room that has an ability marker set to a certain number range. This is like what you can do for monsters. But, because its a text block, and it is run for each character, they would all receive the same amount of exp. Only, a text block for a monster wouldn't be set to check for an ability (unless you only want people to get exp after they have done something else in the realm ;)
Post Reply

Return to “Editing Questions and Guides”