Make event_xxx invisible, to avoid weird issues.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5807 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
cde67043a0
commit
dd03d8c765
3
CHANGES
3
CHANGES
|
@ -1,5 +1,8 @@
|
||||||
Changes for SVN top of tree:
|
Changes for SVN top of tree:
|
||||||
|
|
||||||
|
Make event_xxx invisible, avoids many issues in the object handling
|
||||||
|
routines.
|
||||||
|
---
|
||||||
Start splitting server/lib/treasures file in many files.
|
Start splitting server/lib/treasures file in many files.
|
||||||
Rename player class files/random items for coherence.
|
Rename player class files/random items for coherence.
|
||||||
Nicolas Weeger 2007-03-17
|
Nicolas Weeger 2007-03-17
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_apply
|
Object event_apply
|
||||||
type 116
|
type 116
|
||||||
subtype 1
|
subtype 1
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_attack
|
Object event_attack
|
||||||
type 116
|
type 116
|
||||||
subtype 2
|
subtype 2
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_close
|
Object event_close
|
||||||
type 116
|
type 116
|
||||||
subtype 11
|
subtype 11
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_death
|
Object event_death
|
||||||
type 116
|
type 116
|
||||||
subtype 3
|
subtype 3
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_destroy
|
Object event_destroy
|
||||||
type 116
|
type 116
|
||||||
subtype 13
|
subtype 13
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_drop
|
Object event_drop
|
||||||
type 116
|
type 116
|
||||||
subtype 4
|
subtype 4
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_pickup
|
Object event_pickup
|
||||||
type 116
|
type 116
|
||||||
subtype 5
|
subtype 5
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_say
|
Object event_say
|
||||||
type 116
|
type 116
|
||||||
subtype 6
|
subtype 6
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_stop
|
Object event_stop
|
||||||
type 116
|
type 116
|
||||||
subtype 7
|
subtype 7
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_throw
|
Object event_throw
|
||||||
type 116
|
type 116
|
||||||
subtype 9
|
subtype 9
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_time
|
Object event_time
|
||||||
type 116
|
type 116
|
||||||
subtype 8
|
subtype 8
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_timer
|
Object event_timer
|
||||||
type 116
|
type 116
|
||||||
subtype 12
|
subtype 12
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Object event_trigger
|
Object event_trigger
|
||||||
type 116
|
type 116
|
||||||
subtype 10
|
subtype 10
|
||||||
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue