MapID?

02/03/2012 00:14 denominator#16
P4N I don't doubt that it doesn't work :) I just don't know the X and Y to
Code:
/map X Y 1511
02/03/2012 00:19 pro4never#17
.... I told you. That's why you use the /teleport command

It took me all of 3 tries to find a working set of coords.

50, 50

Alternatively you could have jumped into the original promotion map, taken note of ANY coords on the map and used that to teleport to the subclass map.

They are the same map therefor all coords are identical.

<edit>

Found the solution

.smaps operate on map id.

-Make a copy of the 1004.smap file
-Rename copy to 1511 (or one of the other two)
-Reboot server

Should work then.


Also suggest copying the map permissions over in the cq_map database. I didn't implement most of the flags but would suck just forgetting to add that extra entry and having people pking there.
02/03/2012 01:26 denominator#18
Am I supposed to sit at a "Connecting to server....Please wait...." screen when using /teleport 50 50 1511?

I copied two 1004.smaps and named one 1511 and the other 6072, tried the npc (works with coords for TC and other maps) but it still doesn't work for the 1511 map.

Code:
def npc(Client, Option):
    if(Option == 0):
        Text("This way to the SubClassArea.")
        Link("Subclass area.", 1)
        Link("Let me think...", 255)
        Face(183)
        Finish()
    if(Option == 1):
        Teleport(50, 50, 1511)
    return 0
Ok I managed to teleport to 51 57 1511 but I can't /map 51 57 1511 oh well a least I did that but how would I get the npc to teleport me to it? she doesn't seem to want to o.0
02/03/2012 11:23 BioHazarxPaul#19
dmap normally checks for the map id and location, if it an invalid spot, and or map they wont teleport you
02/03/2012 14:01 denominator#20
Can't be invalid any more because I can use /teleport 51 57 1511 now. Just the NPC won't do it like the command does it o.0? I even changed the NPC code to the 51 57 1511 as well but still no luck lol.
02/03/2012 19:04 pro4never#21
Quote:
Originally Posted by denominator View Post
Can't be invalid any more because I can use /teleport 51 57 1511 now. Just the NPC won't do it like the command does it o.0? I even changed the NPC code to the 51 57 1511 as well but still no luck lol.
Seriously dude? I've explained like 5 times now... /map Must work for the npc to work. /teleport uses no Dmap info at all..

Copy the smap, add in cq_map and see if you can get it to work with /map but if that CNET won't work then obviously the npc won't as its the exact same code they both use.
02/04/2012 00:04 denominator#22
Quote:
Copy the smap, add in cq_map
Yup both already done, did the smap thing the second you mentioned about it. cq_map I had already added. I worked with Binaries ages ago and have never forgot about adding to the SQL database lol.

I wouldn't still be asking otherwise :P

Ok well I am just using two MoonPlatforms instead lol. 1100 and 1101 work fine. Will be just as good me thinks lol