Tudo que dbs86 postou
-
preview of new cp
sorry,it took me to much time and learning how to do sprites to share just like that :/
-
preview of new cp
-
preview of new cp
-
preview of new cp
i make them by myself
-
preview of new cp
-
preview of new cp
-
preview of new cp
-
preview of new cp
-
preview of new cp
-
preview of new cp
depot with step in/out done doors with step in/out done and full view.. need still some details in interier and fix position of pokecenter sign on top but its not bad... opinions? little update in cp...
-
preview of new cp
still alot of work to do but hope it will not take to much time..
-
preview of new cp
-
preview of new cp
-
preview of new cp
thanks, need to learn how to enable transparency to make it even batter little update, tv and borders can, tc, tr... and with lights:
-
preview of new cp
i dont have, im working on it to make it by my own, hard work: / when i finish graphic of poke center i will put it here for download Update: and working pc and tiles windows little update: CP table done
-
preview of new cp
-
preview of new cp
here, first look of new work in progress my own copy of pxg poke center... any comment? question: how to fix this? Update:
-
wall sprite problems
yes, but it show horizontal gray lines and sprite is made without that gray lines. anyway when i open client its all perfect, without thos lines.
-
wall sprite problems
-
(Resolvido)error in pokedex
thanks again.. rep++
-
(Resolvido)error in pokedex
-
(Resolvido)Error Fishing System
English: Thanks, it works.. rep ++ Português: Obrigado, ele funciona .. rep ++
-
(Resolvido)Error Fishing System
please anyone?
-
(Resolvido)Error Fishing System
Please help.. error come when try to use Steak, Special Lure, Misty's Special Lure and Big Steak. data/actions/actions.xml data/action/scripts/fishing_system/fishing.lua local sto = 5648454 local iscas = { --[id da isca] = lvl de fishing pra usar ela, [3976] = {fish = 20, level = 15}, -- Worm [12855] = {fish = 25, level = 20}, -- Seaweed [12854] = {fish = 40, level = 25}, -- Fish [12858] = {fish = 50, level = 35}, -- Shrimp [12857] = {fish = 60, level = 40}, -- Kept [12860] = {fish = 70, level = 50}, -- Steak [12859] = {fish = 80, level = 65}, -- Special Lure [12856] = {fish = 80, level = 65}, -- Misty's Special Lure [12853] = {fish = 90, level = 75}, -- Big Steak } function onUse(cid, item, frompos, item2, topos) if not iscas[item.itemid] then return true end local fishNEED = iscas[item.itemid].fish if getPlayerSkillLevel(cid, 6) < iscas[item.itemid].fish then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You need fishing "..fishNEED.." to use this bait.") end local level = iscas[item.itemid].level if getPlayerLevel(cid) < iscas[item.itemid].level then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You need level "..level.." to use this bait.") end if getPlayerStorageValue(cid, sto) == -1 then setPlayerStorageValue(cid, sto, item.itemid) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'Your bait was placed on the fishing rod.') else setPlayerStorageValue(cid, sto, -1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'Your bait was removed from the fishing rod.') end return true end Error:
-
npc problems
Resolved on other way by me Script work on PDA.. data/npc/scripts/duplica.lua data/actions/actions.xml data/actions/scripts/box_ditto.lua