Jump to content

Search the Community

Showing results for tags 'pet'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Russian Section
    • Новости и объявления
    • Пиратия: Документация
    • Пиратия: Релизы
    • Пиратия: Разработка
    • Пиратия: Web
    • Пиратия: Помощь
    • Совместные проекты / набор команды
    • Доска объявлений
    • Программирование
    • Оффтопик
    • Корзина
  • English Section
    • News & Announcements
    • Guides
    • Releases
    • Development
    • Web
    • Questions & Help
    • Shared Projects / Team search
    • Paid services & Requests
    • Programming
    • Offtopic
    • Recycle bin
  • Portuguese Section
    • Dúvidas & Ajuda
  • Spanish Section
    • Preguntas y Ayuda
  • Servers
    • Russian servers
    • English servers

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 4 results

  1. Iteminfo Line: 7934 Pet Exp Stone n1502 bluestone01 0 0 0 0 0 0 31 0 0 0 0 0 1 1 1 1 19999 1 10 -1,-2,-2,-2 0 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2 0 0 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0 0,0 0,0 0 0 0 0 0 0 0 0 0 addexp_elf 0 0 0 0,0 0,0 0,0 Double Click 2 Time To Make Your Pet Exp Full Please Put Your Pet in number 2 Slot Of Inventory 0 ItemEffect.lua Line function addexp_elf (role,Item) local Equipment = GetChaItem(role, 2, 1) local EquipmentName = GetItemName(GetItemID(Equipment)) local EquipmentType = GetItemType2(GetItemID(Equipment)) local Item_ID = GetItemID(Item) if(Equipment == nil)then SystemNotice(role,"Nothing inserted on 2st Inventory Slot.") --check item there or no UseItemFailed ( role ) return end if Item_ID == 7934 then --Exp Pet if(EquipmentType == 59 )then local ItemAttr = GetItemAttr(Equipment, ITEMATTR_ENERGY) local Bonus = 6480 local FinalAttr = ItemAttr + Bonus local Limit = 6480 if (ItemAttr >= Limit) then SystemNotice(role,"The Pet Is Max Exp!") UseItemFailed ( role ) return end if (FinalAttr >= Limit) then SetItemAttr(Equipment, ITEMATTR_ENERGY, Limit) else SetItemAttr(Equipment, ITEMATTR_ENERGY, FinalAttr) end SystemNotice(role,"Successfully added Full Exp To Your Pet!") RefreshCha(role) else SystemNotice(role,"Only Pets Can Be Used With Exp Elf Stone , Make Sure Your Pet In 2st Slot Of Inventory!") UseItemFailed ( role ) return end end end Credit: G-PKo FIlesss from archive. Hopefully this helps some developer out there. Have fun.
  2. when I use my poss pet, instead of increasing my status it decreases. Help-me.
  3. Hi. I recently faced an little bug in Fairy Skills related to the client, and it is in every client i tested (top1, pko). For some reason when you put certain combinations of skills like Meditation, Magic, Protection it does not shows the last skill or even shows a diferent level to it, like Expert when suposed to be novice. The solution is pretty simple. 1 - Go to your "Game Folder/scripts/lua/table/scripts.lua 2 - Add this function anywhere function GetNum_Fixed ( Num ) Num = tostring(Num) a = string.sub(Num, -1) a = tonumber(a) return a end 3 - Search for function GetElfSkill 4 - Replace: local Part7 = GetNum_Part7 ( Num ) To local Part7 = GetNum_Fixed ( Num ) And its done.
  4. Looking for someone who knows how to edit Rear pets <4th slots one > effects/gives . I just can't find where the scripts are . Not in skilleffect.lua/functions.lua Thanks
×
×
  • Create New...