goddameit Posted August 20, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted August 20, 2012 (edited) info : http://rathena.org/b...end-only-added/[media=] [/media]download : http://pastebin.com/....php?i=FiEWLR3x - MODIFY VERSION : http://rathena.org/board/topic/79145-select-a-friend-to-warp/ http://rathena.org/board/topic/79145-select-a-friend-to-warp/?p=181932 Edited February 23, 2013 by goddameit 4 Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted August 20, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted August 20, 2012 helpful script Quote Link to comment Share on other sites More sharing options...
Nipsino Posted August 20, 2012 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 218 Reputation: 16 Joined: 01/24/12 Last Seen: May 24, 2015 Share Posted August 20, 2012 That's awesome, ;o Quote Link to comment Share on other sites More sharing options...
Jaburak Posted August 20, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: Friday at 01:27 AM Share Posted August 20, 2012 Great job! 10/10 Quote Link to comment Share on other sites More sharing options...
Turbine Posted August 20, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 08/18/12 Last Seen: August 21, 2012 Share Posted August 20, 2012 Youre the best goddmeit. Quote Link to comment Share on other sites More sharing options...
Raikumi Posted August 22, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 06/28/12 Last Seen: 1 hour ago Share Posted August 22, 2012 What map is this? Sorry for the double post, what if your friend is in a competing WoE guild? Quote Link to comment Share on other sites More sharing options...
goddameit Posted August 25, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted August 25, 2012 What map is this? Sorry for the double post, what if your friend is in a competing WoE guild? then you warp to there Quote Link to comment Share on other sites More sharing options...
rainz89 Posted August 29, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 37 Reputation: 0 Joined: 07/27/12 Last Seen: October 17, 2017 Share Posted August 29, 2012 Can you somehow edit it or add a function where it check the map of the player, and if it's on a certain map, it will not allow the player to warp to his friend? Example, WoE, PvP. GvG, battleground, Special rooms. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted August 29, 2012 try this getmapxy(@m$,@x,@y,0,rid2name(@aid[@menu])); if( getmapflag(@m$,mf_pvp) || @m$ == "mapname" || @m$ == "mapname" ){ mes "You cant warp to his map now."; }else{ warp @m$,@x,@y; } Quote Link to comment Share on other sites More sharing options...
rainz89 Posted August 29, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 37 Reputation: 0 Joined: 07/27/12 Last Seen: October 17, 2017 Share Posted August 29, 2012 (edited) Thanks, but. all I have to do is to change is the map name like this? getmapxy(@m$,@x,@y,0,rid2name(@aid[@menu])); if( getmapflag(@m$,mf_pvp) || @m$ == "prtg_cas01" || @m$ == "prtg_cas02" ){ mes "You cant warp to his map now."; }else{ warp @m$,@x,@y; } Or was I missing something? Edited August 29, 2012 by rainz89 Quote Link to comment Share on other sites More sharing options...
eJay Posted September 5, 2012 Group: Members Topic Count: 80 Topics Per Day: 0.02 Content Count: 325 Reputation: 76 Joined: 03/22/12 Last Seen: August 5, 2019 Share Posted September 5, 2012 Nice script but how to avoid when your friends is in event? like dice lms poring cather and etc. example when dice event is starting,, the mapflag quiz_01 mapflag nowarpto why using @warp can't enter then using this npc can enter,, O.o my point is how to avoid the player can't enter during event. Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 5, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 5, 2012 I saw goddameit too on eA, is that the same person? And also nice script, thanks for sharing Quote Link to comment Share on other sites More sharing options...
caspa Posted February 21, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted February 21, 2013 info : http://rathena.org/b...end-only-added/ [media=] [/media]download : http://pastebin.com/....php?i=FiEWLR3x Sir how can i make this script display all the current friends on the menu and not just the current online one... like if click the warp to friend npc it would display all the friend i have then the online would be green while the offline will be red. after that i click the red one, it would tell me "the player is not online" while if i click the green one "i would be warp to where the player is." also if i dont have any friend it would say you dont have any friend and not display a blank menu....... thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.