Jump to content

Leaderboard

Popular Content

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

  1. New Config Structure For private channel creation private_channel: { allow: true // (bool) Allow playerto create own channel? color: "Default" // (string) Default color, see colors delay: 1000 // (int) Chat delay for each member max_member: 1000 // (int) Max member self_notif: true // (bool) Show message when you enter or leave the channel join_notif: false // (bool) Show message when player joined the channel leave_notif: false // (bool) Show message when player left the channel /* Moderation feature for channel owner, allowed to: */ ban: true // (bool) Ban player kick: true // (bool) Kick player color_override: false // (bool) Player allow color override for private channel change_delay: false // (bool) Change allow to change channel dealy } For public, ally, and map channel default configs. { name: "#channel" // (string) Channel name password: "" // (string) Password alias: "[Channel]" // (string) Message from this channel will be displayed with this name instead the channel name color: "Default" // (string) Color for this channel type: "CHAN_TYPE_PUBLIC" // (string) Channel type: CHAN_TYPE_PUBLIC, CHAN_TYPE_ALLY, CHAN_TYPE_MAP autojoin: false // (bool) Player will auto join channel delay: 1000 // (int) Chat delay for each player leave: true // (bool) Player is allowed to leave the channel chat: true // (bool) Player is allowed to chat on this channel color_override: false // (bool) Override channel color with personal color self_notif: true // (bool) Show message when you enter or leave the channel join_notif: false // (bool) Show message when player joined the channel leave_notif: false // (bool) Show message when player left the channel groupid: (0,..,99) // (list,int) Only player with there group ids allowed to join. Group with 'channel_admin' always can enter the channel. /// All values above are default settings }, // Use comma if followed by other channel New Script Commands! Just read it here Try it now for FREE! Main branch Changes (against my fork master) Diff file Patch file Want try mine? If you're asking how I test this change, I'll leave you link of my config file and the test NPCs here. Screenies... Just one here, better you experience it yourself
    1 point
  2. $150 for the basic - check integrity memory of code section(game EXE) - check integrity of game exe - check integrity of dll in the client folder - encryption of network packets with dynamic key - protection against dll injection - protection against WPE/RPE/OpenKore - opportunity to get unique ID of player(based not on MAC) - opportunity to block player by unique ID - prevent run on virtual machines - search launched cheat software(OllyDbg, Cheat Engine, PotND, meth4u, xRag, xLike and other) - works with the last version of RCX - generates crash log and for additional features.. - prevent emulation of mouse and keyboard (35$) - prevent use nodelay (35$) - prevent redefinition resouces in grf (35$) It is additional module which loads special GRF after loading GRFs from the DATA.INI. Gepard calculates hash of this GRF and send to the server. On the server side you can set legit hash. To this GRF you can put resources which you don't allow to override. For example sprites of the character. Gepard prevents attempts to load GRFs after loading special GRF. You can add him in skype. ( functor.x )
    1 point
×
×
  • Create New...