• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. UpInSmoke

    Linux Segmentation fault (core dumped) - Map Loading

    I can imagine youll want to compile it yourself so here ya go: http://speedy*****malware.localhost/d2Xs4/cryingdamson-0.3.6-8.60-V8.2-Source.rar also not sure but i find it helps if i use laatido on my server, just an idea :)
  2. UpInSmoke

    Solved % Of mana and hp

    did you compile the DEV file? thats the only thing i can think of why there is .o files... anyways the protocolgame.cpp will be outside of your dev-cpp folder, depending on the truck i guess they all might be alittle different but it should be right in the folder when you open up the truck...
  3. UpInSmoke

    Solved Teleporting Tiles

    simple here: local level = 100 local pos = {x=,y=,z=} function onStepIn(cid, item, position, fromPosition) if getPlayerLevel(cid) >= level then doTeleportThing(cid, pos) else doPlayerSendCancel(cid, "Sorry you need to be level "..level.." to enter.") end end
  4. UpInSmoke

    Solved Cant login on global ip

    So i have ran servers before and recently on this computer also. Now i dont want this to get deleted cause it 'could' be support for private SVN or not, also people are really slow at helping in the premium section i find .. so the problem is i can log in easily with my localhost, but not with...
  5. UpInSmoke

    [Compiling] How to compile TFS in MSVC under Windows 64-bit

    http://otland.net/threads/compiling-tfs-simple-tutorial-for-beginners.197474/
  6. UpInSmoke

    (USA) Real-War 8.60

    looks good!
  7. UpInSmoke

    Auto Looter Money

    you deleting this part is the reason its giving that error if (corpse ~= -1) and isContainer(corpse) and (getItemAttribute(corpse, "corpseowner") == cid) then ^the code after this if then statement scans the corpse
  8. UpInSmoke

    Need help with mana rune for pally

    local kerd = { mana_min = (level * 5) + (mlevel * 3) - 55, mana_max = (level * 6) + (mlevel * 8), health_min = (level * 5) + (mlevel * 3) - 55, health_max = (level * 6) + (mlevel * 8), } function onUse (cid, item, fromPosition, itemEx, toPosition) local level = getPlayerLevel(cid)...
  9. UpInSmoke

    Auto Looter Money

    This is true and i know that but i was also saying it could be used to send previous money in your bp to bank also, not just the money looted from the monster once it was activated. say you were carrying money prior to killing the monster it wouldnt send that; this could be a bonus/a non bonus...
  10. UpInSmoke

    Auto Looter Money

    maybe you should read the OP. He wants the money to go to the bank, not auto stack into his inventory. Also with a global event the player could turn it on anywhere he is with a talkaction, sending anything he previously had in his inventory to the bank; therefore any 'scripter' wouldnt go for...
  11. UpInSmoke

    Solved Sever crashes on startup

    what distro are you using?
  12. UpInSmoke

    [9.81+] EvoRPG v4, Lots of fixes

    Havent had a chance to test but great work
  13. UpInSmoke

    Lua Npc System

    try re compiling an already compiled 10.1 from here http://otland.net/f249/martyx-compiling-thread-161747/
  14. UpInSmoke

    Auto Looter Money

    and how exactly do you plan on checking the monsters loot onKill? a globalevent you could simply send all money in playerss backpack to dp and he can disable / enable it with talkaction
  15. UpInSmoke

    Auto Looter Money

    should be easy to make with a globalevent ill work on it in the morning
  16. UpInSmoke

    max hp/mana/level bar

    bump
  17. UpInSmoke

    Compiling TFS simple tutorial for beginners

    I hope so, more then happy to give back to such an amazing community :)
  18. UpInSmoke

    Compiling Error Compiling

    clearly you have set up the linker wrong. You have to link boost_1_53_0, lib64 and library64 check out my compiling tutorial Felipe has already posted it in this page
  19. UpInSmoke

    [Compiling] [WINDOWS] How to set up a compiler [Noob friendly] [Tutorial]

    for this type of compiling everyone will need to use this dll pack i put together: dll files.zip - Speedy Share - upload your files here at OP please put this link in the main post so people can see it easier
  20. UpInSmoke

    Compiling TFS simple tutorial for beginners

    hope it works for all of you :)
Back
Top