Jump to content

Leaderboard

Popular Content

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

  1. Dunno what your problem may be, but at least there is a missing end; and because you're using mes you have to finalize the dialog with close;. - script AntiCheat -1,{ OnPCLoginEvent: if(getgmlevel() > 50) //GM Excemption end; if (readparam(bStr) > 99 || readparam(bAgi) > 99 || readparam(bVit) > 99 || readparam(bInt) > 99 || readparam(bDex) > 99 || readparam(bLuk) > 99){ mes "[^FF0000Anti Cheat System^000000]"; mes "We have detected you having stats over the limit. You will be disconnected shortly. If this is an error please contact the Game Master immediately."; sleep2 8000; // 8 Seconds delay atcommand "@block "+strcharinfo(0); announce strcharinfo(0) + " , You have been banned for having edited stats. Thank you for playing Medan Ragnarok Online.",0; close; } end; }
    1 point
  2. 1 point
  3. Hi community, can someone help me with these problems on my server : Problem 1 : The Asura DMG is too low and the skill_damage_db doesn't work... We already changed all the things in src and also compile... Problem 2 : Soul Breaker bypasses Pneuma... Problem 3 : HP from LK und Pala are too low... How to change it? Thank you very much for your help and sorry for my bad english!
    1 point
  4. All patches changed with the new exe since Gravity use vc10 instead vc9 before News patches Enable DNS support Use SSO login packet for all langtype (fix langtype issues) Change Packet Encryption Keys Big thanks to NeoMind and Yommy for the help they provided to me
    1 point
  5. Change by this way is a very big mistake !!!!!!! You just have to update the file msgstringtable.txt
    1 point
  6. Hi Shakto, There is missing in the client translation in creating a player. (see image) to change this, search in Hex Value 4E4F204D5347 and replace it with 437265617465. (see image below)
    1 point
  7. Unix shell : find . -name "*.lua" -exec rename .lua .lub {} \; Dos batch : for /f "tokens=* delims= " %a in ('dir /b /ad /s') do rename "%a\*.lua" "*.lub" or rename *.lua *.lub
    1 point
×
×
  • Create New...