Emistry Posted October 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 4 hours ago Share Posted October 22, 2012 @madtoyz.. read this.. Getmapxy Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 22, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted October 22, 2012 sory i dont understand the details about, so i need do like this?. getmapxy(.@m$,.@x,.@y); if(.@m$!="prontera") then after the event end,player will @save at prontera back right ?. because now all players save at KOTH map. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 4 hours ago Share Posted October 22, 2012 that just use to retrieve your player current location...same as strcharinfo(3) Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 22, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted October 22, 2012 any solution to give the player after play that game,will autosave back to prontera,155,168 ? whats the matter ? Quote Link to comment Share on other sites More sharing options...
goddameit Posted October 23, 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 October 23, 2012 (edited) any solution to give the player after play that game,will autosave back to prontera,155,168 ? whats the matter ? type *getmapxy("<variable for map name>",<variable for x>,<variable for y>,<type>{,"<search string>"}) This function will locate a character object, NPC object or pet's coordinates and place their coordinates into the variables specified when calling it. It will return 0 if the search was successful, and -1 if the parameters given were not variables or the search was not successful. Type is the type of object to search for: 0 - Character object 1 - NPC object 2 - Pet object 3 - Monster object. While 3 is meant to look for a monster object, no searching will be done if you specify type 3, and the function will always return -1. The search string is optional. If it is not specified, the location of the invoking character will always be returned for types 0 and 2, the location of the NPC running this function for type 1. If a search string is specified, for types 0 and 1, the character or NPC with the specified name will be located. If type is 3, the search will locate the current pet of the character who's name is given in the search string, it will NOT locate a pet by name. Edited October 23, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 23, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted October 23, 2012 sory i dont understand the details about, so i need do like this?. getmapxy(.@m$,.@x,.@y); if(.@m$!="prontera") then after the event end,player will @save at prontera back right ?. because now all players save at KOTH map. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 23, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 4 hours ago Share Posted October 23, 2012 getmapxy(.@m$,.@x,.@y,0); Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 23, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted October 23, 2012 getmapxy(.@m$,.@x,.@y,0); the things that im blur, getprontera,138,174(.@m$,.@x,.@y,0); ?? or getmapxy(.@m$prontera,.@x138,.@y174,0); ?? Quote Link to comment Share on other sites More sharing options...
goddameit Posted October 23, 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 October 23, 2012 getmapxy(.@m$,.@x,.@y,0); the things that im blur, getprontera,138,174(.@m$,.@x,.@y,0); ?? or getmapxy(.@m$prontera,.@x138,.@y174,0); ?? do not use my topic to ask your request, use http://rathena.org/board/forum/30-scripting-support/ or http://rathena.org/board/forum/32-script-requests/, thx. Quote Link to comment Share on other sites More sharing options...
madtoyz Posted October 23, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 146 Reputation: 10 Joined: 01/21/12 Last Seen: March 11 Share Posted October 23, 2012 owh sorry.. ill create new topic. Quote Link to comment Share on other sites More sharing options...
yohann21 Posted January 20, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 11/25/12 Last Seen: September 20, 2013 Share Posted January 20, 2013 can u please getmapxy(.@m$,.@x,.@y,0); can u please post the working script? tjhanks Quote Link to comment Share on other sites More sharing options...
bluememi Posted January 25, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 01/08/13 Last Seen: November 7, 2017 Share Posted January 25, 2013 Can u make a script with start and stop event by the GM like this npc:start and npc:stop thanx ^__^ Quote Link to comment Share on other sites More sharing options...
Yomigaeru Posted April 25, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 89 Reputation: 5 Joined: 12/25/11 Last Seen: January 3, 2019 Share Posted April 25, 2013 sorry for necro posting but how can i edit this to be like this? the teams fight for the point, example killing an emperium when you capture the emperium, the timer starts but when an enemy captures the emperium the timer resets and is passed to the team who captured it. can you help me please? Quote Link to comment Share on other sites More sharing options...
goddameit Posted April 25, 2013 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 April 25, 2013 (edited) ... if you would pay for it, I can give you my answer. Edited April 25, 2013 by goddameit Quote Link to comment Share on other sites More sharing options...
Diss Posted June 2, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Share Posted June 2, 2013 how can i know if the player on red and blue team if the played died i cant respawn in the map perfectly how to fix this Quote Link to comment Share on other sites More sharing options...
Vincent Posted August 5, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted August 5, 2013 Download Map : koth01.grf grf is down. Can you please reupload it? Quote Link to comment Share on other sites More sharing options...
xavii93 Posted September 14, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 09/01/13 Last Seen: September 17, 2013 Share Posted September 14, 2013 the npc doesnt work :S Quote Link to comment Share on other sites More sharing options...
Han25 Posted November 1, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 67 Reputation: 2 Joined: 08/09/13 Last Seen: June 8, 2023 Share Posted November 1, 2013 why when i entered the room, middle of the map got 1 Red plant with a chat room (empty words) ???? and ur KOTH video at youtube is not works for me.. not running.. someone please re-upload tqtq >and ur KOTH video at youtube is not works for meuse proxy Hi, Godamm. mind if i ask about this, im wondering why the script looking for this npc.. i just check the script the npc is on the script but still looking for http://prntscr.com/217oup .. Quote Link to comment Share on other sites More sharing options...
rans Posted May 7, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: Tuesday at 02:33 PM Share Posted May 7, 2014 Hi,How Can we add prize to the winner? Quote Link to comment Share on other sites More sharing options...
Eross Posted July 25, 2020 Group: Members Topic Count: 166 Topics Per Day: 0.09 Content Count: 377 Reputation: 12 Joined: 04/05/20 Last Seen: Monday at 09:37 AM Share Posted July 25, 2020 Hi ! GRF link is not working ..can you give me map of KOTH01 thanks 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.