работает ли на оскоме GM Step
Moderators: Murderator+, Murderator
-
- Posts: 43
- Joined: 2009-01-08 06:36:54
- Location: Не хозяин...
работает ли на оскоме GM Step
если да то скиньте скрипт.
-
- Posts: 257
- Joined: 2006-11-14 16:19:03
- Contact:
Code: Select all
sub GMStep()
If UO.Dead() Then
UO.Print("You are Dead")
return
End If
If UO.GetGlobal('GMstepCheck')=='on' Then
UO.SetGlobal('GMstepCheck','off')
UO.Print("GM Step: Off")
UO.Morph('0')
UO.Msg('.resync')
Else
UO.SetGlobal('GMstepCheck','on')
UO.Print("GM Step: On")
UO.Morph('0x03DB')
UO.Msg('.resync')
End If
end sub
-
- Posts: 257
- Joined: 2006-11-14 16:19:03
- Contact:
-
- Posts: 257
- Joined: 2006-11-14 16:19:03
- Contact:
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
А пропатчить клиент через UOCH ?
Да и addstep неплохо работает...
Морфы не кулл, имхо.
Да и addstep неплохо работает...
Морфы не кулл, имхо.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
I'm wrote:Destruction wrote:А пропатчить клиент через UOCH ?
Да и addstep неплохо работает...
Морфы не кулл, имхо.
AddStep не успеешь написать, + это нужно периодически, а не всегда.
А хоткеи ?..

YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom