Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/29/20 in all areas

  1. Here - script InvisibleOnLoadEvent -1,{ OnPCLoadMap: mes "This is me when you use loadmap event"; next; mes "Ok lets do some checking"; next; if ( getgmlevel() >= 1 ) goto L_Notice; mes "You are normal player thats why you reading this"; end; L_Notice: mes "Your group id is greater than 1 so you are a GM and GM are now allowed here"; mes "Now you see how i pass the condition to warp you if you are not gm"; next; warp geffen,x,y; end; } prontera mapflag loadmap Once a char warp or load the prontera its either GM or Player he/she will go for checking
    1 point
  2. This might help. You just need to modify it.
    1 point
  3. this script is just super old ... when this script was freshly made version 1.0, 3rd job wasn't even release yet (year 2009) there is a get-around, by using level range + job restriction, since 3rd job is always level > 99 the sample quest log script was made way back during eathena period, so rathena should support up 0.3 I guess version 1.0 and above is just hercules about the daily quest ... although its custom, but *setquest with adjustable time limit is official I think rathena will get to it eventually after convert quest_db.txt into YAML format...
    1 point
  4. that's one of my old bad habit, forgot to enclose bitmask check into bracket https://github.com/AnnieRuru/Release/blob/master/scripts/Quest %26 Shops/Mission Board/mission_board_r2.6.txt
    1 point
  5. Found it @ data/luafiles514/lua files/datainfo/titletable.lub
    1 point
×
×
  • Create New...