Current ScriptUO version is v239Follow THIS LINK to download the new version
0 Members and 1 Guest are viewing this topic.
-It has player detection and will let you know who come onto your screen in the menu/voice. (optional)
Pleeeease fix that great script!! Its the only one script which could help. I'm working at computer all day long and its nice to have script which could help when GM or other player screwing your character.
menu get playerdetectif ! #MENURES goto tradeif %contact_wait < #SCNT ignoreitem reset namefinditem HS_IS_NAB_OAB_QAB_PAB_MAB_RAB_SAB_LAB_XU_AV_OCB_NCB G_12if #findkind <> -1{ if #FINDREP <> 7 { gosub GetName #findid if #result { set %cname %Propname set %sound #false gosub alert %cname , #spc , has , #spc , arrived set %contact %cname menu set contact %contact } } ignoreitem #findid name set %contact_wait #SCNT + 30}
Quote from: rolixx on May 19, 2015, 09:41:46 AMPleeeease fix that great script!! Its the only one script which could help. I'm working at computer all day long and its nice to have script which could help when GM or other player screwing your character.The header tells you that the script was written for OSI. Freeshards are quite different at times and you will most likely need to make changes. Try starting here:Code: [Select]menu get playerdetectif ! #MENURES goto tradeif %contact_wait < #SCNT ignoreitem reset namefinditem HS_IS_NAB_OAB_QAB_PAB_MAB_RAB_SAB_LAB_XU_AV_OCB_NCB G_12if #findkind <> -1{ if #FINDREP <> 7 { gosub GetName #findid if #result { set %cname %Propname set %sound #false gosub alert %cname , #spc , has , #spc , arrived set %contact %cname menu set contact %contact } } ignoreitem #findid name set %contact_wait #SCNT + 30}