Official ScriptUO EasyUO Scripts > Inactive Submissions

Gen's GM Alert 2.0

<< < (4/5) > >>

rolixx:

--- Quote from: gen2000 on October 17, 2009, 03:49:49 PM ---
-It has player detection and will let you know who come onto your screen in the menu/voice. (optional)

--- End quote ---

Great script! But it doesn't detect players for me (uo forever server). But other features works - It detects my movement, trade & etc. Could you please help to solve detection of other players?

Ketchup:
No longer detects GM's for me, if possible could you also add an alert for when your characters gets a message icon in the top left corner from staff?

rolixx:
Pleeeease fix that great script!!  :o 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.

Crisis:

--- Quote from: rolixx on May 19, 2015, 09:41:46 AM ---Pleeeease fix that great script!!  :o 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.

--- End quote ---

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: ---menu get playerdetect
if ! #MENURES
  goto trade
if %contact_wait < #SCNT
  ignoreitem reset name
finditem HS_IS_NAB_OAB_QAB_PAB_MAB_RAB_SAB_LAB_XU_AV_OCB_NCB G_12
if #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
}
--- End code ---

pr0n00b69:
Some1 can post script again? i can't find the download botton i play on UoDreams so i hope it can work there or if some1 know a script that might work please let me know !
Post Merge: November 29, 2015, 11:38:39 PM
--- Quote from: Crisis on May 19, 2015, 01:22:51 PM ---
--- Quote from: rolixx on May 19, 2015, 09:41:46 AM ---Pleeeease fix that great script!!  :o 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.

--- End quote ---

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: ---menu get playerdetect
if ! #MENURES
  goto trade
if %contact_wait < #SCNT
  ignoreitem reset name
finditem HS_IS_NAB_OAB_QAB_PAB_MAB_RAB_SAB_LAB_XU_AV_OCB_NCB G_12
if #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
}
--- End code ---

--- End quote ---

could you help me please? i can't send u a pm !

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version