Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/17/23 in all areas

  1. Why don't you simply try it before asking if it works? Everything inside the {} works like in any other script. So of course you can simply chain commands after each other.
    1 point
  2. You can use a floting npc. The npc doesn't need to be visible. You als should call the code using the OnInit label, so you don't have to call it manually. - script TestBonus FAKE_NPC,{ OnInit: setarray(.@itemIds[0], 440008, 1102); // ประกาศอาร์เรย์ itemIds ขนาด 2 for (.@i = 0; .@i < getarraysize(.@itemIds); .@i++) setitemscript(.@itemIds[.@i], "{ bonus(bMaxHP, 100000); }"); }
    1 point
  3. Version 2.1.1

    687 downloads

    Hey there, all of necessarry info i already mentioned in project releases topic here: I'm adding this to downloads section so everyone can find it here. I had to divide .zip file into 3 files since here is restricted size 30MB for one file. Enjoy.
    Free
    1 point
×
×
  • Create New...