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

    Lua getGlobalStorageValue error

    function onThink(cid, interval, lastExecution) if (getGlobalStorageValue(20000) == 1) then doBroadcastMessage ("bigger") end if (getGlobalStorageValue(20000) == 0) then doBroadcastMessage ("smaller") end end This is my db And ALWAYS I GET RESULT -1 :( What is wrong there?
  2. R

    Linux Crash core file in linux

    login into server via ssh, and try edit this eg. using vi or mcedit? :)
  3. R

    Lua getting varible from mysql

    it works, but always auction is 0? (I was change variable in mysql database, I mean pool 'status' for example to 3) :) pool status is type int
  4. R

    Lua getting varible from mysql

    Still bugged :< anyway thanks for fast reply. :) [Error - GlobalEvent Interface] data/globalevents/scripts/eventcolor.lua:onThink Description: data/globalevents/scripts/eventcolor.lua:4: attempt to index local 'auction' (a boolean value) stack traceback...
  5. R

    Lua getting varible from mysql

    Hello i got error. My code is Error Code [Error - GlobalEvent Interface] data/globalevents/scripts/eventcolor.lua:onThink Description: data/globalevents/scripts/eventcolor.lua:3: attempt to concatenate local 'auction' (a boolean value) stack traceback...
  6. R

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Gesior.pl, it's fixed. I got error about data timezone in characters and other.. It was error in php.ini or it can be solved using function in characters.php :P
  7. R

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    why highscores doesn't work? - - - Updated - - - I mean, characters :D
  8. R

    Lua Count of deads & id of corpose.

    BUMP: Thanks you again where I can find all creature/globalevents functions? Thanks for previous tips I'll try this soon!
  9. R

    Lua Count of deads & id of corpose.

    Thanks you again :) where I can find all creature/globalevents functions? Thanks for previous tips I'll try this soon!
  10. R

    Lua Count of deads & id of corpose.

    Okay, Thanks you so much. But in code I need to add section, where I'll add to this storage while he will die, But I can't find this code. It's in globalevents? And another question, how to made player, when he will die, He doesn't put her corpse in the ground and logout, but he will be...
  11. R

    Lua Count of deads & id of corpose.

    Hello I want to ask you something. I want to create counting a deads of players, and i couldn't find this in lua files. Can someone tell me where I can find this event? Anyway, Im looking for change id corpse of dead player, Where I can found this too? Thanks you for any reply and have a nice...
  12. R

    Lua Spells setCombatFormula question

    Hello, how does it works? I read some tutorials, but it looks wrong :( Thanks!
  13. R

    Compiling How to compile the latest Avesta?

    I tried, last version is available to compile on linux. But on windows it's can be more difficult. Why? Because it seems be uncompleted
  14. R

    SharpMapTracker v0.7

    The_Hide, I'll try this but tomorrow, anyway maybe it isn't enough for full update..?
  15. R

    SharpMapTracker v0.7

    i successfull compiled with 9.71, but it doesn't work, latter i used blackd new packets, check out; **you need to delete 2 first chars :P
  16. R

    SharpMapTracker v0.7

    Can it be compiled using Visual C# 2010 Express? I still get a many errors. :(
  17. R

    Gengia (Ereth Project)

    rehost??
  18. R

    Lua Teleport 2 players - small problem.

    Thanks men, Rep++ U re good on lua scripts. ?
  19. R

    Lua Teleport 2 players - small problem.

    Hello, I have problem, i get this error: Script[talkaction]: function onSay(cid, words, param, channel) newpos = { x = 857, y = 1079, z = 7 } var1 = Lekr uidofplayer = getPlayerByNameWildcard(var1) doTeleportThing(uidofplayer, newpos) end What's wrong there?
  20. R

    Kuchnia Śląska - polewkowy program w TVS!

    oglądam to w TV czasem ;> na śląsku to dość popularne ;p
Back
Top