• 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. Thaian Citizen

    Solved Linux - Error: undefined reference to `Tile::getHeight() const'

    so how would I check that/resolve that, I tried deleting, just left makefile.in and makefile.am there, because it wouldnt compile without.. after that it produced same error
  2. Thaian Citizen

    Solved Linux - Error: undefined reference to `Tile::getHeight() const'

    Nope :( I had it at uint32_t before, produced same error. Now even changed it back to that and tried again, still produces same error.. Im getting frustrated everything seems right, like its a false error ??...
  3. Thaian Citizen

    Solved Linux - Error: undefined reference to `Tile::getHeight() const'

    are you referring to RET_NOERROR? that can't be the reason, it is there
  4. Thaian Citizen

    Lua Issue with using an event to make a replica of rl tibia scarab coin script

    Do I got it right, you want the coin to disappear when the player isn't in the flame?
  5. Thaian Citizen

    Client convertor!

    I think you have to change your server to be able to listen to 8.6 client, then you use the 8.6 client for your server (you just keep the data and features from 8.0 and dont put the new ones from 8.6, only the ones you want) I think that is the way to go Best way is maybe take 8.6 server...
  6. Thaian Citizen

    Solved Linux - Error: undefined reference to `Tile::getHeight() const'

    Hello, when I try to compile I get the following error: But my function getHeight() is defined properly? Tile.cpp: int32_t Tile::getHeight() const { uint32_t height = 0; Item* iiItem = NULL; for(uint32_t i = 0; i < getThingCount(); ++i){ iiItem = __getThing(i)->getItem()...
  7. Thaian Citizen

    tech help-how to fix it?so i can watch my cam i made on this closed server

    Or just download the other client no hex edit needed ;) also if he would just hexedit to connect to another ip, the next thing would be that the client initializes an update or rejects the connection, i'm sure that wouldnt get him to watch the cam
  8. Thaian Citizen

    tech help-how to fix it?so i can watch my cam i made on this closed server

    Hmm, maybe it could work if you tried to play the cam with another server's client a server that uses the same client
  9. Thaian Citizen

    Solved Skill Quest error with Knight

    that error is easy just look for the missing end and write it there.. I can't because I don't have the full code to check the given line numbers
  10. Thaian Citizen

    Ban the user above you!

    Banned because you don't like essays.
  11. Thaian Citizen

    Problem With Database

    when you created the database you probably created a new user with it (same name) are you logged in as that user? if so you probably didnt give that user the right to edit stuff?
  12. Thaian Citizen

    Solved Skill Quest error with Knight

    Something like this should do the job.. elseif voc == 8 then stor = getPlayerStorageValue(cid,2357) if stor == -1 then local highest = "SKILL_CLUB" if getPlayerSkillLevel(cid, SKILL_SWORD) > getPlayerSkillLevel(cid, highest) then highest = "SKILL_SWORD"...
  13. Thaian Citizen

    Website Show Online Record / Paypal Blacklist ZNOTE15

    bump~ Anyone who can look up my last post about my ipn.php changes? And tell me if it works that way, or where exactly I have to execute that blacklist check. I would apply some try-and-fail method if it didn't involve sending cash over several times...
  14. Thaian Citizen

    Website Show Online Record / Paypal Blacklist ZNOTE15

    @53701688 I'm sorry for interrupting, but could you look over my latest "fix", if that is doing what I think it does?
  15. Thaian Citizen

    Website Show Online Record / Paypal Blacklist ZNOTE15

    Ok, I read into ipn.php again and also checked paypal developers to see how their system works ( https://developer.paypal.com/docs/classic/ipn/gs_IPN/ ) So according to what I read on the paypal site I thought at step 4 (bold) i should check if guy is blacklisted So I altered my script, it...
  16. Thaian Citizen

    Website Show Online Record / Paypal Blacklist ZNOTE15

    Yes, thank you very much, but the problem was more about where to exactly check for blacklisted guys, in my ipn.php? On the net I found someone saying they check in their online shop if someone is blacklisted and if so they refund him his payment- I thought I dont even wanna go that far - I...
  17. Thaian Citizen

    Website Show Online Record / Paypal Blacklist ZNOTE15

    It works with that znotes own function - thank you ! :) You seem to be very familiar with znote.. So you might be able to steer me into the right direction with this: I want to implement a blacklist for paypal, how can I do it? I would create a db that functions like a list of email adresses...
  18. Thaian Citizen

    An appeal to the Oldschool Community. [7.4-7.72]

    vanilla ice cream - in a cone... You can't satisfy all players or people in general, that's a life lesson: 50 % of the people want this - 50% of the people want that.... In today's world, this gets even more obscure: fully accessable media and globalization developed some kind of subconcious...
  19. Thaian Citizen

    Website Show Online Record / Paypal Blacklist ZNOTE15

    Hello, I am using znoteacc 1.5. I want my online list to show the online players. The output I get is always that there is no player record yet. Part of the site php: <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; //$record = mysql_query('SELECT * FROM...
  20. Thaian Citizen

    NPC MODULES ERROR: attempt to index a function value: getSpectators

    Well yea I think the same, but it seems there are no more ressources and stuff for that, must be too outdated... Guess I have to take the bite and reveserse to othire standard and code the spell selling part on my own ..
Back
Top