#20 Jul 5 2012, 11:45 am
|
|
And you don't use Login anywhere else at all?
| |
#21 Jul 5 2012, 11:49 am
|
|
i'm positive.
| |
#22 Jul 5 2012, 12:02 pm
|
|
Try setting the x,y,z instead of loc? Not ideal but merely to poke around.
| |
How would I do that?
("players/[usr.key]") login["mob"] >> usr login["1"] >> usr.x login["9"] >> usr.y login["9"] >> usr.z | |
#24 Jul 6 2012, 12:23 am
|
||
I think he meant
| ||
#25 Jul 6 2012, 12:25 am
|
|
That wont work due to duplication stuff
| |
#26 Jul 11 2012, 2:40 pm
|
|
basicly it's the first response
| |
#27 Jul 11 2012, 2:45 pm
|
|
mob/Login()
world<<"[src] has joined the world" src.loc = locate(1,9,9) src.client.view = 8 ..() | |
#28 Jul 11 2012, 2:50 pm
|
|
Use <dm> tags please.
| |
#29 Jul 12 2012, 5:23 am
|
||
Do you have a map?
Does your map have at least 9 z-levels? Does that level have turfs? Do turfs have icons? Try putting this into your code:
What coordinates do you see in Stats tab? | ||
