luizinhomt Posted March 30, 2024 Posted March 30, 2024 Good evening everyone, does anyone know a code so that when talking to the NPC they will ask for a password, if this password is correct it will open a portal to another location. thank you all Quote
0 hendra814 Posted March 30, 2024 Posted March 30, 2024 1 hour ago, luizinhomt said: Good evening everyone, does anyone know a code so that when talking to the NPC they will ask for a password, if this password is correct it will open a portal to another location. thank you all this using at this link Warp with password Fast help pls! - Script Requests - rAthena Quote
0 Racaae Posted March 30, 2024 Posted March 30, 2024 Good evening yuno,157,83,3 script Portal Gatekeeper 4_M_PAY_SOLDIER,{ .@password$ = "luizinhomt"; //password .@portal$ = "Hidden Port0l#l"; //portal npc name npctalk "What is the password?", strnpcinfo(0), bc_self; input .@input$; unittalk getcharid(3), strcharinfo(0) + " : " + .@input$, bc_self; sleep2 500; if (!compare(.@input$,.@password$)) { npctalk "This is not the password.", strnpcinfo(0), bc_self; emotion ET_THINK, getnpcid(0); end; } npctalk "I will open a portal to another location.", strnpcinfo(0), bc_self; cloakoffnpcself .@portal$; specialeffect EF_BIG_PORTAL,SELF,.@portal$; end; } yuno,153,85,0 warp(CLOAKED) Hidden Port0l#l 1,1,yuno,0,0 Quote
0 luizinhomt Posted April 1, 2024 Author Posted April 1, 2024 Sorry for the delay, I'll test it sometimes, I can't access Rathena's website when cloudfire loads, I don't know why. Thank you very much, I'll test it Quote
Question
luizinhomt
Good evening everyone, does anyone know a code so that when talking to the NPC they will ask for a password, if this password is correct it will open a portal to another location. thank you all
3 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.