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

    Scripter Looking to do a scripting job/jobs, again

    lol noted, and thanks i like to make sure people know i dont mess around
  2. Zombiegod

    Scripter Looking to do a scripting job/jobs, again

    so far yea, most the people who have asked me, either did not reply me, or have yet to give me any work
  3. Zombiegod

    Scripter Looking to do a scripting job/jobs, again

    okay im now back on my machine
  4. Zombiegod

    Scripter Looking to do a scripting job/jobs, again

    sure ill do it when im on my home machine
  5. Zombiegod

    Scripter Looking to do a scripting job/jobs, again

    try this, i dont know my functions well, so its hard to put together a script(i can make them, and fix them, but its slow on the make) local god = getPlayerAccess(cid,3) ---- this is for your god access local player = getPlayerAccess(cid,1,2) ---- this is for other ranks function onStep(cid)...
  6. Zombiegod

    Scripter Looking to do a scripting job/jobs, again

    no but i have someone on my end that can do them
  7. Zombiegod

    Mysql server, non-xammp

    so the title explains it all, i simply dont like xammp as its such a hassle to work with, and you have to install like 4-5 things on top of just mysql I know one i like and that uniserver, but it has a complicated setup, and i forgot how to do it, plus the guide i read is really out dated now...
  8. Zombiegod

    Lua Server coming up with a issue

    well im useing roxor 8.4, to find the exact version im using, search "roxor tibia" and goto my father's site should be the first link, im trying to convert that to a blank crying damson 8.6 or tfs 0.3.6
  9. Zombiegod

    Lua Server coming up with a issue

    dont blame you lol
  10. Zombiegod

    Lua Server coming up with a issue

    i feel like a fool now apparantly its not in the list, tho i may be wrong
  11. Zombiegod

    Lua Server coming up with a issue

    im not using version 10.31, 8.6 or aka tfs 0.3.6, so yes its still there lol theres a part i did not post as its not part of the problem, at least i dont think so function ShopModule:addSellableItem(names, itemid, cost, realName) local v = getItemInfo(itemid)...
  12. Zombiegod

    Lua Server coming up with a issue

    let me correct your script right now function ShopModule:addSellableItem(names, itemid, cost, realName) local v = {} local v = getItemInfo(itemid) if(SHOPMODULE_MODE ~= SHOPMODULE_MODE_TALK) then local item = { id = itemid, buy = -1, sell = cost, subType = ((v.charges > 0...
  13. Zombiegod

    Lua Server coming up with a issue

    the extra end did not work thanks for the try
  14. Zombiegod

    Lua Server coming up with a issue

    now i get [25/03/2014 00:28:11] [Error - Npc interface] [25/03/2014 00:28:11] data/npc/scripts/food.lua [25/03/2014 00:28:11] Description: [25/03/2014 00:28:11] data/npc/scripts/food.lua:3: attempt to index global 'NpcSystem' (a nil value) [25/03/2014 00:28:12] [Warning -...
  15. Zombiegod

    Lua Server coming up with a issue

    this is the line thats bad, the exact parts are underlined, also the reason its coming up with arrows makes no sense as this is the default lib file that came with the crying damson server function ShopModule:addSellableItem(names, itemid, cost, realName) local v = getItemInfo(itemid)...
  16. Zombiegod

    Lua Server coming up with a issue

    its not or its and, cause of the indexing its not loading
  17. Zombiegod

    Scripter Looking to do a scripting job/jobs, again

    yes, and i guess i could make it look less intimidating , i simply wanted to let who ever wanted help to understand that i will deal with any bs given to me EDIT: okay done, made it a little more Sense in a way
  18. Zombiegod

    Lua Server coming up with a issue

    first one is loot, and the second is vip loot, they both come up with the same error local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
Back
Top