Jump to content

Dynasty

Members
  • Posts

    151
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Dynasty's post in What is Iteminfo.lua / iteminfo.lub was marked as the answer   
    use tortoise svn for download this : http://subversion.assembla.com/svn/ClientSide/Lua_Project/
  2. Dynasty's post in HELP ME WITH THIS SCRIPT ANYONE? was marked as the answer   
    - script Anti-bot -1,{ OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer3600000: OnPCLoadMapEvent: getmapxy(@map$,@x,@y,0); if(strcharinfo(3) == @map$){ setmapflag .Map$,mf_loadevent; dispbottom "This is only to find out if you're a BOT"; atcommand "@battleignore"; atcommand "@adjgroup -1"+strcharinfo(0); atcommand "@option 2"; sc_start SC_FREEZE,10000000,1; sc_start SC_HIDE,10000000,1; mes "Please Enter Red Color Key in the Code..."; set .Code,rand(1000,99999); mes "^0000FF"+rand(1,9999)+"^FF0000"+.Code+"^0000FF"+rand(1,9999)+"^000000"; input @Code; if( @Code != .Code ){ stopnpctimer; detachnpctimer; atcommand "@kick "+strcharinfo(0); } else { atcommand "@battleignore"; atcommand "@option 0"; sc_end SC_FREEZE; sc_end SC_HIDE; dispbottom "Sorry for INTERRUPTING you, Thank You!"; stopnpctimer; initnpctimer; } close; } end; }  well.. if im not wrong.. i can do it like this and both labels will run properly .-.
    OnTimer3600000: OnPCLoadMapEvent: Warp to the MAP and then Anti-Bot show.. (input the right code and done..) [ready, please try it]
    After 1 Hour the Anti-Bot show again.. (input again) [ready, please try it]
     
    Only my point of view:
    sometimes this tipe of anti-bots system could be annoying for the players. 
  3. Dynasty's post in chatroom help was marked as the answer   
    take it
    farm_zone.txt
  4. Dynasty's post in Achievement system i need a idea was marked as the answer   
    bum -w-
  5. Dynasty's post in Help about Max Level Ranking was marked as the answer   
    Well you know that is not 100% solved and if anybody reach the max lvl the npc will show you the rank anyway but i going to see how i can make it...

    maybe it work
     
    change this
      if($Rank$ != "") {             mes "No one reached the maximum level yet";             close;         } for that
    query_sql "SELECT `base_level` FROM char WHERE `base_level` = `99`", .@acclvl;         if (.@acclvl==.MaxLvl) {             mes "No one reached the maximum level yet";             close         } It only work if you run sql tables
  6. Dynasty's post in each event start after 2 hr of gap was marked as the answer   
    ooohhhh... so those event will start 2 times each day... if is like that 
    Dice.txt
    disguise.txt
    mushroom_event.txt
    RFYL.txt
    RND.txt
    Royal Rumbel.txt
×
×
  • Create New...