Egoboo Forum

The Legend of Egoboo Sporks of Yore
Cookie Sword
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Egoboo Forum Forum Index -> -> Development
View previous topic :: View next topic  
Author Message
woodmouse
Skinner
Skinner


Joined: 19 Apr 2008
Age: 14
Posts: 3061
Location: Finland

PostPosted: Mon Jun 16, 2008 3:14 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

I think after SpawnParticle. I'm not sure, but I think.
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website
penguinflyer2222
The Dark One
The Dark One


Joined: 28 May 2008
Age: 9
Posts: 739
Location: In exsistance

PostPosted: Mon Jun 16, 2008 3:34 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

I'll try that.

Edit:The cookies haven't managed to hit anything.
_________________
Penguinflyer2222: Made in U.S.A.
I am evil!
I have a secret plan that I hope will become heir to the throne of greatness.
Back to top
View user's profile Send private message
Chainsaw
Lumberjack
Lumberjack


Joined: 20 Oct 2007
Age: 15
Posts: 2378
Location: Israel

PostPosted: Mon Jun 16, 2008 4:32 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Did you give them a bump size and damage?
_________________
"To err is human, to really mess up requires a computer."
Chainsaw's Cell [Last update: 27th May '08]
Back to top
View user's profile Send private message Send e-mail
penguinflyer2222
The Dark One
The Dark One


Joined: 28 May 2008
Age: 9
Posts: 739
Location: In exsistance

PostPosted: Mon Jun 16, 2008 4:37 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

I did damage.
What is the bump size for?
I'll make it 25.
_________________
Penguinflyer2222: Made in U.S.A.
I am evil!
I have a secret plan that I hope will become heir to the throne of greatness.
Back to top
View user's profile Send private message
Chainsaw
Lumberjack
Lumberjack


Joined: 20 Oct 2007
Age: 15
Posts: 2378
Location: Israel

PostPosted: Mon Jun 16, 2008 5:02 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

It defines how big it is, if it has no size, you can't touch it.
Also, give them a height of about 70, so the cookies are slightly above the ground when they're spawned.
_________________
"To err is human, to really mess up requires a computer."
Chainsaw's Cell [Last update: 27th May '08]
Back to top
View user's profile Send private message Send e-mail
penguinflyer2222
The Dark One
The Dark One


Joined: 28 May 2008
Age: 9
Posts: 739
Location: In exsistance

PostPosted: Mon Jun 16, 2008 10:43 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Now the only thing is the messaging isn't working.
_________________
Penguinflyer2222: Made in U.S.A.
I am evil!
I have a secret plan that I hope will become heir to the throne of greatness.
Back to top
View user's profile Send private message
Agent of Dread
lolwut?? (Moderator)
lolwut?? (Moderator)


Joined: 23 Sep 2007
Age: 11
Posts: 4347
Location: FACEPLANT

PostPosted: Tue Jun 17, 2008 9:30 am    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

In the script you need to set certain commands to certain message numbers.
_________________
FACEPLANT
Back to top
View user's profile Send private message Send e-mail MSN Messenger
penguinflyer2222
The Dark One
The Dark One


Joined: 28 May 2008
Age: 9
Posts: 739
Location: In exsistance

PostPosted: Tue Jun 17, 2008 3:10 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

I did, but it's not working.
Code:
 // ZZ> This function makes an item fall to the floor when spawned
IfSpawned            //
  tmpargument = ACTIONJB        //
  DoAction              //
  KeepAction              //
  MakeCrushValid
IfCrushed
  tmpx = selfx
  tmpy = selfy
  tmpdistance = selfz
  tmpargument = 1
  SpawnExactParticle
  SpawnExactParticle
  SpawnExactParticle
  SpawnExactParticle
  GoPoof
  tmpargument = 1
  SendMessageNear
IfDropped            // Make it lie on floor
  KeepAction              //
IfHitGround            // Make a sound
  tmpargument = 1           //
  tmpdistance = rand & 2047 + 10000     //
  PlaySound              //
IfTakenOut            // Make a sound
  tmpargument = 2           //
  tmpdistance = rand & 2047 + 10000     //
  PlaySound              //
  SetTargetToWhoeverIsHolding        //
  IfTargetIsAPlayer           //
    tmpargument = 2           //
    SendMessageNear           //
IfGrabbed            // Tell them what they've won...
  SetTargetToWhoeverIsHolding        //
  IfTargetIsAPlayer           //
    tmpargument = 0           //
    SendMessageNear

IfUsed
  tmpargument = 2
  tmpdistance = 0
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
IfScoredAHit      // If this character hit something.
  SetTargetToWhoeverWasHit
  tmpargument = [HUMA]
  IfTargetHasID
    tmpargument = 3      // Tell players it's useless. Yummy though.
    SendMessage
  Else      //If they AREN'T human...
    tmpargument = rand & 2304 + 256
    DamageTarget
    tmpargument = 4      // Tell players it's uber awesome.
    SendMessage

           //
End               // All done

Code:
 Message 0: %t_grabbed_%n.
Message 1: The_%n_was_destroyed!
Message 2: %t_drew_%n.
Message 3: %n_isn't_powerful,_but_yummy.
Message 4: %n_is_uber_powerful.

_________________
Penguinflyer2222: Made in U.S.A.
I am evil!
I have a secret plan that I hope will become heir to the throne of greatness.
Back to top
View user's profile Send private message
Chainsaw
Lumberjack
Lumberjack


Joined: 20 Oct 2007
Age: 15
Posts: 2378
Location: Israel

PostPosted: Tue Jun 17, 2008 3:22 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Just change "SendMessage" to "SendMessageNear".

Also, you can replace this:
Code:
IfUsed
  tmpargument = 2
  tmpdistance = 0
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle


With this:

Code:
IfUsed
  tmpargument = 2
  tmpdistance = 0
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  SpawnParticle
  SpawnParticle
  SpawnParticle


Since you didn't change the coordinates, you can just put the command again and it'll use the same ones you already gave it.
_________________
"To err is human, to really mess up requires a computer."
Chainsaw's Cell [Last update: 27th May '08]
Back to top
View user's profile Send private message Send e-mail
penguinflyer2222
The Dark One
The Dark One


Joined: 28 May 2008
Age: 9
Posts: 739
Location: In exsistance

PostPosted: Tue Jun 17, 2008 3:42 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

I won't change it because the it makes the cookies right on top of each other.

And the messages still don't work! Sad Mad Mad Sad Whine
_________________
Penguinflyer2222: Made in U.S.A.
I am evil!
I have a secret plan that I hope will become heir to the throne of greatness.
Back to top
View user's profile Send private message
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2301
Location: Norway

PostPosted: Tue Jun 17, 2008 10:30 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Chainsaw wrote:
Just change "SendMessage" to "SendMessageNear".

Also, you can replace this:
Code:
IfUsed
  tmpargument = 2
  tmpdistance = 0
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle


With this:

Code:
IfUsed
  tmpargument = 2
  tmpdistance = 0
  tmpx = rand & 63
  tmpy = rand & 63
  SpawnParticle
  SpawnParticle
  SpawnParticle
  SpawnParticle


Since you didn't change the coordinates, you can just put the command again and it'll use the same ones you already gave it.


Actually, you are wrong chainsaw. The first one randomizes each particle coordinates each time it is spawned. While the second one randomizes coordinates once and uses the same ones for each particle spawned.
_________________
http://egoboo.sourceforge.net

"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Maxaxle
Elite Gamer
Elite Gamer


Joined: 06 Oct 2007
Age: 15
Posts: 2717
Location: San Diego

PostPosted: Thu Jun 19, 2008 7:11 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Well, when all of this is fixed, will the Cookie Sword be re-released?
_________________
http://www.freewebs.com/maxaxle88/
Inventor class last updated: July 9, 2008
Download: https://sourceforge.net/projects/maxaxlesegoboos
FREE PIZZA TOMORROW
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Agent of Dread
lolwut?? (Moderator)
lolwut?? (Moderator)


Joined: 23 Sep 2007
Age: 11
Posts: 4347
Location: FACEPLANT

PostPosted: Thu Jun 19, 2008 9:02 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Yes, Captain Obvious.
_________________
FACEPLANT
Back to top
View user's profile Send private message Send e-mail MSN Messenger
penguinflyer2222
The Dark One
The Dark One


Joined: 28 May 2008
Age: 9
Posts: 739
Location: In exsistance

PostPosted: Thu Jun 19, 2008 9:51 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

If I can make the messages work.
But when I last tried they didn't. Whine Whine
All it says is "The mephit wasn't cautious enough. ", or "Araal sank a squegee." and things like that.
_________________
Penguinflyer2222: Made in U.S.A.
I am evil!
I have a secret plan that I hope will become heir to the throne of greatness.
Back to top
View user's profile Send private message
woodmouse
Skinner
Skinner


Joined: 19 Apr 2008
Age: 14
Posts: 3061
Location: Finland

PostPosted: Mon Jun 23, 2008 1:07 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

It's about the enemies' messages, then...
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Egoboo Forum Forum Index -> -> Development All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 3 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


© 2007 Informe.com. Get Free Forum Hosting
Powered by phpBB © 2001, 2005 phpBB Group

RedSilver 1.01 Theme was programmed by DEVPPL HTML Forum
Images were made by DEVPPL Photoshop Forum