SphereCommunity
ore script - Printable Version

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

Pages: 1 2


RE: ore script - darksoulfe - 06-18-2013 08:41 PM

Guys you are not understanding what I meant and following the ores are being caught in the mines usually what happens and now, when the player will make the ore a piece of plate both the glove and the body with the hammer smith on the hand that appears in the menu only repair ore and not the plates, and as stated above I did like the menus of the sphere, so I do not know where to put to work only. need to put scripts menu of plates where?
in which script

thank you


RE: ore script - darksun84 - 06-18-2013 08:52 PM

(06-18-2013 05:44 AM)darksoulfe Wrote:  [SKILLMENU SM_BLUESTONE_ARMOR]
Blue Stone Platemail
ON=I_BLUESTONE_PLATEMAIL_CHEST @0687 Blue Stone Chest (25 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_CHEST
ON=I_BLUESTONE_PLATEMAIL_LEGS @0687 Blue Stone Legs (20 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_LEGS
ON=I_BLUESTONE_PLATEMAIL_ARMS @0687 Blue Stone Arms (18 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_ARMS
ON=I_BLUESTONE_PLATEMAIL_HELM @0687 Blue Stone Helm (15 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_HELM
ON=I_BLUESTONE_PLATEMAIL_GLOVES @0687 Blue Stone Gloves (12 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_GLOVES
ON=I_BLUESTONE_PLATEMAIL_GORGET @0687 Blue Stone Gorget (10 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_GORGET
ON=I_BLUESTONE_SHIELD_HEATER @0687 Blue Stone Heater Shield (18 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_SHIELD_HEATER
ON=I_BLUESTONE_SHIELD_KITE @0687 Blue Stone Kite Shield (18 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_SHIELD_KITE
[EOF]

Try by using (<resmake>) instead of number and name inside the ( )


RE: ore script - darksoulfe - 06-18-2013 10:16 PM

good, did the following
put all the ingots in the scripts,
* sphere_item_provisions_ore.scp
* sphere_item_provisions_armor_color.scp
* sphere_skillmenu.scp
* sphere_region.scp

I think not missing anything, more the problem still continues, not managing to create anything or plate or shell or sleeve, now do not know what else to do, I'm up to my head hurting from looking at the computer and see that the process is not working ,

I'm about to give up

thank you


RE: ore script - darksun84 - 06-18-2013 10:34 PM

ahhh ok maybe i understand it now,two possible causes
1)You actually created the skillmenu for the armor but you didn't add it to the blacksmith menu, so it's possible you are adding this.

PHP Code:
[SKILLMENU sm_blacksmith//you have to add sm_bluestone here!
Blacksmithing

ON
=i_ANVIL Repair    // pretty much anyone can attempt to repair.
TEST=BLACKSMITHING 1.0
REPAIR

ON
=i_shield_round_bronze Shields
SKILLMENU
=sm_shields

ON
=i_platemail_chest Armor
SKILLMENU
=sm_armor

ON
=i_sword_viking Weapons
SKILLMENU
=sm_weapons

ON
=i_decorative_armor Colored Armor
SKILLMENU
=sm_colored_armor

ON
=i_decorative_armor Magic Armor
SKILLMENU
=sm_magic_armor

ON
=i_bluestone_platemail_chest bluestone //this!                     
SKILLMENU=sm_bluestone_armor 

2)In my client the 0687 color is actually black, so it doesn't display on skillmenu.


I tried with the script you posted and it works for me Tongue