• 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. vingo

    Drops item with bless

    Ah, They had 31 in phpmyadmin I changed it so it gives 6 blesses up to level 70 which means they have 100% protection I guess. But how do i add in !bless command so they get all blessings aswell?
  2. vingo

    Drops item with bless

    It says 32 if (!lastHitPlayer || blessings < 32) { if (lastHitPlayer) { bitset.reset(5); blessings = bitset.to_ulong(); } else { blessings = 32; } } else { blessings = 0...
  3. vingo

    Drops item with bless

    up
  4. vingo

    Drops item with bless

    here is talkaction function onSay(cid, words, param) local cost = getBlessingsCost(getPlayerLevel(cid)) if (isPlayerPzLocked(cid) == FALSE) then if (getPlayerBlessing(cid, 1) and getPlayerBlessing(cid, 2) and getPlayerBlessing(cid, 3) and getPlayerBlessing(cid, 4) and...
  5. vingo

    Drops item with bless

    Malformed number near 70function
  6. vingo

    Drops item with bless

    That code crashed my server
  7. vingo

    Drops item with bless

    Still drops items, I think its in sources https://github.com/otland/forgottenserver/commit/3987c508bd0f3204262aa9a91dc424c7bec2a1a4
  8. vingo

    Drops item with bless

    well, I have automatic bless to level 70, local freeBlessMaxLevel = 70 function onLogin(cid) if(getPlayerLevel(cid) <= freeBlessMaxLevel and not getPlayerBlessing(cid,1)) then for b=1, 5 do doPlayerAddBlessing(cid, b) end doCreatureSay(cid, 'You got free...
  9. vingo

    Drops item with bless

    Im using TFS 1.0, MarkSamman forgottenserver from github, but people are dropping items when dying with bless, why is this?
  10. vingo

    [GESIOR2012] Houses auctions on WWW for TFS 1.0

    :P I just changed from last_bid to bid and it shows the current highest bid on all auctioned houses, which to me is more realistic
  11. vingo

    [Sweden] Ruthina | Realmap | 10.37 |

    Nice work with the Mortal kombat arena, really dig it Server stable aswell and I like your countdown to server save, its cute lol haha
  12. vingo

    [GESIOR2012] Houses auctions on WWW for TFS 1.0

    But, lets say I want it to show the real highest bid directly?
  13. vingo

    [GESIOR2012] Houses auctions on WWW for TFS 1.0

    Problem. Player bids, It says "The house is currently being auctioned. The highest bid so far is 11111 gold and has been submitted by Torek. Auction will end at Mar 28 2014, 18:31:39" Someone else bids it still says Torek is bidding I have 600k on my bank balance and max bid is 11k I bid...
  14. vingo

    lua - npc script lugri

    I cant talk to banshee queen at all, do I need to make quest before I can? I remove that if getplayerstorage line and still doesnt work up bu,p up
  15. vingo

    lua - npc script lugri

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  16. vingo

    lua - npc script lugri

    So i just change the numbers to like - talkstate 1 for shield 2 for dsm 3 for c legs? Nice thanks ! I fixed it But isnt Lugri supposed to give me head aswell if I bring 100 holy orchids? nvm this is queen of banshees
  17. vingo

    lua - npc script lugri

    giving this a quick bump
  18. vingo

    Linux GetplayerCast talkaction

    Well, If I use !leavehouse ingame it crashes so im guessing thats enough to know that it bugs it but nvm, Im using biding on website for houses now
  19. vingo

    Linux item const error

    Unfortunatly I do not haha but thanks mate for atleast getting me one step closer.
  20. vingo

    Linux item const error

    Is there any possibility that is has something to do with my OT data content?
Back
Top