ID:268004
 
hey, anyone know where i can find a demo how to make an compass?? or can show me?
Mist Form wrote:
hey, anyone know where i can find a demo how to make an compass?? or can show me?

I think you mean "a compass", as the word "an" only goes before words that don't start with a consonant sound.

But the big question is, what would you need a compass for when BYOND maps are already oriented the same way all the time? I think you probably meant something other than a compass.

Lummox JR
In response to Lummox JR
well i mean ehm a compass for in the game so that the people know where they are to find certain npc's quicker
In response to Mist Form
I think what you mean would be more of a "locator" or something, unless the NPC you're looking for has some interesting magnetic properties. (Which seemed to have been the case in various Zelda games, so you're not entirely at fault here.)

You can probably do something like, add a screen object and constantly update its direction to get_dir(src,whatever mob you're locating) I'm going to use a similar system for a "track" skill in Maeva.
In response to DerDragon
any of you play(ed) zeta 2/ gekisen?? if you do i think you know what i mean...
In response to Mist Form
Mist Form wrote:
well i mean ehm a compass for in the game so that the people know where they are to find certain npc's quicker

That's not a compass.

Lummox JR
In response to Mist Form
could somebody please answer/help me with this?? i mean like: user location is 0,0 (<-- his location on the map)
In response to Mist Form
im thinking what he means is in the stat tabs like off zeta he wants it to say something like "compass" and he wants it to tell the location on the map like "x,y,z", at least im pretty sure thats what he means ^_^.
In response to Majinveku
OMG! u ppl dont have a clue! no ofence.u guys need to play more dbz games.I did play gekisen and zeta though. I aleady knew what he ment he I saw hes 1st post.
He means this o,o,o the location and when u move it changes by how many steps u took.

Alright this is the code but put it under ur stat or whatever tab:

stat("location: [usr.x],[usr.y],[usr.z]")

ex:like this:

mob
Stat()
statpanel("Stats")
stat("level: [level]")
stat("hp: [hp]/[maxhp]")
stat("strength: [str]")
stat("defense: [def]")
stat("exp: [exp]/[max_exp]")
stat("location: [usr.x],[usr.y],[usr.z]")
stat("Power Level: [pl]")
statpanel("Inventory",contents)

that will not give u any errors

I hope u enjoy it!
In response to SSunlimited
SSunlimited wrote:
stat("location: [usr.x],[usr.y],[usr.z]")

No put usr in proc. Ungh.

~>Volte
In response to Volte
Volte wrote:
SSunlimited wrote:
stat("location: [usr.x],[usr.y],[usr.z]")

No put usr in proc. Ungh.

~>Volte

According to this, usr totally safe in mob/Stat(). Ungh.
In response to Jon88
I'm pretty sute it will work I did write that that it does and it works in my game
In response to SSunlimited
SSunlimited wrote:
u guys need to play more dbz games.

Hah... hardly. =D
In response to SSunlimited
thank you guys. oh yea and ehm i have this coding:

mob
monsters
Radditzfighter
powerlevel = 1200
maxpowerlevel = 1200
dead = 0
icon = 'Dragonball icons.dmi'
icon_state = "Radditz"
ko = 0
safe = 0
npp = 0
ssj = 0
strength = 32

how can i make it teleport to somewhere when you killed him?
In response to Mist Form
yo mist. do u have aim or msn and what is it. I gotta talk to u. u can also ask me on aim or msn for codes but I need to talk to u plz. Can u do that favor since I helped u plz?
In response to Crispy
does that mean that u never played any? heh I bet at least 80% of u here in this post who replied never played 1.
In response to SSunlimited
Pretty much, yeah. If someone can't describe what they want without referencing another game, then they do not deserve help.
In response to SSunlimited
yes sure my aim is MistForm9 and my msn is [email protected], im only at aim when nescesary so please try to add my msn and not aim.

-mist
In response to Mist Form
tnx! do u use msn servise often? because it's useless to add u if u barely come on?
In response to SSunlimited
yes i do
Page: 1 2