player vendor dissappear - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: player vendor dissappear (/Thread-player-vendor-dissappear) Pages: 1 2 |
player vendor dissappear - ograso - 05-26-2014 08:11 AM Hey all, I am using 56b and SCP-NightlyFriday(5.23.2014) script pack. Player vendor dissappeared immediately when I create the player vendor. I thought there is no any problem on player vendor script because I used another player vendor script but same problem. Player vendor show itself and dissappear after 2 seconds.. Could be problem on housing script? RE: player vendor dissappear - Extreme - 05-26-2014 08:42 AM Did you try outside houses? What vendor are you trying to create? Is it custom? Does it have "STR" in @Create? RE: player vendor dissappear - ograso - 05-26-2014 08:46 AM I tried everywhere but same result. I used to original player vendor and also used to custom script. both of it has same problem. it is disspear after creation and also there is str in @create. [CHARDEF c_vendor_player] NAME=#NAMES_HUMANMALE ID=c_man DESIRES=i_gold CAN=MT_NONMOVER ON=@Create NPC=brain_human IF !(<R2>) BODY=c_woman TIMERF 1,OBODY=c_vendor_player NAME=#NAMES_HUMANFEMALE UPDATE ENDIF IF !(<DEF.scp.Vendor_Redeed>) GOLD += 200 ENDIF COLOR=colors_skin FLAGS=<FLAGS>|statf_invul|statf_freeze SPEECH=s_player_vendors EVENTS=+e_custom_vendor MODMAXWEIGHT=<DEF.scp.Vendor_MaxWeight> TAG.Salary=<DEF.scp.Vendor_SalaryBasic> TAG.NameShop=<DEF.scp.Vendor_DefaultShopName> VendorWear EQUIPHALO STR=100 ALLSKILLS=0.0 ITEMNEWBIE=i_bankbox ITEMNEWBIE=i_backpack EVENTS=+t_bag_vendor RE: player vendor dissappear - Extreme - 05-26-2014 09:40 AM Remove this and try again: PHP Code: IF !(<R2>) RE: player vendor dissappear - ograso - 05-26-2014 09:55 AM (05-26-2014 09:40 AM)Extreme Wrote: Remove this and try again: I did but still same. Is there any problem on housing system? RE: player vendor dissappear - Extreme - 05-26-2014 11:23 AM Maybe... post whole housing system and vendor inside [ spoiler ][ /spoiler ] RE: player vendor dissappear - ograso - 05-26-2014 11:38 AM You will press the "İndir" button after click to link sphere_house_system.scp http://www.upload.gen.tr/d.php/www/ED6Bt/sphere_house_system.scp.html Player vendor; http://www.upload.gen.tr/d.php/www/ED6Bt/sphere_vendor_system.scp.html RE: player vendor dissappear - Extreme - 05-26-2014 01:09 PM Wrong link, DNS maybe... Attach it in your post, press New Replay button on bottom right corner. There is an option to upload them. RE: player vendor dissappear - ograso - 05-26-2014 09:10 PM files attached RE: player vendor dissappear - Mordaunt - 05-26-2014 09:18 PM Did you get these from Khaos's Library or are you using the SCP in part or in whole? |