Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. /def -p1 -mglob -t'You enter Islands of Myth.' rdmp_on = !RDMP ON 1245
  2. /def -p1 -mglob -t'A dark, sucking portal appears. You fall from it!' rdmp_on_ld = !RDMP ON 1245
  3. /def -agGL -p1 -mregexp -t'RDMP 1245 HEALTH ([0-9]+) ([0-9]+) ([0-9]+) ([0-9]+) ([0-9]+) ([0-9]+) ([0-9]+)' \
  4. my_rdmp_info = /set hit_points %P1(%P2)%;/set spell_points %P3(%P4)%;/set endurance_points %P5(%P6)%;/set my_hunger %P7
  5. /def -agGL -p1 -mregexp -t'RDMP 1245 MONSTER_HEALTH ([\w|\s]+) ([0-9]+)' mon_rdmp_info = /set mon_health %P2
  6. /def -agGL -p1 -mglob -t'RDMP 1245 TARGET_DEATH * died.'
  7. /def -agGL -p1 -mglob -t'RDMP 1245 MONSTER_DEATH * was killed by *.'
  8.  
  9. ;RDMP Status Setup
  10. /status_rm hit_points
  11. /status_add -Ahide_tracks -s1 -x hit_points:10:BCblue
  12. /status_rm spell_points
  13. /status_add -Ahit_points -s1 -x spell_points:10:BCblue
  14. /status_rm endurance_points
  15. /status_add -Aspell_points -s1 -x endurance_points:10:BCblue
  16. /status_rm my_hunger
  17. /status_add -Aendurance_points -s1 -x my_hunger:2:BCcyan
  18. /status_rm mon_health
  19. /status_add -Amy_hunger -s1 -x mon_health:3:BCred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement