• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. xxgoosexx

    Hex for 8.5

    If these do not work, let me know. I have not personally tested I am not responsible for you getting banned or damage to client, use at own risk Useful Tools Hex Editor http://www.handshake.de/user/chmaas/delphi/download/xvi32.zip Debugger http://www.ollydbg.de/odbg110.zip Debugger If...
  2. xxgoosexx

    Hex for 8.42

    If these do not work, let me know. I have not personally tested I am not responsible for you getting banned or damage to client, use at own risk Useful Tools Hex Editor http://www.handshake.de/user/chmaas/delphi/download/xvi32.zip Debugger http://www.ollydbg.de/odbg110.zip Debugger If For...
  3. xxgoosexx

    HEX for 8.41

    I will keep this updated as newer versions come out Useful Tools Hex Editor http://www.handshake.de/user/chmaas/delphi/download/xvi32.zip Debugger http://www.ollydbg.de/odbg110.zip Debugger If For Finding Memory Addresses ETC / For Hardcore Editting Use Ctrl+G to find the Memory Addresses...
  4. xxgoosexx

    TalkAction Some LUASQL [0.2] and LUA with database [0.3] scripts

    These were tested on TFS 0.2, and should work, i'd recommend saving server before using tho just incase, and post comments and problems here. The Scripts at the bottom have been tested to work with TFS 0.3 (still converting some from 0.2 to 0.3 so be patient) Shows Online Players in ABC...
  5. xxgoosexx

    Feature Loot Channel

    Something I like to use because I am too lazy to open corpses. Nothing too hard that a decent coder couldn't have done. Basically just the broadcastPartyLoot function from SVN changed into broadcastPlayerLoot and a new channel created..anyways here it goes..(Works for both 0.2 and 0.3 TFS)...
  6. xxgoosexx

    Items losing special description

    is there anyway around a stackable item, such as assassin stars or other ammo, losing their editted attack or special description when placed on the ground or moving into backpack?
  7. xxgoosexx

    HEX for 8.4

    I will keep this updated as newer versions come out Not Sure if Light Hack is working or not Useful Tools Hex Editor http://www.handshake.de/user/chmaas/delphi/download/xvi32.zip Debugger http://www.ollydbg.de/odbg110.zip Debugger If For Finding Memory Addresses ETC / For Hardcore...
  8. xxgoosexx

    Some 8.31 HEX

    Light Hack: $E48B9 73 to 90 $E48BA 05 to 90 $E48BC 80 to FF Invisible: $5E283 to EB $EB3D5 to EB MC: $105894 to EB LCW: $11A257 to EB Account Data Warning: $2374C to 90 $2374D to 90 $2387C to 90 $2387D to 90
  9. xxgoosexx

    TalkAction Enchant Gems

    local egem = {7759,7760,7761,7762} local gems = {2146,2147,2149,2150} function onSay(cid, words, param) if string.find(param," ",string.find(param,"[ice,fire,earth,energy]")+1) ~= nil then etype = string.sub(param,0,string.find(param," ")-1) amount =...
  10. xxgoosexx

    NPC Engraving NPC

    FIXED BUG Noob setup but it works - teleports player into room so no one can mess with them, then player puts item on basin, and then says what they want engraved then the item is engraved and the player is tp'd back out. could use alot of work but meh enjoy, comment, etc...
  11. xxgoosexx

    TalkAction Easy Mute Command

    --Adam 2008 --Goosio OT local condition = createConditionObject(CONDITION_MUTED) setConditionParam(condition, CONDITION_PARAM_TICKS, 10*1000) -- 10*1000 is 10 seconds. function onSay(cid, words, param) player = getPlayerByName(param) if getPlayerGroupId(cid) > 2 then if player >...
Back
Top