Advanced Search

Author Topic: The Ultimate Weapon: a note book  (Read 4246 times)

0 Members and 1 Guest are viewing this topic.

November 08, 2011, 01:15:45 AM
Read 4246 times

Offline Ryuga_knight

  • Standard Member
  • Date Registered: November 04, 2010, 02:11:44 AM

    • View Profile
The Ultimate Weapon: a note book
« on: November 08, 2011, 01:15:45 AM »
That is right, I will be creating a new world with a weapon of great power! The Death note! and I shall be it's deity! *record scratch*

Alright I'm just messing with you! But seriosuly I would like to make a death note weapon but I have no idea how to get some of the stuff I want coded right. I can make the sprites, but I need someone to code the death note with these peramiters:

1. The projectile it shoots can only be seen by the user
2. after being hit the target dies after 40 second
3. The death text must read "target" died of a heart attack

November 08, 2011, 01:29:59 AM
Reply #1

Offline Ukiyama

  • MM8BDM Extender

  • WAAAAAAAAAAAAAAAAA
  • ***
  • Date Registered: August 23, 2011, 07:49:19 PM

    • View Profile
Re: The Ultimate Weapon: a note book
« Reply #1 on: November 08, 2011, 01:29:59 AM »
1. The projectile it shoots can only be seen by the user (answer: Make it a clientside projectile)
2. after being hit the target dies after 40 second   (answer: Make it give a item to the person injured that does lots of damage after waiting a period of time, which I think is possible)
3. The death text must read "target" died of a heart attack (answer: Obituary "%o died of a heart attack.")

Think thats how I could see that done, only one I'm 100% sure of is the 3rd one.

November 08, 2011, 01:30:55 AM
Reply #2

Offline Gummywormz

  • Standard Member

  • Air Man Tile Enthusiast
  • Date Registered: December 23, 2010, 01:05:44 AM

    • View Profile
    • Github Page
Re: The Ultimate Weapon: a note book
« Reply #2 on: November 08, 2011, 01:30:55 AM »
Quote from: "Ukiyama"
1. The projectile it shoots can only be seen by the user (answer: Make it a clientside projectile) .

You can't do that because otherwise it won't send any damage info online.

November 08, 2011, 01:33:21 AM
Reply #3

Offline Ukiyama

  • MM8BDM Extender

  • WAAAAAAAAAAAAAAAAA
  • ***
  • Date Registered: August 23, 2011, 07:49:19 PM

    • View Profile
Re: The Ultimate Weapon: a note book
« Reply #3 on: November 08, 2011, 01:33:21 AM »
Well yea I guess that make sense then, if you are the only one with the info why would it do anything to anyone, got me there  ;)