SphereCommunity
Vendors saying item's base names - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Vendors saying item's base names (/Thread-Vendors-saying-item-s-base-names)

Pages: 1 2


Vendors saying item's base names - UltimaAku - 03-10-2013 11:14 PM

Hi there,i was wondering if there was a way to get my vendors to say the item's name instead of theitems ID name when they are being sold? My heal potions are called yellow bottles and my claw weapons are called tekagi. Don't even know where to start looking for that sort of modification Confused


RE: Vendors saying item's base names - Crusader - 03-10-2013 11:24 PM

maybe in sphere_msg?


RE: Vendors saying item's base names - UltimaAku - 03-10-2013 11:27 PM

only DEFMESSAGES in there :/ its on the actual shopping gump. ill make a print screen

heres the picture


RE: Vendors saying item's base names - Crusader - 03-10-2013 11:59 PM

oh i see, maybe sphere_menu then.


RE: Vendors saying item's base names - UltimaAku - 03-11-2013 12:08 AM

nah, sphere menu has nothing to do with it :/


RE: Vendors saying item's base names - Crusader - 03-11-2013 12:14 AM

i just checked, u have just to change the name of the related item


RE: Vendors saying item's base names - UltimaAku - 03-11-2013 12:35 AM

Code:
[ITEMDEF 027ab]
//DEFNAME=i_tekagi
DEFNAME=i_claws
//NAME=Tekagi
NAME=Claws
TYPE=T_WEAPON_FENCE
DAM=0,10
SPEED=80
SKILL=Wrestling
REQSTR=10
TWOHANDS=Y
WEIGHT=4
SKILLMAKE=BLACKSMITHING 55.0
RESOURCES=12 i_ingot_iron
DUPELIST=027f6
VALUE=180

//CATEGORY=Provisions - Weapons
//SUBSECTION=Samurai Empire
//DESCRIPTION=Tekagi

CATEGORY=Provisions - Weapons
SUBSECTION=Wrestling
DESCRIPTION=Claws

ON=@CREATE
HITPOINTS={50 60}

My script looks like that, the name that appears in the shop is Tegaki

Tekagi* (sorry typeo)


RE: Vendors saying item's base names - Dullais - 03-17-2013 08:19 PM

(03-11-2013 12:35 AM)UltimaAku Wrote:  
Code:
[ITEMDEF 027ab]
//DEFNAME=i_tekagi
DEFNAME=i_claws
//NAME=Tekagi
NAME=Claws
TYPE=T_WEAPON_FENCE
DAM=0,10
SPEED=80
SKILL=Wrestling
REQSTR=10
TWOHANDS=Y
WEIGHT=4
SKILLMAKE=BLACKSMITHING 55.0
RESOURCES=12 i_ingot_iron
DUPELIST=027f6
VALUE=180

//CATEGORY=Provisions - Weapons
//SUBSECTION=Samurai Empire
//DESCRIPTION=Tekagi

CATEGORY=Provisions - Weapons
SUBSECTION=Wrestling
DESCRIPTION=Claws

ON=@CREATE
HITPOINTS={50 60}

My script looks like that, the name that appears in the shop is Tegaki

Tekagi* (sorry typeo)

Hi, Iam newbie too (so this tip is probably useless), but in your place i would make a tegaki script, and for claws a different script with ID=i_tekagi.
Perhaps this would solve the problem.


RE: Vendors saying item's base names - darksun84 - 03-17-2013 08:54 PM

Yep i had a similar problem, looks like it get the name from the cliloc, so you have to edit it :\


RE: Vendors saying item's base names - UltimaAku - 03-25-2013 01:45 AM

thanks dullais already tried that Smile

darksun84 i have no idea where to start with that XD