Yummy Posted March 17, 2012 Posted March 17, 2012 (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 March 17, 2012 by Remix Quote
tr0n Posted March 26, 2012 Posted March 26, 2012 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. Quote
Nameless2you Posted March 17, 2012 Posted March 17, 2012 · Hidden by Arcenciel, June 30, 2012 - No reason given Hidden by Arcenciel, June 30, 2012 - No reason given Say "No" to leechers!
Pancake Posted March 17, 2012 Posted March 17, 2012 · 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.
Yummy Posted March 17, 2012 Author Posted March 17, 2012 · 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.
Emistry Posted March 19, 2012 Posted March 19, 2012 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 Quote
Emistry Posted March 25, 2012 Posted March 25, 2012 what Custom NPC ? i though both script already created in my 1st post above ? Quote
Yummy Posted March 25, 2012 Author Posted March 25, 2012 (edited) oh didn't see it .. btw how can i put coords there? Edited March 25, 2012 by Remix Quote
Emistry Posted March 25, 2012 Posted March 25, 2012 try this [ Pastebin ] Custom Warper with Coordinate Quote
Yummy Posted March 25, 2012 Author Posted March 25, 2012 (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 March 25, 2012 by Remix Quote
Yummy Posted March 26, 2012 Author Posted March 26, 2012 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 Quote
Emistry Posted March 26, 2012 Posted March 26, 2012 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. Quote
Yummy Posted March 26, 2012 Author Posted March 26, 2012 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 : Quote
Emistry Posted March 26, 2012 Posted March 26, 2012 "Payon","Payon","162","133", it should be end with a semi-colon... "Payon","Payon","162","133"; Quote
Yummy Posted March 26, 2012 Author Posted March 26, 2012 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 ); Quote
Emistry Posted March 26, 2012 Posted March 26, 2012 only the last line of the array will end with semi-colon.... the rest..stay the same Quote
Yummy Posted March 26, 2012 Author Posted March 26, 2012 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; } Quote
Emistry Posted March 26, 2012 Posted March 26, 2012 "philtown","Main Town[Luneta]","169","180", "izlude","Izlude","128","141", "Payon","Payon","162","133"; Quote
Question
Yummy
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 Remix19 answers to this question
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.