Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Strange Thing
#1
! 
Today one player of my EOD mod saw strange thing
mod have a mines with timers. but!
while he play 3-8, one mine fall from sky AS A SECOND PLEYER! :p

this is the code of 3-8 stage.
1. no one mine comes from code
2. all mines (if it fall randomly) haven't type: 0 (type for character)
3. exe doesnt have any special changes
Code:
<phase> bound: 900
                music: bgm\firen_and_john_battle.wma
                id: 7 hp: 1500 act: 379 x: 450              #firen
                id: 8 hp: 0    act: 380 x: -150 join: 1500  #freeze
                id: 2 hp: 1500 act: 380 x: 525              #john
        <phase_end>

        <phase> bound: 1200
                music: bgm\firen_and_john_battle.wma
                id: 32 act: 285   hp: 50  times: 2 ratio: 4.9
                id: 32 act: 285   hp: 50  times: 2 ratio: 4.9
        <phase_end>
        
        <phase> bound: 1700    
                music: bgm\firen_and_john_battle.wma
                id: 32 act: 285   hp: 50  times: 2 ratio: 4.9
                id: 32 act: 285   hp: 50  times: 2 ratio: 4.9
                id: 32 act: 285   hp: 50  times: 2 ratio: 4.9
        <phase_end>

        <phase> bound: 1710
                music: bgm\firen_and_john_battle.wma
                id: 7 hp: 1500  x: 700 <boss>
                id: 2 hp: 1500  x: 700 <boss>
                id: 37 hp: 3 x: 200  act: 390 times: 3
                id: 37 hp: 3 x: 700  act: 390 times: 3
                id: 37 hp: 3 x: 1400 act: 390 times: 3
                id: 37 hp: 1 x: 100  ratio: 20 act: 263  <soldier>
                id: 37 hp: 1 x: 400  ratio: 20 act: 263  <soldier>
                id: 37 hp: 1 x: 700  ratio: 20 act: 263  <soldier>
                id: 37 hp: 1 x: 1000 ratio: 20 act: 263 <soldier>
                id: 37 hp: 1 x: 1300 ratio: 20 act: 263 <soldier>
                id: 37 hp: 1 x: 1600 ratio: 20 act: 263 <soldier>
        <phase_end>


WTF? why the mine fall from sky as a new player? and why second player?
how it's possible to add player? oO
i cant understand it >_<

Youtube Video:
click

yeah, O_o - it's name binded to second player

replay for mod attached to post (for players, who try it)


Attached Files
.rar   20091220_122703_Stage_3.rar (Size: 11.12 KB / Downloads: 80)
Just never give up
~EdL
Reply
Thanks given by:
#2
it's a bug with the exe, happens when you have objects spawning, and an object happens to go into the computer's memory address where player X (in this case player 2)'s pointer is. u can do it with 1.9c, just keep pressing F8 until the object limit has been reached, use ur char to break a few objects and continue the F8 spam. takes a while but it happens (at least, i had it happen to a boomerang once).



Azriel~
Reply
Thanks given by:
#3
then solved.
thanks.

but i'm interested about immitate this bug ^^
Just never give up
~EdL
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)