Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Scripts] Nett's Pyramid Warning Message | MapleSEA 1.01

Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
Well, seem i saw people contributing
so why don't i xD

Portal : pirammidChat00.js
Code:
function enter(pi) {
    pi.ShowWZEffect("Effect/Direction2.img/piramid/anubis");
}

Portal : piramid_in00.js
Code:
function enter(pi) {
    pi.openNpc(2103013);
}

SHOW_ITEM_GAIN_INCHAT = 0xE0


This is what going to shown up for pirammidChat00.js
johnlth93 - [Scripts] Nett's Pyramid Warning Message | MapleSEA 1.01 - RaGEZONE Forums


This is what going to shown up for piramid_in00.js
johnlth93 - [Scripts] Nett's Pyramid Warning Message | MapleSEA 1.01 - RaGEZONE Forums

[Where u trying to get into the portal, it will show u the npc] as i remember msea handle it that way

And yes i just sniff this 5min ago
 
Last edited:
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2010
Messages
649
Reaction score
140
Good job.

But one thing has been bugging me for a while. Where do you people get portal ids -_-. Is it the WZ? Cause I havent checked in certain parts of the wz.
 
Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
checking wz will get u the portal
but no i dint check wz

when u go into a portal that not handled
it will show up in your server bat, if your source have throw exception

---------- Post added at 11:26 AM ---------- Previous post was at 11:25 AM ----------

Good job.

But one thing has been bugging me for a while. Where do you people get portal ids -_-. Is it the WZ? Cause I havent checked in certain parts of the wz.

btw portal did not count in id
portal count as in name
like something_portal.js
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2010
Messages
649
Reaction score
140
So thats what the names are for when I create portals and maps.
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2010
Messages
649
Reaction score
140
Yeah I couldnt be too specific because what I said involves WZ editing. When I wz edit I make portals and gives them names, now I know what the names are for, aside from choosing destination.
 
Custom Title Activated
Loyal Member
Joined
Nov 27, 2009
Messages
1,905
Reaction score
948
Yeah I couldnt be too specific because what I said involves WZ editing. When I wz edit I make portals and gives them names, now I know what the names are for, aside from choosing destination.

Stfu, lern2read your xml files.
 
Mythic Archon
Loyal Member
Joined
Jul 14, 2008
Messages
712
Reaction score
164
Yeah I couldnt be too specific because what I said involves WZ editing. When I wz edit I make portals and gives them names, now I know what the names are for, aside from choosing destination.

oh now i get u
u r adding ur own portal
i see xD

---------- Post added at 01:09 PM ---------- Previous post was at 01:09 PM ----------

Stfu, lern2read your xml files.

be nice bro
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2010
Messages
649
Reaction score
140
Yeah, now that I check the XML its pretty obvious.

@Rice

I didnt know where it was located and my question was already answered.
 
Back
Top