Jump to content
  • 0

adding waiting room in Warp Portal.


Hatake Kakashi

Question


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

why i can't see waiting room in this warp portal?

here.

prontera,165,168,0    warp    turbo_room    2,2,turbo_room,100,108

OnInit:
waitingroom "Mall Room",0;
end;
}   

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

This is probably why its not working: http://www.eathena.ws/board/index.php?showtopic=207731

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you can do it in this way

prontera,155,181,5 script Sample 45,2,2,{
OnTouch:
warp "prontera",0,0;
end;

OnInit:
waitingroom "Warp Portal",0;
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

nice thanks!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

is this ok sir?

but when i restart my server there's no waiting room on it.

prontera,165,168,5	script	Mall Room	45,2,2,{
OnTouch:
warp "turbo_room",100,110;
end;

OnInit:
waitingroom "Mall Room",0;
end;
}



turbo_room,100,100,5	script	Exit To Mall	45,2,2,{
OnTouch:
warp "prontera",155,179;
end;

OnInit:
waitingroom "Exit Room",0;
end;
}

Edited by hatake
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  764
  • Reputation:   220
  • Joined:  11/14/11
  • Last Seen:  

Seems to be a client restriction.

I'd suggest to implement the warp portal sprite as custom NPC sprite; this should work.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Deng !!! :D i though it still there...because last time...it did have this sprite..so..it is removed for now...O.O aw i didnt realise.....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...