Jump to content
  • 0

Question

Posted (edited)

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

19 answers to this question

Recommended Posts

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.

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.

Posted (edited)

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
Posted

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 :

Posted

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 );

Posted

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;
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...