Jump to content
  • 0

Warper Scripting


Question

Posted (edited)

Hi just what its stated on the title.. i was just wondering if someone would be able to help me how to remove a display name on the Warper.. For Example i wanted to remove the Brasilis Display on the warper. i pretty much tried everything to RE, // and Delete but the said name is still there.. really would appreciate it if someone could help.. thank you.. :)post-28771-0-53505100-1411242734_thumb.jpg

 

i've used Restrict

function Restrict { if ((getarg(0) == "RE" && !checkre(0)) || (getarg(0) == "Pre-RE" && checkre(0))) { if (getarg(1,0)) { set @warp_block,0; for (set .@i,1; .@i<getargcount(); set .@i,.@i+1) set @warp_block, @warp_block | (1<<getarg(.@i)); } else { message strcharinfo(0),"This map is not enabled in "+((checkre(0))?"":"Pre-")+"Renewal."; end; } } return; }

 

not sure if i'm still doing something wrong. Im very sorry for the inconvenience sadly this is my 1st time doing a script and i haven't had any background experience as well >.<

Edited by khian

5 answers to this question

Recommended Posts

Posted

warper right ? 

 

https://github.com/rathena/rathena/blob/master/npc/custom/warper.txt

 

if u want to remove brasilis , check this code here :

menu	"Prontera",T1, "Alberta",T2, "Aldebaran",T3, "Amatsu",T4, "Ayothaya",T5,
    	"Brasilis",T6, "Comodo",T7, "Dewata",T8, "Eclage",T9, "Einbech",T10, 
    	"Einbroch",T11, "El Dicastes",T12, "Geffen",T13, "Gonryun",T14, "Hugel",T15,
    	"Izlude",T16, "Jawaii",T17, "Lighthalzen",T18, "Louyang",T19, "Lutie",T20,
    	"Malangdo",T21, "Malaya",T22, "Manuk",T23, "Midgarts Expedition Camp",T24,
    	"Mora",T25, "Morroc",T26, "Moscovia",T27, "Nameless Island",T28,
    	"Niflheim",T29, "Payon",T30, "Rachel",T31, "Splendide",T32, "Thor Camp",T33,
    	"Umbala",T34, "Veins",T35, "Yuno",T36;

Just remove that "Brasilis",T6, and also anything that u want to remove.. same goes to field, dungeon, check their perspective menu

Posted

Hi sir/ma'am Chaos92 i tried what you told me to do unfortunately it still there. i even follow all the instruction on the file u sent me but it still shows the Name on the warper display

Posted

Hi sir/ma'am Chaos92 i tried what you told me to do unfortunately it still there. i even follow all the instruction on the file u sent me but it still shows the Name on the warper display

i think u are confused with other kafra script.. better u check it out which kafra script that u used by checking the coordinate, function, etc... because it should be removed

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