Jump to content

Joseph

Members
  • Posts

    341
  • Joined

  • Last visited

Everything posted by Joseph

  1. I wish I have the courage!

  2. Can I see your item script? I think it should be like this: 6010,Pickaxe,Pickaxe,4,10,,10,10,,1,0,0xFFFFFFFF,7,0,34,0,0,0,0,{ callfunc "Minner",0; set @i$,"Minnerx::OnDo"; autobonus "{ doevent @i$; }",10000,1,BF_WEAPON; },{},{callfunc "Minner",2;}
  3. Joseph

    Question

    Try this: OnInit: setcell "amatsu",0,0,360,360,cell_novending,1; setcell "amatsu",100,157,110,157,cell_novending,0;
  4. map,x,y,z script NPC_Name Sprite,{ //Your Script Here end; OnClock1300: enablenpc strnpcinfo(0); end; OnClock1600: disablenpc strnpcinfo(0); end; OnInit: if (gettime(3) >= 13 && gettime(3) < 16) enablenpc strnpcinfo(0); disablenpc strnpcinfo(0); end; }
  5. This can be used as well: bonus2 bSubRace,RC_DemiHuman,5;
×
×
  • Create New...