• 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!

Recent content by doggi

  1. doggi

    setplayerlevel

    so any ideas how to get this? doPlayerAddExp(cid, -getPlayerExperience(cid)) doPlayerAddExp(cid, [exp read from database]) this thing would give defalut exp for player =// halp plax i don't know how db. functions works ;s
  2. doggi

    setplayerlevel

    i want to set player lvl and exp from my database how to do that? if i use getplayerexperience(cid)~ it will get current experience not that from my sqlite database (characters are not saving so it's always same lvl)
  3. doggi

    Exp adding in lua

    does it's possible to remove a backpack(with itens in it) from eq and then execute my firstitems creatureevent whether i need to copy firstitens code into my script
  4. doggi

    Exp adding in lua

    omg i got so owned =/ thanks and will you tell me how can i give exp to every player who hit ? ok thanks
  5. doggi

    Exp adding in lua

    @up you didn't answer my question (anyway: you are my GOD! u ROX THANKS +++++) Also I have problem with my formula. Does some1 see the bug here? Cuz while starting .exe it sayz ')' expected near ',' ;o in this line doPlayerAddExperience(mostDamageKiller...
  6. doggi

    Exp adding in lua

    I want to add experience to every player who hit the target so what should i add in function cuz i don't know what are the posibilities function onKillPlayer(cid, lastHitKiller, mostDamageKiller, ?)
  7. doggi

    [8.42] The War Server v1.2

    Keraxel as a father of this server you could tell us how to make normal exp ;d and help me with those items i am not good in lua
  8. doggi

    firstitems code

    Now my script looks: function onLogin(cid) if getPlayerStorageValue(cid, 300) == -1 then vargotitens = getPlayerVocation(cid) end if vargotitens == 5 then doPlayerAddItem(cid, 2365, 1) -- bp doPlayerAddItem(cid, 2305, 20) -- ff doPlayerAddItem(cid, 2261, 20) -- destroy...
  9. doggi

    [8.42] The War Server v1.2

    How to make a normal exp gain for players sice in the serc only last one gets lvl and how to make normal death for players i mean disable this teleports ;o
  10. doggi

    firstitems code

    is there any way to reduce this script with locals.. cuz it's ~ 300 lines of code for 1 character ;/
  11. doggi

    firstitems code

    I want to give players items at start but the code seems to be wrong. Code: function onLogin(cid) if getPlayerVocation(cid) == 5 then doPlayerAddItem(cid, 2261, 20) -- destroy doPlayerAddItem(cid, 2273, 80) -- uh doPlayerAddItem(cid, 2305, 20) -- ff...
  12. doggi

    [8.4 - SQL] Forgotten Server by Hugo with makePlayers and Players by JigSaw

    can i make a backpack of backpacks of runes with ur tool? cuz i tried to figure out but it didn't work
  13. doggi

    [Germany] pvp-e world war 8.4

    updated to yalahar map
  14. doggi

    [Germany] pvp-e world war 8.4

    bump bump bump
  15. doggi

    [Germany] pvp-e world war 8.4

    bumpzor yes yes
Back
Top