![]() |
|
title - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: title (/Thread-title) Pages: 1 2 |
title - mrkarlo - 03-06-2015 08:09 AM hey its possible to remove titles from npc? Bob, the blacksmith => Bob RE: title - azmanomer - 03-06-2015 10:50 AM // Show job title on vendor names VendorTradeTitle=1 change this in sphere.ini RE: title - Lazarus - 03-06-2015 11:52 AM (03-06-2015 10:50 AM)azmanomer Wrote: // Show job title on vendor names Just because I'm lazy, were can I change the titles? like in spanish? thanks hahaha RE: title - azmanomer - 03-06-2015 12:47 PM sphere_vendors.scp RE: title - mrkarlo - 03-07-2015 01:09 AM azmanomer thanx, but I cant find this option in my sphere.ini. sphere 56b stable, june RE: title - darksun84 - 03-07-2015 01:28 AM The VendorTradeTitle ini setting was added in October RE: title - mrkarlo - 03-07-2015 01:58 AM ok thnx. is any solution on 56b june? the blacksmith, expert miner. With out any title! where is sphere.exe in 56c nightly distr? I cant find em. RE: title - mrkarlo - 03-07-2015 03:51 AM // Show job title on vendor names VendorTradeTitle=0 anyway, vendor have a title - bob, carpenter etc. RE: title - azmanomer - 03-07-2015 10:18 AM then add an event to all players like; [events npcname] on=@charclick if (<act.npc>==3) || (<act.npc>==4) || (<act.npc>==5) || (<act.npc>==6) || (<act.npc>==7) || (<act.npc>==8) || (<act.npc>==9) act.message <act.name> return 1 endif RE: title - mrkarlo - 03-07-2015 10:01 PM ye thanx, but I didnt specify. I mean title in peperdoll, with out title in peperdoll. Only name! |