SphereCommunity
Skillmenu problem - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Skillmenu problem (/Thread-Skillmenu-problem)

Pages: 1 2


Skillmenu problem - kn4tseb - 05-19-2014 06:57 AM

Hi again averyone, i am having this annoying issue with skillmenu xddd.. i have added hundreds of items inside of it without problem but know i have tried everything and i just dont know what else do ...

im trying to include Wood Armor into it, and i do the basics...

PHP Code:
ON=i_woodland_chest Woodland Armor
SKILLMENU
=sm_wood_armor

[SKILLMENU sm_wood_armor]
Elven Wood Armor

ON
=i_woodland_chest <name> (<resmake>)
MAKEITEM=i_woodland_chest 

i'm also meeting all item requeriments such a skills and resources but it just doent appear inside of it (carpentry menu)

any help plz?

Thanks in advance.


RE: Skillmenu problem - Extreme - 05-19-2014 07:55 AM

Did you check if this "sm_wood_armor" is already created?
Maybe it is loading the other one and don't showing to you.

Are you sure you have the skills and resources? What carpentry tool are you using?

What is the RESOURCES and SKILLMAKE of the "i_woodland_chest" item?


RE: Skillmenu problem - kn4tseb - 05-19-2014 08:04 AM

i also tried moving the item to an already created menu and didnt work, and yes, i am absolutely sure that i have the resources and skills
i set my carpentry skill to 100.0 and 1000.0 xdd and the resources like a hundred units boards and barks each.

[ITEMDEF 02b67]
DEFNAME=i_woodland_chest
NAME=woodland chest
TYPE=t_armor
FLIP=1
//ARMOR=30
VALUE=175
WEIGHT=8.0
RESOURCES=20 i_board,6 i_bark
SKILLMAKE=Carpentry 90.0,Armslore 25.0
CATEGORY=Provisions - Armor
SUBSECTION=Elven
DESCRIPTION=Woodland Chest
CanUse=can_u_elf
ReqStr=95
TEVENTS=t_equipitem
DUPELIST=0315e
ON=@Create
HITPOINTS={36 48}
RESCOLD=2
RESENERGY=2
RESFIRE=3
RESPHYSICAL=5
RESPOISON=3


RE: Skillmenu problem - amonvangrell - 05-19-2014 08:49 AM

Do u have armslore up ... Right?


RE: Skillmenu problem - darksun84 - 05-19-2014 08:50 AM

did you set arms lore also Shock ?


RE: Skillmenu problem - kn4tseb - 05-19-2014 09:03 AM

yes armslore like 10000000

this is so weird, i just don't get it >.<


to open skillmenu i used toolkit, hammer, even the saw, and nothing !! xddd


RE: Skillmenu problem - kn4tseb - 05-19-2014 01:13 PM

Okey!! ive tried into all menus and it only works under Blacksmithing menu, i have no clue why... i changed resources to 1 iron ingot and 1 Bs skill, 1 log and 1 carpentry, 1 leather and 1% tailoring.... nothing, it only appears inside blacksmithing menu.... does anybody know why??


RE: Skillmenu problem - Extreme - 05-19-2014 01:30 PM

Are you an elf?

Did you checked twice the skillmenu name for repeated menus?


RE: Skillmenu problem - kn4tseb - 05-19-2014 01:32 PM

FIXED!!! "t_carpentry" resource needed >.< at item defname
Big Grin thank you all Smile


RE: Skillmenu problem - Extreme - 05-19-2014 01:33 PM

Good Big Grin