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

    Addon NPC

    Not sure who wrote it, I got it from otfans/otland long ago. edit: I checked my credits room, to see if I had a name there. I found: 01:18 You see a sign You read: Advanced fishing by Andu and Chojrak. ItemID: [1429]. Position: [X: 193] [Y: 281] [Z: 7]. So thank you good sir.
  2. Swiff

    [Mod] Random Item Stats

    @Cykotitan I can't find any issues that would cause me not to get the attackspeed. Few others have the same problem, but seems noone found solution
  3. Swiff

    Addon NPC

    bah this script is too big. here: http://www.megafileupload.com/en/file/498397/alladdons-lua.html and the xml: <?xml version="1.0" encoding="UTF-8"?> <npc name="Varkhal" script="alladdons.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="134" head="78"...
  4. Swiff

    Lua MOD random item stats

    Bump. The script says that it takes the attackspeed from vocations.xml, so even if I have it set to different than the default (I use little faster attack for palladins, not any super fast attack) it should get faster, no? Am I missing something.. like a function or so.
  5. Swiff

    Free VIP vs Paid VIP

    When I started creating my ot I designed it so I could, if I ever wanted to, add a donation system. I have a "currency" in the game that can be used to play the lottery now for example. This currency is mostly found in boss monsters, and very rarely found in normal monsters. I got the idea from...
  6. Swiff

    What tutorial would you like to see?

    Something like this: http://otland.net/threads/scripting-guide.74030/ But extended, with more examples for each function. For example: ¤how to use timers in your scripts (such as simple remove wall for 10 seconds then recreate it) ¤how to use isInArea scripts (such as in anihilator or the...
  7. Swiff

    [Znote AAC] Naxtie Layout 2

    Can't edit post. This don't work either: [CODE <div id="#menu_container { float: center; width: 1105px; margin: 0 auto 0 auto; }">[/CODE] I don't know php at all xd
  8. Swiff

    [Znote AAC] Naxtie Layout 2

    I can't find float, height width: <div id="menu_container"> <?php include 'layout/menu.php';?> </div> only this..
  9. Swiff

    NPC's are taking items from equp before the backpack.

    Yes I have seen that thread before and checked it out. Some very cool stuff you're doing
  10. Swiff

    NPC's are taking items from equp before the backpack.

    @Flatlander Thank you! it has been buging me for quite some time, and probably others aswell:)
  11. Swiff

    Trading NPC

    It has 5 missions+, I'd rather focus editing this one with 1 quest only. Seems alot easier to edit.. I doubt he can edit it himself "Wouldn't I also need an xml document telling the name and look type of this npc?" But as soon as I know what he want npc to say, or just give me an example, I'll...
  12. Swiff

    Solved Hide characters from website

    From charactersearch, online list, support list or from which page. They should not be visible by default in highscores..
  13. Swiff

    Lua MOD random item stats

    Anyone know how I can get the attackspeed attribute to work? I can get the stat and everything. but it doesen't give me any boost in attackspeed when equipped. crossbow = legendary crossbow (Range:5, Hit% +53). [Attack Speed: +45%] [Hit Chance: +53%] No difference in attackspeed compared with...
  14. Swiff

    [LUA] Create Boss from fishbowl, summon error

    Sorry I misundersttod you then, I thought you said "I havent changed anything else, those arent the monsters I have". Anyhow, I am trying to find where it says it's a player summon, but I can't find it. tracked it so far: f string.find(desc:lower(), 'catched monster:') ~= nil then local x, y =...
  15. Swiff

    Trading NPC

    Yes, I will try in a bit. I need to learn howto edit npcs properly myself. But right now i am busy, will post when I have tried the npc at my own server and post here if I fail or succeed. But I think I can manage, shouldn't be too hard. By the way, please tell me what you want to say and what...
  16. Swiff

    Trading NPC

    yes. in data/npc make new .xml and paste: <?xml version="1.0" encoding="UTF-8"?> <npc name="Trader" script="trademe.lua" walkinterval="0" floorchange="0"> <health now="150" max="150"/> <look type="309" head="0" body="0" legs="0" feet="0"/> </npc> the jetro script should be in...
  17. Swiff

    Trading NPC

    Jetro's Mission quest npc 1.0 : I edited it a little, I think it now give you 2 items, you can change it. Edit: i changed it for you, now if you give him gold ingot and gold nugget he wil lgive you golden amulet. --[[ Jetro's Mission quest npc 1.0 ALL CREDITS TO JETRO ]]-- local config...
  18. Swiff

    Lua Making new god access.

    you can also change cm and god flags into: flags="3840774348794" customFlags="781823"
  19. Swiff

    Connection refused, please help fix

    I know; I only re-posted the possible solution because I have experienced it myself too many times even when I thought I tried everything. Also limos illustration doesen't show static ip in the ip changer, so I thought he might be misunderstood, even tho he shows it in cmd.
Back
Top