Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/15/17 in all areas

  1. if u are creating sqls from scratch, yes
    1 point
  2. Update to 09-15-2017. WARNING Backup first and use a test server if stable, Note : Update for newer GIT NO (bug fix and add on). version 1.9.5 (09-15-2017).diff
    1 point
  3. did you diff your client to read the translated lua files? :))
    1 point
  4. kung donate item meaning NPC tama? then mas madali ito kailangan mo: makikita mo dyan example pero kung gusto mo random drop ng monster OnNPCKillEvent: gagamitin mo.
    1 point
  5. when you assign a reward you have the option to choose gepard protection if you didn't chose it then when the player get the reword the script wont check for gepard the gepard check only work if you did choose gepard from the npc add menu
    1 point
  6. *pcblockmove <id>,<option>; *unitblockmove <id>,<option>; Prevents the given GID from moving when the option is 1, and enables the ID to move again when the option is 0. This command will run for the attached unit if the given GID is zero. Examples: // Prevents the current char from moving away. pcblockmove getcharid(3),1; // Enables the current char to move again. pcblockmove getcharid(3),0;
    1 point
  7. - script ItemCheck -1,{ OnPCLoadMapEvent: getmapxy(.@map$,.@mapx,.@mapy,0); if(.@map$!="prt_fild01") end; if(strcharinfo(3) == .@map$){ if(countitem(.item)){ mes "You have "+getitemname(.item)+" in your inventory."; next; mes "This is not allowed in this map"; warp "prontera",255,55; } else { addtimer(1000 * .time), ("ItemCheck")+"::OnPCLoadMapEvent"; } } OnInit: .item = 12345; .time = 3; end; } prt_fild01 mapflag loadevent
    1 point
  8. Since client 13-09-2017aRagexe.exe, the actually itemInfo.lub-itemInfo_true.lub dont work Its necessary add the new line costume. And change the order at create iteminfo.lua = its necessary upgrade itemconvert.
    1 point
×
×
  • Create New...