Mining Skill - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Mining Skill (/Thread-Mining-Skill) |
Mining Skill - darksoulfe - 03-09-2016 08:07 AM ERROR:Mining skill doesn't have a value for RANGE, defaulting to 2 good evening WHEN will the Minoc and I click mine in pickaxe after then immediately click on the ground appears this message and do not know how to solve RE: Mining Skill - rastrero - 03-09-2016 11:22 PM are u using 56b or 55i scripts on sphere 56c? just check u have the Range value in the sphere skill... Something like this. [SKILL 45] DEFNAME=SKILL_MINING KEY=Mining TITLE=Miner PROMPT_MSG=Where would you like to mine? DELAY=1.0 RANGE=2 FLAGS=SKF_GATHER STAT_STR=85 STAT_INT=30 STAT_DEX=45 BONUS_STR=70 BONUS_DEX=30 BONUS_INT=0 BONUS_STATS=20 ADV_RATE=2.5,50.0,200.0 VALUES=1,10,80 I writte it in red... easy |