• 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

    [TFS 1.0] Travel NPC using modalWindow

    Is it possible to use modalWindow in npc script? Anyone want share small example?
  2. R

    Suggestion Development distro idea.

    In my spare time I'm trying to develop tiny custom server which includes custom map, vocations, monsters, plot. The thing is I can't test it due to the lack of access to the newset server(curently mapping using 9.8+ sprites). Few months aga I was donator, but downloaded trunk like 3-4 times...
  3. R

    [REQUEST] text message shows to certain CID

    Is it possible to make similiar m-walls effect with lua - ONLY for certain character? (not for all on screen)
  4. R

    [Request for adv. scripters] 'doSendMagicEffect' on slot

    Question to advanced scripters - Is it possible to use doSendMagicEffect on certain player slot or on item set with UID? ex. doSendMagicEffect (uid, type) or doSendMagicEffect (slot, type) How to make this type of script?
  5. R

    [WEAPON]COMBAT_FORMULA_SKILL exactly as common hit

    Tried this weapon script but hits are lower than normal, seems there are more shield blocks too. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE...
  6. R

    Looking for NPC look generator.

    Looking fo such a program. Got about 200 npc to be done and want to look them unique.
  7. R

    [SOLVED] better 'doPlayerGiveItemContainer'

    Today I tested this function and find out some annoying "feature". When you use ID of non-moveable item (let's say ID 100) function ignore it. BP Result: [Empty] [Empty] [Empty] [Empty] Tried to use array instead to cheat this function ;D {100, 2676, 2675, 100} BP Result: [2675] [2676]...
  8. R

    NPC problem

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talktopic, town, destination = {}, {}, {} --Home Town setup local city1 = {name = "Ab'dendriel", id = 1, destination = {x=702, y=1016, z=7}, text =...
  9. R

    Trade if storage value.

    Is it possible to make that you're able to open trafe only if player got certain storage value?
  10. R

    Houses problem.

    Got wierd problem. RME shows real name of houses, but ingame almost everyhose is called the forgotten headquater 42(except guildhalls)
  11. R

    Hall of Flame

    To ma sens, powyzywac kogos w ostatnim poscie i zamknac temat. Samme +10cm do e-penisa.
  12. R

    Domki i save mapy

    Zastanawia mnie czy mozliwy jest save samych domkow, bez zapisywania rozmieszczenia pozostalych itemkow na mapie? I czy w jakis sposob moze to zmniejszyc czas save'a?
  13. R

    NPC systems.

    To make it clear, at the moment I'm doing tibia-like NPCs and I wonder which system will be still supported when revnetscript comes? Is it a good idea to stay with modified Jiddo's one or start working with Simone's fully done in xml.
Back
Top