• 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!

NPC Buy Spells in Trade Window

Code:
if getPlayerStorageValue(cid, 45764) >= 3 then
     return doPlayerSendCancel(cid, "You already bought 4 spells.")
end
Code:
setPlayerStorageValue(cid, 45764, getPlayerStorageValue(cid, 45764) +1)
Functions from 0.2, will work on most servers because of compat.lua files.
 
[5706] = { buy = 80, spell = "Find Person", name = "Level 008: Find Person", vocations = {1,2,3,4,5,6,7,8}, level = 8, premium = 0},
[8704] = { buy = 170, spell = "Light Healing", name = "Level 008: Light Healing", vocations = {1,2,3,5,6,7}, level = 8, premium = 0},
[7618] = { buy = 300, spell = "Wound Cleansing", name = "Level 008: Wound Cleansing", vocations = {4,8}, level = 8, premium = 0},
[2120] = { buy = 200, spell = "Magic Rope", name = "Level 009: Magic Rope", vocations = {1,2,3,4,5,6,7,8}, level = 9, premium = 1},
what those [numer] mean? From where did you get that?
 
Never mind, for some reason my character already knew every single spell
 
Last edited:
I am trying to use this on a 1.1 tfs
I can say hi spells and bye which all get a response but a trade window never opens
I get an error oncreaturesay attempt to compare nil with number


Any ideas?
All help is appreciated
 
Still lookin for a little help
Been trying what i know but wont open trade window
Thanks in advance to anyone who can help
 
Noone?
If someone can show me a script that works with 1 or 2 spells, i will write the rest of spells and release results for working 1.1spell seller for 10.41

Please
 
Ok time to bump because i need help. The case is the next
Code:
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)            end
function onCreatureSay(cid, type, msg)        npcHandler:onCreatureSay(cid, type, msg)    end
function onThink()                            npcHandler:onThink()                        end
local PremiumSpells = false
local AllSpells = false
-- 1,5 Sorcerer
-- 2,6 Druid
-- 3,7 Paladin
-- 4,8 Knight
-- [] = { buy = , spell = "", name = "Level xxx:", vocations = {x,x}, level = x, premium = x},
local spells = {
    [2051] = { buy = 80, spell = "Find Person", name = "Level 008: Find Person", vocations = {1,2,3,4,5,6,7,8}, level = 8, premium = 0},
    [2051] = { buy = 100, spell = "Light", name = "Level 009: Light", vocations = {1,2,3,4,5,6,7,8}, level = 9, premium = 0},
    [8704] = { buy = 170, spell = "Light Healing", name = "Level 008: Light Healing", vocations = {1,2,3,5,6,7}, level = 8, premium = 0},
    [7618] = { buy = 300, spell = "Wound Cleansing", name = "Level 008: Wound Cleansing", vocations = {4,8}, level = 8, premium = 0},
    [2120] = { buy = 200, spell = "Magic Rope", name = "Level 009: Magic Rope", vocations = {1,2,3,4,5,6,7,8}, level = 9, premium = 1},
    [10092] = { buy = 150, spell = "Cure Poison", name = "Level 010: Cure Poison", vocations = {1,2,3,4,5,6,7,8}, level = 10, premium = 0},
    [2287] = { buy = 800, spell = "Energy Strike", name = "Level 012: Energy Strike", vocations = {1,2,5,6}, level = 12, premium = 1},
    [1386] = { buy = 500, spell = "Levitate", name = "Level 012: Levitate", vocations = {1,2,3,4,5,6,7,8}, level = 12, premium = 1},
    [2051] = { buy = 500, spell = "Great Light", name = "Level 013: Great Light", vocations = {1,2,3,4,5,6,7,8}, level = 13, premium = 0},
    [2544] = { buy = 450, spell = "Conjure Arrow", name = "Level 013: Conjure Arrow", vocations = {3,7}, level = 13, premium = 0},
    [1490] = { buy = 800, spell = "Terra Strike", name = "Level 013: Terra Strike", vocations = {1,2,5,6}, level = 13, premium = 1},
    [2169] = { buy = 600, spell = "Haste", name = "Level 014: Haste", vocations = {1,2,3,4,5,6,7,8}, level = 14, premium = 1},
    [1489] = { buy = 800, spell = "Flame Strike", name = "Level 014: Flame Strike", vocations = {1,2,5,6}, level = 14, premium = 1},
    [2671] = { buy = 300, spell = "Food", name = "Level 014: Food", vocations = {2,6}, level = 14, premium = 0},
    [2523] = { buy = 450, spell = "Magic Shield", name = "Level 014: Magic Shield", vocations = {1,2,5,6}, level = 14, premium = 0},
    [2285] = { buy = 300, spell = "Poison Field", name = "Level 014: Poison Field", vocations = {1,2,5,6}, level = 14, premium = 0},
    [2267] = { buy = 600, spell = "Antidote Rune", name = "Level 015: Antidote Rune", vocations = {2,6}, level = 15, premium = 0},
    [6683] = { buy = 800, spell = "Ice Strike", name = "Level 015: Ice Strike", vocations = {1,2,5,6}, level = 15, premium = 1},
    [2265] = { buy = 600, spell = "Intense Healing Rune", name = "Level 015: Intense Healing Rune", vocations = {2,6}, level = 15, premium = 0},
    [2301] = { buy = 500, spell = "Fire Field", name = "Level 015: Fire Field", vocations = {1,2,5,6}, level = 15, premium = 0},
    [2287] = { buy = 500, spell = "Light Magic Missile", name = "Level 015: Light Magic Missile", vocations = {1,2,5,6}, level = 15, premium = 0},
    [2383] = { buy = 1000, spell = "Brutal Strike", name = "Level 016: Brutal Strike", vocations = {4,8}, level = 16, premium = 1},
    [2545] = { buy = 700, spell = "Conjure Poisoned Arrow", name = "Level 016: Conjure Poisoned Arrow", vocations = {3,7}, level = 16, premium = 0},
    [2290] = { buy = 800, spell = "Convince Creature", name = "Level 016: Convince Creature", vocations = {2,6}, level = 16, premium = 0},
    [6300] = { buy = 800, spell = "Death Strike", name = "Level 016: Death Strike", vocations = {1,5}, level = 16, premium = 1},
    [2376] = { buy = 800, spell = "Physical Strike", name = "Level 016: Physical Strike", vocations = {2,6}, level = 16, premium = 1},
    [2543] = { buy = 750, spell = "Conjure Bolt", name = "Level 017: Conjure Bolt", vocations = {3,7}, level = 17, premium = 1},
    [2261] = { buy = 700, spell = "Destroy field", name = "Level 017: Destroy Field", vocations = {1,2,3,5,6,7}, level = 17, premium = 0},
    [2277] = { buy = 700, spell = "Energy Field", name = "Level 018: Energy Field", vocations = {1,2,5,6}, level = 18, premium = 0},
    [7488] = { buy = 800, spell = "Heal Friend", name = "Level 018: Heal Friend", vocations = {2,6}, level = 18, premium = 1},
    [1487] = { buy = 850, spell = "Fire Wave", name = "Level 018: Fire Wave", vocations = {1,5}, level = 18, premium = 0},
    [6684] = { buy = 850, spell = "Ice Wave", name = "Level 018: Ice Wave", vocations = {2,6}, level = 18, premium = 0},
    [2051] = { buy = 500, spell = "Blank Rune", name = "Level 020: Blank Rune", vocations = {1,2,3,5,6,7}, level = 20, premium = 1},
    [5787] = { buy = 2000, spell = "Challenge", name = "Level 020: Challenge", vocations = {8}, level = 20, premium = 1},
    [2265] = { buy = 350, spell = "Intense Healing", name = "Level 020: Intense Healing", vocations = {1,2,3,5,6,7}, level = 20, premium = 0},
    [2206] = { buy = 1300, spell = "Strong Haste", name = "Level 020: Strong Haste", vocations = {1,2,5,6}, level = 20, premium = 1},
    [2310] = { buy = 900, spell = "Desintegrate", name = "Level 021: Desintegrate", vocations = {1,2,3,5,6,7}, level = 21, premium = 1},
    [1504] = { buy = 1000, spell = "Cure Electrification", name = "Level 022: Cure Electrification", vocations = {2,6}, level = 22, premium = 1},
    [2389] = { buy = 1100, spell = "Ethereal Spear", name = "Level 023: Ethereal Spear", vocations = {3,7}, level = 23, premium = 1},
    [5024] = { buy = 1000, spell = "Energy Beam", name = "Level 023: Energy Beam", vocations = {1,5}, level = 23, premium = 0},
    [13929] = { buy = 1000, spell = "Creature Illusion", name = "Level 023: Creature Illusion", vocations = {1,2,5,6}, level = 23, premium = 0},
    [7364] = { buy = 800, spell = "Conjure Sniper Arrow", name = "Level 024: Conjure Sniper Arrow", vocations = {3,7}, level = 24, premium = 1},
    [2292] = { buy = 1400, spell = "Stalagmite", name = "Level 024: Stalagmite", vocations = {1,2,5,6}, level = 24, premium = 0},
    [2273] = { buy = 1500, spell = "Ultimate Healing Rune", name = "Level 024: Ultimate Healing Rune", vocations = {2,6}, level = 24, premium = 0},
    [2546] = { buy = 1000, spell = "Conjure Explosive Arrow", name = "Level 025: Conjure Explosvie Arrow", vocations = {3,7}, level = 25, premium = 0},
    [2195] = { buy = 1300, spell = "Charge", name = "Level 025: Charge", vocations = {4,8}, level = 25, premium = 1},
    [2311] = { buy = 1500, spell = "Heavy Magic Missile", name = "Level 025: Heavy Magic Missile", vocations = {1,2,5,6}, level = 25, premium = 0},
    [9007] = { buy = 2000, spell = "Summon Creature", name = "Level 025: Summon Creature", vocations = {1,2,5,6}, level = 25, premium = 0},
    [2286] = { buy = 1000, spell = "Poison Bomb", name = "Level 025: Poison Bomb", vocations = {2,6}, level = 25, premium = 1},
    [2202] = { buy = 1600, spell = "Cancel Invisibility", name = "Level 026: Cancel Invvisibility", vocations = {3,7}, level = 26, premium = 1},
    [2308] = { buy = 1500, spell = "Ignite", name = "Level 026: Ignite", vocations = {1,5}, level = 26, premium = 0},
    [2163] = { buy = 1600, spell = "Ultimate Light", name = "Level 026: Ultimate Light", vocations = {1,2,5,6}, level = 26, premium = 1},
    [2316] = { buy = 1200, spell = "Animate Dead", name = "Level 027: Animate Dead", vocations = {1,2,5,6}, level = 27, premium = 1},
    [2291] = { buy = 1300, spell = "Chameleon", name = "Level 027: Chameleon", vocations = {2,6}, level = 27, premium = 0},
    [2295] = { buy = 1600, spell = "Holy Missile", name = "Level 027: Holy Missile", vocations = {3,7}, level = 27, premium = 1},
    [2302] = { buy = 1600, spell = "Fireball", name = "Level 027: Fireball", vocations = {1,5}, level = 27, premium = 1},
    [2305] = { buy = 1500, spell = "Firebomb", name = "Level 027: Firebomb", vocations = {1,5}, level = 27, premium = 0},
    [2308] = { buy = 1800, spell = "Soulfire", name = "Level 027: Soulfire", vocations = {1,2,5,6}, level = 27, premium = 1},
    [2269] = { buy = 2000, spell = "Wild Growth", name = "Level 027: Wild Growt", vocations = {2,6}, level = 27, premium = 1},
    [2271] = { buy = 1700, spell = "Icicle", name = "Level 028: Icicle", vocations = {2,6}, level = 28, premium = 1},
    [2288] = { buy = 1100, spell = "Stone Shower", name = "Level 028: Stone Shower", vocations = {2,6}, level = 28, premium = 1},
    [2315] = { buy = 1100, spell = "Thunderstorm", name = "Level 028: Thunderstorm", vocations = {1,5}, level = 28, premium = 1},
    [13883] = { buy = 1500, spell = "Whirlwind Throw", name = "Level 028: Whirlwind Throw", vocations = {4,8}, level = 28, premium = 1},
    [2315] = { buy = 1800, spell = "Great Energy Beam", name = "Level 029: Great Energy Beam", vocations = {1,5}, level = 29, premium = 0},
    [2289] = { buy = 1600, spell = "Poison Wall", name = "Level 029: Poison Wall", vocations = {1,2,5,6}, level = 29, premium = 0},
    [2274] = { buy = 1200, spell = "Avalanche", name = "Level 030: Avalanche", vocations = {2,6}, level = 30, premium = 0},
    [8474] = { buy = 2000, spell = "Cure Burning", name = "Level 030: Cure Burning", vocations = {2,6}, level = 30, premium = 1},
    [2304] = { buy = 1200, spell = "Great Fireball", name = "Level 030: Great Fireball", vocations = {1,5}, level = 30, premium = 0},
    [2273] = { buy = 1000, spell = "Ultimate Healing", name = "Level 030: Ultimate Healing", vocations = {1,2,5,6}, level = 30, premium = 0},
    [2313] = { buy = 1800, spell = "Explosion", name = "Level 031: Explosion", vocations = {1,2,5,6}, level = 31, premium = 0},
    [18492] = { buy = 4000, spell = "Enchant Party", name = "Level 032: Enchant Party", vocations = {1,5}, level = 32, premium = 1},
    [2293] = { buy = 2100, spell = "Magic Wall", name = "Level 031: Magic Wall", vocations = {1,5}, level = 32, premium = 1},
    [18491] = { buy = 4000, spell = "Protect Party", name = "Level 032: Protect Party", vocations = {3,7}, level = 32, premium = 1},
    [18489] = { buy = 4000, spell = "Heal Party", name = "Level 032: Heal Party", vocations = {2,6}, level = 32, premium = 1},
    [18490] = { buy = 4000, spell = "Train Party", name = "Level 032: Train Party", vocations = {4,8}, level = 32, premium = 1},
    [2303] = { buy = 2000, spell = "Fire Wall", name = "Level 033: Fire Wall", vocations = {1,2,5,6}, level = 33, premium = 0},
    [1505] = { buy = 1500, spell = "Groundshaker", name = "Level 033: Groundshaker", vocations = {4,8}, level = 33, premium = 1},
    [7363] = { buy = 850, spell = "Conjure Piercing Bolt", name = "Level 033: Conjure Piercing Bolt", vocations = {3,7}, level = 33, premium = 1},
    [1491] = { buy = 2500, spell = "Electrify", name = "Level 034: Electrify", vocations = {1,5}, level = 34, premium = 1},
    [7588] = { buy = 3000, spell = "Divine Healing", name = "Level 035: Divine Healing", vocations = {3,7}, level = 35, premium = 0},
    [2393] = { buy = 2500, spell = "Berserk", name = "Level 035: Berserk", vocations = {4,8}, level = 35, premium = 1},
    [2165] = { buy = 2000, spell = "Invisibility", name = "Level 035: Invisibility", vocations = {1,2,5,6}, level = 35, premium = 0},
    [8919] = { buy = 2200, spell = "Mass Healing", name = "Level 036: Mass Healing", vocations = {2,6}, level = 36, premium = 1},
    [2262] = { buy = 2300, spell = "Energybomb", name = "Level 037: Energybomb", vocations = {1,5}, level = 37, premium = 1},
    [2279] = { buy = 2500, spell = "Energy Wave", name = "Level 038: Energy Wave", vocations = {1,5}, level = 38, premium = 0},
    [2289] = { buy = 2500, spell = "Terra Wave", name = "Level 038: Terra Wave", vocations = {2,6}, level = 38, premium = 0},
    [2295] = { buy = 1800, spell = "Divine Missile", name = "Level 040: Divine Missile", vocations = {3,7}, level = 40, premium = 1},
    [1903] = { buy = 2500, spell = "Inflict Wound", name = "Level 040: Inflict Wound", vocations = {4,8}, level = 40, premium = 1},
    [671] = { buy = 7500, spell = "Strong Ice Wave", name = "Level 040: Strong Ice Wave", vocations = {2,6}, level = 40, premium = 1},
    [2433] = { buy = 2000, spell = "Enchant Staff", name = "Level 041: Enchant Staff", vocations = {5}, level = 41, premium = 1},
    [2279] = { buy = 2500, spell = "Energy Wall", name = "Level 041: Energy Wall", vocations = {1,2,5,6}, level = 41, premium = 0},
    [7367] = { buy = 2000, spell = "Enchant Spear", name = "Level 045: Enchant Spear", vocations = {3,7}, level = 45, premium = 1},
    [6558] = { buy = 2500, spell = "Cure Bleeding", name = "Level 045: Cure Bleeding", vocations = {2,4,6,8}, level = 45, premium = 1},
    [2268] = { buy = 3000, spell = "Sudden Death", name = "Level 045: Sudden Death", vocations = {1,5}, level = 45, premium = 0},
    [2298] = { buy = 3000, spell = "Divine Caldera", name = "Level 050: Divine Caldera", vocations = {3,7}, level = 50, premium = 1},
    [1496] = { buy = 6000, spell = "Envenom", name = "Level 050: Envenom", vocations = {2,6}, level = 50, premium = 1},
    [6132] = { buy = 4000, spell = "Recovery", name = "Level 050: Recovery", vocations = {3,4,7,8}, level = 50, premium = 1},
    [2278] = { buy = 1900, spell = "Paralyze", name = "Level 054: Paralyze", vocations = {2,6}, level = 54, premium = 1},
    [8920] = { buy = 6000, spell = "Rage of the Skies", name = "Level 055: Rage of the Skies", vocations = {1,5}, level = 55, premium = 1},
    [2522] = { buy = 6000, spell = "Protector", name = "Level 055: Protector", vocations = {4,8}, level = 55, premium = 1},
    [2309] = { buy = 5000, spell = "Lightning", name = "Level 055: Lightning", vocations = {1,5}, level = 55, premium = 1},
    [11303] = { buy = 6000, spell = "Swift Foot", name = "Level 055: Swift Foot", vocations = {3,7}, level = 55, premium = 1},
    [4208] = { buy = 6000, spell = "Wrath of Nature", name = "Level 055: Wrath of Nature", vocations = {2,6}, level = 55, premium = 1},
    [2547] = { buy = 2000, spell = "Conjure Power Bolt", name = "Level 059: Conjure Power Bolt", vocations = {7}, level = 59, premium = 1},
    [9110] = { buy = 8000, spell = "Eternal Winter", name = "Level 060: Eternal Winter", vocations = {2,6}, level = 60, premium = 1},
    [7416] = { buy = 8000, spell = "Blood Rage", name = "Level 060: Blood Rage", vocations = {4,8}, level = 60, premium = 1},
    [2187] = { buy = 8000, spell = "Hell's Core", name = "Level 060: Hell's Core", vocations = {1,5}, level = 60, premium = 1},
    [7591] = { buy = 8000, spell = "Salvation", name = "Level 060: Salvation", vocations = {3,7}, level = 60, premium = 1},
    [5777] = { buy = 8000, spell = "Sharpshooter", name = "Level 060: Sharpshooter", vocations = {3,7}, level = 60, premium = 1},
    [8930] = { buy = 4000, spell = "Front Sweep", name = "Level 070: Front Sweep", vocations = {4,8}, level = 70, premium = 1},
    [2300] = { buy = 7500, spell = "Holy Flash", name = "Level 070: Holy Flash", vocations = {3,7}, level = 70, premium = 1},
    [8062] = { buy = 6000, spell = "Strong Terra Strike", name = "Level 070: Strong Terra Strike", vocations = {2,6}, level = 70, premium = 1},
    [1492] = { buy = 6000, spell = "Strong Flame Strike", name = "Level 070: Strong Flame Strike", vocations = {1,2,5,6}, level = 70, premium = 1},
    [2268] = { buy = 6000, spell = "Curse", name = "Level 075: Curse", vocations = {1,5}, level = 75, premium = 1},
    [6301] = { buy = 6000, spell = "Cure Curse", name = "Level 080: Cure Curse", vocations = {3,7}, level = 80, premium = 1},
    [8473] = { buy = 6000, spell = "Intense Wound Cleansing", name = "Level 080: Intense Wound Cleansing", vocations = {4,8}, level = 80, premium = 1},
    [6686] = { buy = 6000, spell = "Strong Ice Strike", name = "Level 080: Strong Ice Strike", vocations = {2,6}, level = 80, premium = 1},
    [2311] = { buy = 7500, spell = "Strong Energy Strike", name = "Level 080: Strong Energy Strike", vocations = {1,5}, level = 80, premium = 1},
    [2421] = { buy = 7500, spell = "Fierce Berserk", name = "Level 090: Fierce Berserk", vocations = {4,8}, level = 90, premium = 1},
    [7378] = { buy = 10000, spell = "Strong Ethereal Spear", name = "Level 090: Strong Ethereal Spear", vocations = {3,7}, level = 90, premium = 1},
    [7465] = { buy = 15000, spell = "Ultimate Flame Strike", name = "Level 090: Ultimate Flame Strike", vocations = {1,5}, level = 90, premium = 1},
    [12334] = { buy = 15000, spell = "Ultimate Terra Strike", name = "Level 090: Ultimate Terra Strike", vocations = {2,6}, level = 90, premium = 1},
    [2640] = { buy = 10000, spell = "Intense Recovery", name = "Level 100: Intense Recovery", vocations = {3,4,7,8}, level = 100, premium = 1},
    [10547] = { buy = 15000, spell = "Ultimate Energy Strike", name = "Level 100: Ultimate Energy Strike", vocations = {1,5}, level = 100, premium = 1},
    [2271] = { buy = 15000, spell = "Ultimate Ice Strike", name = "Level 100: Ultimate Ice Strike", vocations = {2,6}, level = 100, premium = 1},
    [2390] = { buy = 20000, spell = "Annihilation", name = "Level 110: Annihilator", vocations = {4,8}, level = 110, premium = 1},
}
function creatureSayCallback(cid, type, msg)
    if not npcHandler:isFocused(cid) then
        return false
    end
    local shopWindow = {}
    local player = Player(cid)
    local talkUser = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid
    local function onBuy(cid, item, subType, amount, ignoreCap, inBackpacks)
            local player = Player(cid)
        if Player(cid):getVocation():getId() == 2 and Player(cid):getVocation():getId() == 3 and Player(cid):getVocation():getId() == 4 and Player(cid):getVocation():getId() == 6 and Player(cid):getVocation():getId() == 7 and Player(cid):getVocation():getId() == 8 then -- How to put not [!]"Player(cid):getVocation():getId() == 1 and Player(cid):getVocation():getId() == 5"
        selfSay("Sorry, but you are not a Sorcerer.", cid)
        return false
        end
       
        selfSay("You have choosen the spell: " .. spells[item].spell .. " which costs " .. spells[item].buy .. " gold.", cid)
       
        if player:hasLearnedSpell(spells[item].spell) then
            return selfSay("You already know this spell.", cid)
        end
    
        if player:getLevel() < spells[item].level then
            return selfSay("You need to obtain a level of " .. spells[item].level .. " or higher to be able to learn this spell.", cid)
        end
        if not isInArray(spells[item].vocations, player:getVocation():getId()) then
            return selfSay("This spell is not for your vocation.", cid)
        end
        if PremiumSpells and (spells[item].premium == 1) and not player:isPremium() then
            return selfSay("You need to be premium in order to obtain this spell.", cid)
        end
        if player:getMoney() < spells[item].buy then
            return selfSay("You don't have enough money.", cid)
        end
        player:removeMoney(spells[item].buy)
        player:learnSpell(spells[item].spell)
        player:getPosition():sendMagicEffect(12)
        selfSay("You have learned " .. spells[item].spell, cid)
        return true
    end
    if msgcontains(msg, "spells") then
        selfSay("Here are the spells that you can learn from me.", cid)
        for var, item in pairs(spells) do
            if not AllSpells then
                if not player:hasLearnedSpell(item.spell) then
                    if player:getLevel() >= item.level then
                        if isInArray(item.vocations, player:getVocation():getId()) then
                            if PremiumSpells then
                                if (item.premium == 1) and player:isPremium() then
                                    table.insert(shopWindow, {id = var, subType = 0, buy = item.buy, sell = 0, name = item.name})
                                end
                            else
                                table.insert(shopWindow, {id = var, subType = 0, buy = item.buy, sell = 0, name = item.name})
                            end
                        end
                    end
                end
            else
                table.insert(shopWindow, {id = var, subType = 0, buy = item.buy, sell = 0, name = item.name})
            end
        end
        openShopWindow(cid, shopWindow, onBuy, onSell)
    end
    return true
end
npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback)
npcHandler:addModule(FocusModule:new())

This is the code of the script, i added SD and some spells, when i go ingame and i try to buy Find Person spell i can never buy it, and Sudden Death doesn't appear to buy.

[XML] spells.xml - Pastebin.com

This is the spells.xml and im using: [9.86] The Forgotten Server 1.1 (x32 & x64)

I thought it was an error of reading from spells.xml but i deleted it and written it again and it happens again.

Thx in advice and greetings
 
Some problems, i use TFS 1.4:
1. Find Person - problem with this spell. I canot buy it.

2. Is it possible to do so that the quantity to be bought is always 1?

3. I cant change this [1947] = { buy = 170, spell = "Light Healing", name = "Level 008: Light Healing", vocations = {1,2,3,5,6,7}, level = 8, premium = 0}, to my own picture.
 
Last edited:
Back
Top