S someonesay New member Messages 1 Points 0 Jul 23, 2016 #2 How to custom entrance portal in any map ? (color effect or etc) thank
Legend New member Messages 375 Points 0 Age 30 Location Heaven ♥ Github Legend95 Emulator Jul 23, 2016 #3 Sorry but im a bit confused, kindly elaborate more with your request
Ridley Community Administrator Messages 1,157 Points 0 Age 38 Location Germany Discord Ridley#5102 IRC Nickname Ridley Github ridley8819 Emulator Client Version 2019-03-22 Jul 23, 2016 #4 either do custom sprites, or maybe some scripted warps like Code: map,x,y,4 script Exit HIDDEN_NPC,{ OnInit: waitingroom "Exit" ,0; end; } map,x,y,0 script Prontera Warp#novi1 1_SHADOW_NPC,2,2,{ OnTouch: specialeffect2 EF_AGIUP2; specialeffect2 EF_JUMPBODY; sleep2 1000; warp "prontera", 156, 176; end; } Last edited by a moderator: Jul 23, 2016
either do custom sprites, or maybe some scripted warps like Code: map,x,y,4 script Exit HIDDEN_NPC,{ OnInit: waitingroom "Exit" ,0; end; } map,x,y,0 script Prontera Warp#novi1 1_SHADOW_NPC,2,2,{ OnTouch: specialeffect2 EF_AGIUP2; specialeffect2 EF_JUMPBODY; sleep2 1000; warp "prontera", 156, 176; end; }