mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-17 17:54:36 +02:00
Fixed osetval bug, and quest reward bug --Rumble
This commit is contained in:
parent
972f6ce2af
commit
5beadcf43a
7 changed files with 50 additions and 22 deletions
|
|
@ -1,16 +1,24 @@
|
|||
Text test2~
|
||||
Body test2
|
||||
Body test2
|
||||
~
|
||||
Name Rumble~
|
||||
Level 34
|
||||
Room 1204
|
||||
Flags 1 0 0 0
|
||||
End
|
||||
Text test 5~
|
||||
Body test5
|
||||
Text test 5~
|
||||
Body test5
|
||||
~
|
||||
Name Rumble~
|
||||
Level 34
|
||||
Room 1204
|
||||
Flags 0 0 0 0
|
||||
End
|
||||
Text "tell guide help" when you enter the game does nothing~
|
||||
Body Exactly what the header says.
|
||||
~
|
||||
Name Surgo~
|
||||
Level 1
|
||||
Room 3001
|
||||
Flags 0 0 0 0
|
||||
End
|
||||
|
|
|
|||
|
|
@ -542,8 +542,8 @@ Mortal Greet~
|
|||
2 s 100
|
||||
~
|
||||
* By Rumble of The Builder Academy tbamud.com 9091
|
||||
* TBA mortal greet and equip. New players start at level 0.
|
||||
if %actor.level% == 0
|
||||
wait 1 sec
|
||||
if %actor.level% < 3
|
||||
if !%actor.eq(*)%
|
||||
%load% obj 3037 %actor% light
|
||||
%load% obj 3083 %actor% rfinger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue