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

    Zaypay style?

    Here on Otland, by Stian. :)
  2. Majeski20

    Zaypay style?

    Still nothing :( <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf8"> <title>Zaypay Payment</title> <link href="./style.css" media="screen"...
  3. Majeski20

    Zaypay style?

    Oh yeah. But what should i change, i can't find anything with color here? :S html, body { margin:0; padding:0;} body { font: 11px/16px "Lucida Grande", Verdana, sans-serif; } h1 { font-size: 14px; } h2 { font-size: 13px; } div#container { width: 500px; height: 300px; margin: 0 auto...
  4. Majeski20

    Zaypay style?

    Style.css? But then i would change every single page to that colour :S?
  5. Majeski20

    Zaypay style?

    Hello guys! :w00t: I've finally got the zaypay script to work. But since i have a darker layout the text gets abit invisible.. like this: Can i change that somewhere? Thanks :)
  6. Majeski20

    Lua Skill Scroll Advance Bug!

    bump
  7. Majeski20

    Lua Skill Scroll Advance Bug!

    function onUse(cid, item) return doPlayerAddSkill(cid, SKILL_SWORD, 2) and doRemoveItem(item.uid, 1) end I dont see any difference
  8. Majeski20

    Lua Skill Scroll Advance Bug!

    Yea actually it works, but not rly as i would like it to work. this is it: Skill 59 and 50% before i use the scroll. Skill 60 is after i use the scroll. Skill 60 and 50% is as it should be. Can it be fixed?
  9. Majeski20

    Lua Skill Scroll Advance Bug!

    bumpish
  10. Majeski20

    Lua Skill Scroll Advance Bug!

    Hello, i've been searching and trying to solve this problem for 2 days now but its impossible! (for me).. This is the problem -> I want a skill scroll to add -> 1 <- skill level, not %. Like it is when you are using for example Paladin armor, then your distance skill raises with exacly 1 level...
  11. Majeski20

    Lua Skill scroll error

    Seriosly, still adds to much levels. Look :S 15:29 You advanced in axe fighting [11]. 15:29 You advanced in axe fighting [12]. 15:29 You advanced in axe fighting [13]. 15:29 You advanced in axe fighting [14]. 15:29 You advanced in axe fighting [15]. 15:29 You advanced in axe fighting [16]...
  12. Majeski20

    Lua Skill scroll error

    Damn, this error appears: [Error - Action Interface] data/actions/scripts/swordscroll.lua:onUse Description: data/actions/scripts/swordscroll.lua:7: attempt to call global 'reqTries' (a nil value) stack traceback: data/actions/scripts/swordscroll.lua:7: in function <data/actions/script...
  13. Majeski20

    Lua Skill scroll error

    I used it and advanced from axe fighting 10 to 27 :S!?
  14. Majeski20

    Lua Skill scroll error

    Nope, damn why would this be so difficult :/
  15. Majeski20

    Lua Skill scroll error

    Now i couldnt use the paper, nothing happens
  16. Majeski20

    Lua Skill scroll error

    function onUse(cid, item, fromPosition) doPlayerAddSkill(cid, sword, amount == 1) -- You can change axe to w/e end return true end 0.3.6 if thats what u mean.
  17. Majeski20

    Lua Skill scroll error

    Okay now im getting this error [Error - Action Interface] data/actions/scripts/swordscroll.lua:onUse Description: data/lib/050-function.lua:368: 'for' limit must be a number stack traceback: data/lib/050-function.lua:368: in function 'doPlayerAddSkill'...
  18. Majeski20

    Lua Skill scroll error

    Hello! I need help with this script. Its a skill scroll, but im getting this error, i dont know how to fix it cuz im not a scripter.. :/ [Error - LuaScriptInterface::loadFile] data/actions/scripts/swordscroll.lua:2: ' )' expected near '=' [Warning - Event::loadScript] Cannot load script...
  19. Majeski20

    [Requesting] Working Skill Scroll

    Error :o [Error - LuaScriptInterface::loadFile] data/actions/scripts/swordscroll.lua:2: ' )' expected near '=' [Warning - Event::loadScript] Cannot load script (data/actions/scripts/swordscro ll.lua) data/actions/scripts/swordscroll.lua:2: ')' expected near '='
  20. Majeski20

    [Requesting] Working Skill Scroll

    No i need to get this script solved. Please somone , A Skill Scroll that adds JUST 1 level!
Back
Top