Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy
This commit is contained in:
commit
cb15dd9e1c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,261 @@
|
|||
version=2
|
||||
:if:<register.registered(First_time_champion)>=false
|
||||
@player.move(0)
|
||||
@player.turnto(1)
|
||||
@text.show(I'm sorry this club~is for members only.*Please leave.)
|
||||
@player.turnto(2)
|
||||
@player.move(1)
|
||||
@player.warp(goldenrod.dat,15,0.1,21,0)
|
||||
@level.update
|
||||
@player.move(1)
|
||||
:end
|
||||
:endif
|
||||
|
||||
:if:<register.registered(clubintro)>=false
|
||||
@Register.register(clubregisters,int,0)
|
||||
@player.move(0)
|
||||
@player.turnto(1)
|
||||
:if:<player.gender>=0
|
||||
@text.show(I'm sorry this club is for mem-*Wait.~Are you perhaps~Miss <player.name>?*I am so sorry~for my rudeness.*Any trainer who is good~enough to be champion is~welcome at this club.*This club is intended~to be a place for powerful~trainers to hangout,~relax, and engage in~friendly battles.*Currently all of the~Gym Leaders of Kanto~and Johto are members,~but they rarely come by.*I am sure if a trainer~as strong as you told~them about this club and~asked them to join you~here they would do so.*They might even come~here willing to battle!)
|
||||
:else
|
||||
@text.show(I'm sorry this club is for mem-*Wait.~Are you perhaps~Mister <player.name>?*I am so sorry~for my rudeness.*Any trainer who is good~enough to be champion is~welcome at this club.*This club is intended~to be a place for powerful~trainers to hangout,~relax, and engage in~friendly battles.*Currently all of the~Gym Leaders of Kanto~and Johto are members,~but they rarely come by.*I am sure if a trainer~as strong as you told~them about this club and~asked them to join you~here they would do so.*They might even come~here willing to battle!)
|
||||
:endif
|
||||
@register.register(clubintro)
|
||||
:endif
|
||||
|
||||
:if:<Register.registered(EusineHere)>=false <and> <register.registed(EusineRematchTalk)>=True
|
||||
:if:<system.random(7)>=5
|
||||
@register.registertime(EusineHere,20,hour)
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Register.registered(LiHere)>=false <and> <Register.registered(LiNotHere)>=false <and> <register.registed(LiRematchTalk)>=True
|
||||
:if:<system.random(10)>=5
|
||||
@register.registertime(LiHere,4,hour)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Register.registered(LiHere)>=true
|
||||
@npc.warp(19,~,0.2,~)
|
||||
:endif
|
||||
|
||||
:if:<Environment.day>=Sunday
|
||||
:if:<Environment.hour><4 <and> <Environment.hour>>0
|
||||
:if:<register.registered(TRTPreTalk)>=true
|
||||
@npc.warp(30,~,3.2,~)
|
||||
@npc.warp(31,~,3.2,~)
|
||||
@npc.warp(32,~,3.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><12 <and> <Environment.hour>>4
|
||||
:if:<register.registered(BugsyRematchTalk)>=true
|
||||
@npc.warp(10,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>6
|
||||
:if:<register.registered(ErikaRematchTalk)>=true
|
||||
@npc.warp(4,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>8
|
||||
:if:<register.registered(BrockRematchTalk)>=true
|
||||
@npc.warp(1,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><23 <and> <Environment.hour>>14
|
||||
:if:<register.registered(MistyRematchTalk)>=true
|
||||
@npc.warp(2,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.day>=Monday
|
||||
:if:<Environment.hour><9 <and> <Environment.hour>>2
|
||||
:if:<register.registered(ChuckRematchTalk)>=true
|
||||
@npc.warp(15,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><12 <and> <Environment.hour>>4
|
||||
:if:<register.registered(BugsyRematchTalk)>=true
|
||||
@npc.warp(10,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>8
|
||||
:if:<register.registered(BrockRematchTalk)>=true
|
||||
@npc.warp(1,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><19 <and> <Environment.hour>>12
|
||||
:if:<register.registered(JasmineRematchTalk)>=true
|
||||
@npc.warp(14,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.day>=Tuesday
|
||||
:if:<Environment.hour><11 <and> <Environment.hour>>2
|
||||
:if:<register.registered(BlaineRematchTalk)>=true
|
||||
@npc.warp(7,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><12 <and> <Environment.hour>>4
|
||||
:if:<register.registered(BugsyRematchTalk)>=true
|
||||
@npc.warp(10,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>8
|
||||
:if:<register.registered(BrockRematchTalk)>=true
|
||||
@npc.warp(1,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><23 <and> <Environment.hour>>14
|
||||
:if:<register.registered(PryceRematchTalk)>=true
|
||||
@npc.warp(15,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.day>=Wednesday
|
||||
:if:<Environment.hour><9 <and> <Environment.hour>>2
|
||||
:if:<register.registered(ChuckRematchTalk)>=true
|
||||
@npc.warp(15,~,0.2,~)
|
||||
:endif
|
||||
:if:<register.registered(KiyoRematchTalk)>=true
|
||||
@npc.warp(18,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><22 <and> <Environment.hour>>6
|
||||
:if:<register.registered(BlueRematchTalk)>=true
|
||||
@npc.warp(8,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><19 <and> <Environment.hour>>12
|
||||
:if:<register.registered(JasmineRematchTalk)>=true
|
||||
@npc.warp(14,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.day>=Thursday
|
||||
:if:<Environment.hour><11 <and> <Environment.hour>>2
|
||||
:if:<register.registered(BlaineRematchTalk)>=true
|
||||
@npc.warp(7,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>8
|
||||
:if:<register.registered(SurgeRematchTalk)>=true
|
||||
@npc.warp(3,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>9
|
||||
:if:<register.registered(OakRematchTalk)>=true
|
||||
@npc.warp(30,~,3.2,~)
|
||||
@npc.warp(31,~,3.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><23 <and> <Environment.hour>>14
|
||||
:if:<register.registered(PryceRematchTalk)>=true
|
||||
@npc.warp(15,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><23 <and> <Environment.hour>>16
|
||||
:if:<register.registered(ClairRematchTalk)>=true
|
||||
@npc.warp(16,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.day>=Friday
|
||||
:if:<Environment.hour><9 <and> <Environment.hour>>2
|
||||
:if:<register.registered(ChuckRematchTalk)>=true
|
||||
@npc.warp(15,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>8
|
||||
:if:<register.registered(SurgeRematchTalk)>=true
|
||||
@npc.warp(3,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><19 <and> <Environment.hour>>12
|
||||
:if:<register.registered(JasmineRematchTalk)>=true
|
||||
@npc.warp(14,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><23 <and> <Environment.hour>>16
|
||||
:if:<register.registered(ClairRematchTalk)>=true
|
||||
@npc.warp(16,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.day>=Saturday
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>6
|
||||
:if:<register.registered(ErikaRematchTalk)>=true
|
||||
@npc.warp(4,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><15 <and> <Environment.hour>>8
|
||||
:if:<register.registered(SurgeRematchTalk)>=true
|
||||
@npc.warp(3,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><23 <and> <Environment.hour>>14
|
||||
:if:<register.registered(MistyRematchTalk)>=true
|
||||
@npc.warp(2,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:if:<Environment.hour><23 <and> <Environment.hour>>16
|
||||
:if:<register.registered(ClairRematchTalk)>=true
|
||||
@npc.warp(16,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
:endif
|
||||
|
||||
#Everyday
|
||||
:if:<Environment.hour><4 <and> <Environment.hour>>0
|
||||
:if:<register.registered(JanineRematchTalk)>=true
|
||||
@npc.warp(5,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.hour><7 <and> <Environment.hour>>3
|
||||
:if:<register.registered(FalknerRematchTalk)>=true
|
||||
@npc.warp(9,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.hour><17 <and> <Environment.hour>>13
|
||||
:if:<register.registered(SabrinaRematchTalk)>=true
|
||||
@npc.warp(6,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.hour><22 <and> <Environment.hour>>18
|
||||
:if:<register.registered(WhitneyRematchTalk)>=true
|
||||
@npc.warp(11,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<Environment.hour>=0 <or> <Environment.hour>=22 <or> <Environment.hour>=23
|
||||
:if:<register.registered(MortyRematchTalk)>=true
|
||||
@npc.warp(12,~,0.2,~)
|
||||
:endif
|
||||
:if:<register.registered(EusineHere)>=true
|
||||
@npc.warp(17,~,0.2,~)
|
||||
:endif
|
||||
:endif
|
||||
|
||||
:if:<register.registered(LeafAtClub)>=true
|
||||
@npc.warp(99,~,3.2,~)
|
||||
:endif
|
||||
|
||||
:if:<register.value(clubregisters)>>15 <and> <register.registered(clubextendinvite)>=false
|
||||
@player.move(0)
|
||||
@player.turnto(1)
|
||||
:if:<player.gender>=0
|
||||
@text.show(Oh, Miss <player.name>.*It is so good to see you!*I am not sure what you told them, but all of the Gym Leaders from both Johto and Kanto have been frequenting the club!*The battles we have witnessed here have been spectacular!*I suspect our reputation for hosting the strongest trainers has begun to spread.*If you meet a worthy trainer feel free to invite them to visit us!)
|
||||
:else
|
||||
@text.show(Oh, Mister <player.name>.*It is so good to see you!*I am not sure what you told them, but all of the Gym Leaders from both Johto and Kanto have been frequenting the club!*The battles we have witnessed here have been spectacular!*I suspect our reputation for hosting the strongest trainers has begun to spread.*If you meet a worthy trainer feel free to invite them to visit us!)
|
||||
:endif
|
||||
@register.register(clubextendinvite)
|
||||
:endif
|
||||
:end
|
Binary file not shown.
|
@ -14,11 +14,13 @@
|
|||
:endwhen
|
||||
|
||||
@entity.setvisible(3,1)
|
||||
@entity.setcollision(1,0)
|
||||
|
||||
:if:<register.registered(defeat<level.filename>)>=True
|
||||
:then
|
||||
@entity.remove(2)
|
||||
@entity.setvisible(1,0)
|
||||
@entity.setcollision(1,1)
|
||||
:endif
|
||||
|
||||
@sound.play(shutter)
|
||||
|
|
|
@ -42,6 +42,7 @@ version=2
|
|||
@npc.register(liberty\garden.dat|39|position|33,2,17)
|
||||
@npc.register(liberty\garden.dat|40|position|41,1,8)
|
||||
@npc.register(liberty\garden.dat|41|position|33,2,26)
|
||||
@npc.register(liberty\garden.dat|42|position|29,2,22)
|
||||
|
||||
@npc.register(liberty\garden.dat|1|remove|0)
|
||||
@npc.register(liberty\garden.dat|2|remove|0)
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
version=2
|
||||
:if:<register.registered(v-tutor)>=false
|
||||
@text.show(I seek a strong Pokémon~to pass down my teachings.*I don't, however, seek~just raw power, but~instead a Pokémon whose~body overflows with energy~and a burning passion~for victory!*Only such a creature~could use V-Create.)
|
||||
@register.register(v-tutor)
|
||||
:endif
|
||||
:if:<pokemon.number(0)>=384 <or> <pokemon.number(0)>=494
|
||||
:if:<pokemon.hasattack(0,557)>=false
|
||||
@text.show(That <pokemon.name(0)>~of yours...~It's the one I've sought~for so long!*Tell me, do you think~it can master the~flaming technique known~as V-Create?)
|
||||
@options.show(Yes,No)
|
||||
:when:Yes
|
||||
@text.show(I shall teach it, then.)
|
||||
@pokemon.learnattack(0,557)
|
||||
:when:No
|
||||
@text.show(Such a waste of potential.)
|
||||
:endwhen
|
||||
:else
|
||||
@text.show(Now that it controls the~flaming power, nothing~can stop it!)
|
||||
:endif
|
||||
:else
|
||||
@text.show(That <pokemon.name(0)>~of yours...~It seems strong, but it's~not what I'm looking for.*Not without the~victorious flame...*If you find any other~Pokémon you think could~control the power of~V-Create, bring it to me.)
|
||||
:endif
|
||||
:end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,17 +1,23 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(BugsyRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe mornings during~the beginning of the week?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(BugsyRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
@battle.starttrainer(azalea_gym\leader)
|
||||
@player.AchieveEmblem(hive)
|
||||
:if:<register.registered(hivebadge_obtain)>=False
|
||||
@register.register(hivebadge_obtain)
|
||||
@register.register(trainer_azalea_gym\001)
|
||||
@register.register(trainer_azalea_gym\002)
|
||||
@register.register(trainer_azalea_gym\003)
|
||||
@register.register(trainer_azalea_gym\004)
|
||||
@register.register(trainer_azalea_gym\005)
|
||||
@player.GetBadge(10)
|
||||
@Text.show(Do you know the~benefits of the Hive Badge?*If you have it,~Pokémon up to Level 30 will~obey you.*Pokémon that know~Cut will be able*to use it outside~of battle too.*Here, I also want~you to have this.)
|
||||
@item.give(239,1)
|
||||
@item.messagegive(239,1)
|
||||
@Text.show(TM49 contains~Fury Cutter.*If you don't miss,~it gets stronger~every turn.*The longer your~battle goes, the~better it gets.*Isn't that great?~I discovered it!)
|
||||
@register.register(hivebadge_obtain)
|
||||
@register.register(trainer_azalea_gym\001)
|
||||
@register.register(trainer_azalea_gym\002)
|
||||
@register.register(trainer_azalea_gym\003)
|
||||
@register.register(trainer_azalea_gym\004)
|
||||
@register.register(trainer_azalea_gym\005)
|
||||
@player.GetBadge(10)
|
||||
@Text.show(Do you know the~benefits of Hivebadge?*If you have it,~Pokémon up to Level 30 will~obey you.*Pokémon that know~Cut will be able*to use it outside~of battle too.*Here, I also want~you to have this.)
|
||||
@item.add(239,1)
|
||||
@item.messagegive(239,1)
|
||||
@Text.show(TM49 contains~Fury Cutter.*If you don't miss,~it gets stronger~every turn.*The longer your~battle goes, the~better it gets.*Isn't that great?~I discovered it!)
|
||||
:endif
|
||||
:end
|
|
@ -1,23 +1,24 @@
|
|||
version=2
|
||||
:if:<register.registered(trainer_blackthorn_gym\leader)>=true <and> <register.registered(risingbadge_obtain)>=false
|
||||
:then
|
||||
@Text.show(What's the matter?*Is it too much to~expect of you?)
|
||||
:end
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(ClairRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe evenings during~the end of the week?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(ClairRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
:if:<register.registered(trainer_blackthorn_gym\leader)>=true <and> <register.registered(risingbadge_obtain)>=false
|
||||
@Text.show(What's the matter?*Is it too much to~expect of you?)
|
||||
:end
|
||||
:endif
|
||||
|
||||
@battle.starttrainer(blackthorn_gym\leader)
|
||||
|
||||
:if:<register.registered(risingbadge_obtain)>=false
|
||||
:then
|
||||
@entity.warp(1,3,-1,5)
|
||||
@entity.remove(0)
|
||||
@Register.register(trainer_blackthorn_gym\001)
|
||||
@Register.register(trainer_blackthorn_gym\002)
|
||||
@Register.register(trainer_blackthorn_gym\003)
|
||||
@Register.register(trainer_blackthorn_gym\004)
|
||||
@Register.register(trainer_blackthorn_gym\005)
|
||||
@npc.unregister(goldenrod\radiotower\2f.dat|7|position|9,0,4)
|
||||
@npc.register(blackthorn.dat|5|position|21,0,2)
|
||||
@Text.show(I won't admit this.*I may have lost,~but you're still*not ready for the~Pokémon League*I know. You should~take the dragon~user challenge.*Behind this Gym is~a place called~Dragon's Den.*There is a small~shrine at its center.*Go there.*If you can prove~that you've lost*your lazy ideals,~I will recognize*you as a trainer~worthy of a~Gym Badge!)
|
||||
@entity.warp(1,3,-1,5)
|
||||
@entity.remove(0)
|
||||
@register.register(trainer_blackthorn_gym\001)
|
||||
@register.register(trainer_blackthorn_gym\002)
|
||||
@register.register(trainer_blackthorn_gym\003)
|
||||
@register.register(trainer_blackthorn_gym\004)
|
||||
@register.register(trainer_blackthorn_gym\005)
|
||||
@npc.register(blackthorn.dat|5|position|21,0,2)
|
||||
@Text.show(I won't admit this.*I may have lost,~but you're still*not ready for the~Pokémon Leageue*I know. You should~take the dragon~user challenge.*Behind this Gym is~a place called~Dragon's Den.*There is a small~shrine at its center.*Go there.*If you can prove~that you've lost*your lazy ideals,~I will recognize*you as a trainer~worthy of a~Gym Badge!)
|
||||
:endif
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -1,53 +1,56 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(ChuckRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe Monday/Wednesday/~Friday early mornings?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(ChuckRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
|
||||
:if:<register.registered(stormbadge_obtain)>=False
|
||||
@Music.play(trainer_encounter)
|
||||
@Text.show(WAHAHAHA!*So you've come~this far!*Let me tell you,~I'm tough!~My Pokémon will~crush stones and~shatter bones!~Watch this!)
|
||||
@npc.turn(0,3)
|
||||
@Level.wait(5)
|
||||
@Player.turnto(3)
|
||||
@player.move(1)
|
||||
@player.turnto(0)
|
||||
@text.show(CHUCK: Urggh!~...*Ooooarrgh!)
|
||||
@Music.play(trainer_encounter)
|
||||
@Text.show(WAHAHAHA!*So you've come~this far!*Let me tell you,~I'm tough!~My Pokémon will~crush stones and~shatter bones!~Watch this!)
|
||||
@npc.turn(0,3)
|
||||
@Level.wait(5)
|
||||
@Player.turnto(3)
|
||||
@player.move(1)
|
||||
@player.turnto(0)
|
||||
@text.show(CHUCK: Urggh!~...*Ooooarrgh!)
|
||||
@sound.play(destroy)
|
||||
|
||||
@sound.play(destroy)
|
||||
:while:<entity.positiony(5)><1
|
||||
:while:<entity.positiony(5)><1
|
||||
@entity.addtoposition(5,0,0.1,0)
|
||||
@level.wait(2)
|
||||
@level.update
|
||||
:endwhile
|
||||
|
||||
@entity.addtoposition(5,0,0.1,0)
|
||||
@level.wait(2)
|
||||
@level.update
|
||||
:while:<entity.positiony(5)>>-0.3
|
||||
@entity.addtoposition(5,0,-0.1,0)
|
||||
@level.wait(2)
|
||||
@level.update
|
||||
:endwhile
|
||||
|
||||
:endwhile
|
||||
|
||||
:while:<entity.positiony(5)>>-0.3
|
||||
|
||||
@entity.addtoposition(5,0,-0.1,0)
|
||||
@level.wait(2)
|
||||
@level.update
|
||||
|
||||
:endwhile
|
||||
|
||||
@Level.Update
|
||||
@sound.play(destroy)
|
||||
@Entity.Move(5,1)
|
||||
@Level.wait(10)
|
||||
@Player.turnto(1)
|
||||
@player.move(1)
|
||||
@player.turnto(0)
|
||||
@npc.turn(0,2)
|
||||
@battle.starttrainer(cianwood_gym\leader)
|
||||
@Music.play(gym)
|
||||
@register.register(stormbadge_obtain)
|
||||
@register.register(trainer_cianwood_gym\001)
|
||||
@register.register(trainer_cianwood_gym\002)
|
||||
@register.register(trainer_cianwood_gym\003)
|
||||
@register.register(trainer_cianwood_gym\004)
|
||||
@player.GetBadge(13)
|
||||
@player.AchieveEmblem(storm)
|
||||
@text.show(The Storm Badge makes~all Pokémon up to*Level 70 obey, even~traded ones.*It also lets your~Pokémon use Fly*when you're not in~a battle.*Here, take this too!)
|
||||
@item.give(191,1)
|
||||
@item.messagegive(191,1)
|
||||
@text.show(That is Dynamicpunch.*It doesn't always~hit, but when it*does, it causes~confusion!)
|
||||
:end
|
||||
@Level.Update
|
||||
@sound.play(destroy)
|
||||
@Entity.Move(5,1)
|
||||
@Level.wait(10)
|
||||
@Player.turnto(1)
|
||||
@player.move(1)
|
||||
@player.turnto(0)
|
||||
@npc.turn(0,2)
|
||||
@battle.starttrainer(cianwood_gym\leader)
|
||||
@Music.play(gym)
|
||||
@register.register(stormbadge_obtain)
|
||||
@register.register(trainer_cianwood_gym\001)
|
||||
@register.register(trainer_cianwood_gym\002)
|
||||
@register.register(trainer_cianwood_gym\003)
|
||||
@register.register(trainer_cianwood_gym\004)
|
||||
@player.GetBadge(13)
|
||||
@player.AchieveEmblem(storm)
|
||||
@text.show(The Storm Badge makes~all Pokémon up to*Level 70 obey, even~traded ones.*It also lets your~Pokémon use Fly*when you're not in~a battle.*Here, take this too!)
|
||||
@item.give(191,1)
|
||||
@item.messagegive(191,1)
|
||||
@text.show(That is Dynamicpunch.*It doesn't always~hit, but when it*does, it causes~confusion!)
|
||||
:end
|
||||
:endif
|
||||
|
||||
@battle.starttrainer(cianwood_gym\leader)
|
||||
|
|
Binary file not shown.
|
@ -1,16 +1,22 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(MortyRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe around midnight?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(MortyRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
@battle.starttrainer(ecruteak_gym\leader)
|
||||
@player.AchieveEmblem(fog)
|
||||
:if:<register.registered(fogbadge_obtain)>=False
|
||||
@register.register(fogbadge_obtain)
|
||||
@register.register(trainer_ecruteak_gym\001)
|
||||
@register.register(trainer_ecruteak_gym\002)
|
||||
@register.register(trainer_ecruteak_gym\003)
|
||||
@register.register(trainer_ecruteak_gym\004)
|
||||
@player.GetBadge(12)
|
||||
@Text.show(By having the Fog~Badge, Pokémon up*to Level 50 will obey~you.*Also, Pokémon that~know Surf will be*able to use that~move anytime.*I want you to have~this too)
|
||||
@item.give(220,1)
|
||||
@item.messagegive(220,1)
|
||||
@Text.show(It's Shadow Ball.~It causes damage*and may reduce~Special Defense.*Use it if it~appeals to you.)
|
||||
@register.register(fogbadge_obtain)
|
||||
@register.register(trainer_ecruteak_gym\001)
|
||||
@register.register(trainer_ecruteak_gym\002)
|
||||
@register.register(trainer_ecruteak_gym\003)
|
||||
@register.register(trainer_ecruteak_gym\004)
|
||||
@player.GetBadge(12)
|
||||
@Text.show(By having Fog-~Badge, Pokémon up*to Level 50 will obey~you.*Also, Pokémon that~know Surf will be*able to use that~move anytime.*I want you to have~this too)
|
||||
@item.add(220,1)
|
||||
@item.messagegive(220,1)
|
||||
@Text.show(It's Shadow Ball.~It causes damage*and may reduce~Special Defense.*Use it if it~appeals to you.)
|
||||
:endif
|
||||
:end
|
Binary file not shown.
|
@ -1,4 +1,11 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(WhitneyRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe evenings?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(WhitneyRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
|
||||
:if:<register.registered(whitneyTM)>=False <and> <register.registered(plainbadge_obtain)>=True
|
||||
@item.give(235,1)
|
||||
@register.register(whitneyTM)
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,blaine)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,blue)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,brock)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,bugsy<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,chuck<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,clair<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,erika)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,falkner<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,janine)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,jasmine<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
version=2
|
||||
#0: gym leader
|
||||
:if:<register.exists(<storage.get(string,leader)>rematch)>=false
|
||||
@text.show(<battle.intromessage(gymrematch\\<storage.get(string,leader)>)>)
|
||||
@battle.trainer(gymrematch\\<storage.get(string,leader)>)
|
||||
@register.registertime(<storage.get(string,leader)>rematch,1,day)
|
||||
:endif
|
||||
@text.show(<battle.defeatmessage(gymrematch\\<storage.get(string,leader)>)>)
|
||||
:end
|
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,misty)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,morty<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,pryce<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,sabrina)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,surge)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
version=2
|
||||
@storage.set(string,leader,whitney<register.exists(earthbadge_obtain)>)
|
||||
@script.start(trainer\gymrematch\main)
|
||||
:end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,13 +1,18 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(JasmineRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe Monday/Wednesday/~Friday early afternoons?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(JasmineRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
@battle.starttrainer(olivine_gym\leader)
|
||||
@player.AchieveEmblem(mineral)
|
||||
:if:<register.registered(mineralbadge_obtain)>=False
|
||||
:then
|
||||
@Register.register(mineralbadge_obtain)
|
||||
@player.GetBadge(14)
|
||||
@Text.show(The Mineral Badge~raises Pokémon's~Defense.*...Um... Please take~this too...)
|
||||
@item.give(213,1)
|
||||
@item.messagegive(213,1)
|
||||
@Text.show(...You could use~that TM to teach~Iron Tail.)
|
||||
@register.register(mineralbadge_obtain)
|
||||
@player.GetBadge(14)
|
||||
@Text.show(Mineralbadge~raises Pokémon's~Defense.*...Um... Please take~this too...)
|
||||
@item.add(213,1)
|
||||
@item.messagegive(213,1)
|
||||
@Text.show(...You could use~that TM to teach~Iron Tail.)
|
||||
:endif
|
||||
:end
|
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,10 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(earthbadge_obtain)>=true <and> <register.registered(SurgeRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe afternoons during~the end of the week?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(SurgeRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
@battle.starttrainer(vermilion_gym\leader)
|
||||
@player.AchieveEmblem(thunder)
|
||||
:if:<register.registered(thunderbadge_obtain)>=False
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(FalknerRematchTalk)>=false
|
||||
@text.show(Hello, <player.name>.*Battle Bar?*I remember hearing a~little about it.*I might start hanging~out there.*Maybe mornings?*If you visit while~I am there maybe~we could battle.)
|
||||
@register.register(FalknerRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
:endif
|
||||
|
||||
@battle.starttrainer(violetgymleader)
|
||||
@player.AchieveEmblem(zephyr)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -114,6 +114,40 @@ RadioTower:
|
|||
{"EntityField"{ENT[{"Scale"{sngArr[1,1,0.1]}}{"Size"{intArr[1,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[5,11,15.4]}}{"TexturePath"{str[Goldenrod]}}{"Textures"{recArr[[80,32,16,16][80,32,1,16]]}}{"TextureIndex"{intArr[0,0,1,1,1,1,0,0,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"EntityField"{ENT[{"Scale"{sngArr[1,1,0.1]}}{"Size"{intArr[1,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[7,5,15.4]}}{"TexturePath"{str[Goldenrod]}}{"Textures"{recArr[[80,32,16,16][80,32,1,16]]}}{"TextureIndex"{intArr[0,0,1,1,1,1,0,0,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
club:
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,0,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17,0,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,0,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[3,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,0,21]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[2,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[16,0,21]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,1,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[80,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17,1,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[80,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,1,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[80,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,1,21]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[80,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,2,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,40,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17,2,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,40,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,2,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,40,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,2,21]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,40,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,3,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,32,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17,3,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,32,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[1]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,3,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,32,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,3,21]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[64,32,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"EntityField"{ENT[{"Size"{intArr[6,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[12,4,18]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[48,48,16,16]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,1,1]}}{"Collision"{bool[1]}}{"ModelID"{int[0]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"Entity"{ENT[{"EntityID"{str[WarpBlock]}}{"Position"{sngArr[15,0,21]}}{"TexturePath"{str[Club]}}{"Textures"{recArr[[32,48,16,16]]}}{"TextureIndex"{intArr[0,0,-1,-1,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[goldenrod\club.dat,7,0.1,15,0]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,0,21.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,-1,-1]}}{"Collision"{bool[0]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,1,21.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,2,21.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,1,1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,3,21.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,1,1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,0.25,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,3.625,21.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,1,1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"Entity"{ENT[{"Scale"{sngArr[1,1,0.25]}}{"EntityID"{str[TurningSign]}}{"Position"{sngArr[17.625,4.25,21.375]}}{"TexturePath"{str[club]}}{"Textures"{recArr[[0,64,17,13][17,64,4,13][0,77,17,4]]}}{"TextureIndex"{intArr[0,0,1,1,1,1,0,0,2,2,2,2]}}{"Collision"{bool[1]}}{"ModelID"{int[12]}}{"Action"{int[0]}}{"AdditionalValue"{str[3]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Pokecenter:
|
||||
{"EntityField"{ENT[{"Size"{intArr[4,1]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[14,0,24]}}{"TexturePath"{str[Goldenrod]}}{"Textures"{recArr[[16,0,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,-1,-1,0,0,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,4]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17,0,24]}}{"TexturePath"{str[Goldenrod]}}{"Textures"{recArr[[16,0,16,16]]}}{"TextureIndex"{intArr[-1,-1,0,0,-1,-1,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
@ -138,11 +172,11 @@ Pokecenter:
|
|||
{"Entity"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17,2,27]}}{"TexturePath"{str[Goldenrod]}}{"Textures"{recArr[[64,32,16,16]]}}{"TextureIndex"{intArr[-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[5]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[3]}}]}}
|
||||
{"Entity"{ENT[{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17,2,24]}}{"TexturePath"{str[Goldenrod]}}{"Textures"{recArr[[64,32,16,16]]}}{"TextureIndex"{intArr[-1,-1,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[5]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[18.375,0,27.625]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,-1,-1]}}{"Collision"{bool[0]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[18.375,1,27.625]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[18.375,2,27.625]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,1,1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,0,27.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,-1,-1]}}{"Collision"{bool[0]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,1,27.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[0.25,1,0.25]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[17.625,2,27.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[20,32,4,16][24,32,4,4]]}}{"TextureIndex"{intArr[0,0,0,0,0,0,0,0,1,1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
{"Entity"{ENT[{"Scale"{sngArr[1,1,0.25]}}{"EntityID"{str[TurningSign]}}{"Position"{sngArr[18.375,3,27.625]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[0,44,16,12][16,44,4,12][0,56,16,4]]}}{"TextureIndex"{intArr[0,0,1,1,1,1,0,0,2,2,2,2]}}{"Collision"{bool[1]}}{"ModelID"{int[12]}}{"Action"{int[0]}}{"AdditionalValue"{str[1]}}{"Rotation"{int[0]}}]}}
|
||||
{"Entity"{ENT[{"Scale"{sngArr[1,1,0.25]}}{"EntityID"{str[TurningSign]}}{"Position"{sngArr[17.625,3,27.375]}}{"TexturePath"{str[violet]}}{"Textures"{recArr[[0,44,16,12][16,44,4,12][0,56,16,4]]}}{"TextureIndex"{intArr[0,0,1,1,1,1,0,0,2,2,2,2]}}{"Collision"{bool[1]}}{"ModelID"{int[12]}}{"Action"{int[0]}}{"AdditionalValue"{str[1]}}{"Rotation"{int[0]}}]}}
|
||||
|
||||
Mart:
|
||||
{"EntityField"{ENT[{"Size"{intArr[1,6]}}{"EntityID"{str[WallBlock]}}{"Position"{sngArr[22,0,22]}}{"TexturePath"{str[Goldenrod]}}{"Textures"{recArr[[16,0,16,16]]}}{"TextureIndex"{intArr[-1,-1,-1,-1,0,0,-1,-1,-1,-1]}}{"Collision"{bool[1]}}{"ModelID"{int[1]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[0]}}]}}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue