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

    [REQUEST] Weapons that have a chance on hit to do a special and cast a free spell

    I know one way how to do it, but you need weapons scripts for that, so if you want my way you have to make script of them :S
  2. wesoly136

    [0.3.6] Need PVP Arena!

    Nothing
  3. wesoly136

    [Solved]Slingshot script

    Lol, you need only to copy the different between bow and crossbow. EDIT The easier way is weapon script editing local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat...
  4. wesoly136

    storage = x corpse on death

    Up Sourceedit is more professional (:D) so can you write what we have to change ? :/
  5. wesoly136

    [0.3.6] Need PVP Arena!

    Summ The problem is this arena check, because isinRange doesnt work for my tfs :/ Fallon This is a lever script? It doesnt work anyway :/ Someone said about function in map editor, I want to try it but I don't know what is it :(
  6. wesoly136

    NPC Cannot determine playersex?

    Works on TFS 0.3.6 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid)...
  7. wesoly136

    I need four scripts

    I primo: When you transalating, transalate it with your head, not google transalator(in other way-> Spierdalaj na tnp) II primo: 3.function onDeath(cid, corpse, deathList) outfit = {lookType = 266, lookHead = 0, lookAddons = 0, lookLegs = 0, lookBody = 0, lookFeet = 0} -- complete this...
  8. wesoly136

    Creaturescripts -> Full HP & Mana when level up!

    But I understand your post as "script doesnt work and shows error [...]" so end of the argue :)
  9. wesoly136

    Creaturescripts -> Full HP & Mana when level up!

    Transalate this and you will know whats the error. It is a little mistake which everybody should know how to fix it instead of writing posts 'doesn't work', 'errors', 'your script sux' :/ ...
  10. wesoly136

    [0.3.6] Need PVP Arena!

    What is it? PS I didn't tested the script yet, but it is exatcly the same what I tried before :/ EDIT Doesnt work
  11. wesoly136

    Creaturescripts -> Full HP & Mana when level up!

    Can't you read or don't you understand English? -,-
  12. wesoly136

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

    Up I forgot that item animation is slowly :/
  13. wesoly136

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

    If you do item that looks like effect it will be possible I think, Maybe by "doTransformItem(exquipeditem.uid, itemthatlookslikeeffect) addEvent(doTransformItem,10,exquipeditem.uid, itemthatlookslikeeffect)" So it will "show" effect and after this you will have equiped your item :P xDD
  14. wesoly136

    lvl 500 = animation

    I don't understand your request now :S
  15. wesoly136

    Script won't load

    Had the same problem, I just pasted another loot npc script :P
  16. wesoly136

    Compiling I need help with TFS 0.2.7 (Mystic Spirit)

    I had this problem with tfs 0.3.6, my solution was to compile on Windows XP(I have Vista and on XP it works)
  17. wesoly136

    [Request] When player dies return skills and magic level

    function onLogin(cid) if isSorcerer(cid) then if getPlayerMagLevel(cid) ~= 70 then doPlayerAddMagLevel(cid, -getPlayerMagLevel(cid)) doPlayerAddMagLevel(cid, 70) end end if isDruid(cid) then if getPlayerMagLevel(cid) ~= 70 then doPlayerAddMagLevel(cid...
  18. wesoly136

    Ring increase dmg sd

    UP It was sarcasm? I don't know another way to do it only SD but I did similar solution with my speed upgrader with editing scripts of weapons. :/
  19. wesoly136

    Ring increase dmg sd

    Only SD? Or all magic attacks? If only SD then I don't see other way than editing SD script...
  20. wesoly136

    [0.3.6] Need PVP Arena!

    Refresh, so anybody has it ? <LOL> :(
Back
Top