Jump to content
  • 0

Custom Warper


Yummy

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

Custom Warper with Public Chat room on it "Saying" Town Warper

Can you guys do it like a dynamic menu style with 4 options

Main Town 1

Main Town 2

Main Town 3

Main Town 4

Main Town 5

can you guys make it a little bit more editable?

Thanks!

and how can you also make a freebie NPC that gives +4 Tidal Shoes and Wool Scarf?

Edited by Remix
Link to comment
Share on other sites

19 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   152
  • Joined:  02/21/12
  • Last Seen:  

we have warper here:

Toasty's: http://rathena.org/b...toastys-warper/

tr0n's: http://rathena.org/b...0ns-warper-100/

Toasty's Warper is really good.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

Posted · Hidden by Arcenciel, June 30, 2012 - No reason given
Hidden by Arcenciel, June 30, 2012 - No reason given

Say "No" to leechers!

Link to comment

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   17
  • Joined:  02/06/12
  • Last Seen:  

Posted · Hidden by Arcenciel, June 30, 2012 - No reason given
Hidden by Arcenciel, June 30, 2012 - No reason given

Oh yeah here let me just do that for you, so you don't have to learn. I only spent 4-5 years learning how to modify Athena.

Link to comment

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

Posted · Hidden by Arcenciel, June 30, 2012 - No reason given
Hidden by Arcenciel, June 30, 2012 - No reason given

Thanks Pan Cake... I didn't get your number tough you haven't texted me yet.

Link to comment

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

Freebies NPC

http://rathena.org/b...dpost__p__59170

change the getitem command to this

*getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>};
*getitem2 "<Item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>};


[ Pastebin ] Custom Warper

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

BUMP for the Custom NPC :P Thanks MUCH

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:  

what Custom NPC ?

i though both script already created in my 1st post above ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

oh didn't see it .. btw how can i put coords there?

Edited by Remix
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:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

How about with name like

PhilTown[Main Town] - will be warp to this coords prontera 150 150

Donation Room

Quest Room

and its dynamic

Edited by Remix
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

Hey Tron I was looking for a custom warper .. what Emistry gave is right but I want to put another menu .. like the name of the town

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:  

try this

[ Pastebin ] Custom Warper + Name + Coordinate Settings

and next time please do make your request all in one... >.<

kinda lazy to keep editing the same thing over and over again.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

I got error saying this

[Error]:  Loading NPC file: npc/custom/Heritage/turbowarper.txt
script error on npc/custom/Heritage/turbowarper.txt line 8
   parse_line: need ';'
 3 : setarray .@MapList$,
 4 :					    "philtown","Main Town[Luneta]","169","180",
 5 :					    "izlude","Izlude","128","141",
 6 :					    "Payon","Payon","162","133",
 7 :
*    8 : for'(' set .@i,0; .@i < getarraysize( .@MapList$ ) - 4; set .@i,.@i + 4 );
 9 :	    set .@Menu$,.@Menu$ + .@MapList$[.@i+1]+":";
   10 : set .@i,( select( .@Menu$ ) - 1 );
   11 : warp .@MapList$[.@i],atoi( .@MapList$[.@i+2] ),atoi( .@MapList$[.@i+3] );
   12 : end;
   13 :

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:  

"Payon","Payon","162","133",

it should be end with a semi-colon...

"Payon","Payon","162","133";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

I tried but there's another problem

[Error]:  Loading NPC file: npc/custom/Heritage/turbowarper.txt
script error on npc/custom/Heritage/turbowarper.txt line 5
   script:add_word: invalid word. A word consists of undercores and/or alfanumeric characters, and valid variable prefixes/postfixes.
 1 : {
 2 :
 3 : setarray .@MapList$,
 4 :					    "philtown","Main Town Luneta","169","180";
*    5 :					    '"'izlude","Izlude","128","141";
 6 :					    "Payon","Payon","162","133";
 7 :
 8 : for( set .@i,0; .@i < getarraysize( .@MapList$ ) - 4; set .@i,.@i + 4 )
 9 :	    set .@Menu$,.@Menu$ + .@MapList$[.@i+1]+":";
   10 : set .@i,( select( .@Menu$ ) - 1 );

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:  

only the last line of the array will end with semi-colon....

the rest..stay the same

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

So it will turn out like that?

turbo_room,100,121,5 script Main Town Warper 718,{
setarray .@MapList$,
  "philtown","Main Town Luneta","169","180"
  "izlude","Izlude","128","141"
  "Payon","Payon","162","133";
for( set .@i,0; .@i < getarraysize( .@MapList$ ) - 4; set .@i,.@i + 4 )
set .@Menu$,.@Menu$ + .@MapList$[.@i+1]+":";
set .@i,( select( .@Menu$ ) - 1 );
warp .@MapList$[.@i],atoi( .@MapList$[.@i+2] ),atoi( .@MapList$[.@i+3] );
end;
OnInit:
waitingroom "Warper",0;
end;
}

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:  

"philtown","Main Town[Luneta]","169","180",
"izlude","Izlude","128","141",
"Payon","Payon","162","133";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

Thanks its working now!

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...