Guest User

MARDEK stuff you can fix

a guest
Apr 29th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Some typos and stuff you can fix, dunno if this applies to your version but at least some should (the frame/sprite numbers will most likely be wrong they should be near):
  2.  
  3. frame1: delete old kongregate badges code:
  4. - _global.kongregate.stats.submit(name,value);
  5. - _global.kongregate.services.connect();
  6.  
  7. frame11: add two tracks for some reason not included in the music player (I'm not sure if the "Dreamrealm" and "Dreamwood" are the proper names, got them from the wiki)
  8. MPTracks = [ ...
  9. + ["Dreamrealm","Gloria_Dream","DUNG"],["Dreamwood","Dreamwood","DUNG"]
  10.  
  11. frame217: fixed Mardek not sleeping (improperly set closed eyes sprite) at the start of chapter 2 (but maybe a "sleep" tag exists in your version and it works, I dunno)
  12. _root.cont.PC.DrawFrame("sleep"); -> _root.cont.PC.DrawFrame(8);
  13.  
  14. frame395 (aeropolis): one of the ways of dealing with the Golden Ore and Silver Ore shortage - add them to the Aeropolis shops which already sell some:
  15. + ["Silver Ore", 1] -> ["Silver Ore", 2],["Golden Ore", 2]
  16.  
  17. DefineSprite594: (c_A_Saul):
  18. frame55:
  19. = Necromatic -> Necromantic
  20.  
  21. DefineSprite599: (c_ALLIES)
  22. frame7:
  23. = bring me -> brings me
  24.  
  25. frame13:
  26. = recongised -> recognised
  27.  
  28. frame18:
  29. = s-s-staring -> s-s-starting
  30.  
  31. DefineSprite629: (c_king):
  32. frame7:
  33. - Air! Eaters -> Air! Eaters
  34.  
  35. DefineSprite641: (c_play)
  36. frame91:
  37. = don’t -> don\'t
  38.  
  39. DefineSprite5136 (B_MODEL):
  40. frame43: (Sekil)
  41. = PSN:0,PAR:0,DRK:0,CNF:0,NUM:0,SIL:0,CRS:0,SLP:0,ZOM:0,BSK:0,BLD:0 -> all to 100 (It has to be an oversight as all normal undead have them set to 100 unless there are good gameplay reasons for them to not have specific ones - this is not one of such cases)
  42.  
  43. DefineText2000 (4th page in the HELP section):
  44. = part of of the experience -> part of the experience
Add Comment
Please, Sign In to add comment