Page 2 of 6 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 139

Thread: 030 Dragon Fly [270] v1.0.8

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. Default

    Perhaps then the weapon menu should be changed so you level the amount of freedom in selection over time. The real problem I have with something like this working all the time is that it will conflict with jack which is supposed to be the race that gets to change weapons...



  2. Default

    1.0.0

    • Initial Release



  3. Default

    1.0.1

    • Users can no longer get weapons while dead.



  4. Default

    Weapon Menu: 30-10sec cool down 28-62% chance to be able to use it at round start with no cool down for first use.

    I have altered the way this works to what I believe will create the best balance between what everyone wants and the general way this race was intended to be used.



  5. Default

    Quote Originally Posted by ZERO View Post
    Weapon Menu: 30-10sec cool down 28-62% chance to be able to use it at round start with no cool down for first use.

    I have altered the way this works to what I believe will create the best balance between what everyone wants and the general way this race was intended to be used.
    YES!!!! zero, you're awesome! i'm assuming that once when you actually use it (not the spawn version) it will work 100%?
    Quote Originally Posted by OMGBEARS
    I feel it is important for me to let you know how feeble your efforts to strike such feelings inside of me really are. I have the internal fortitude of a large animal, an elephant, for instance. Likewise, I'm the result of coitus between the devil and a pack mule made out of chainsaws, so I am extremely strong, and carry little care for others in this world. Trees also stand aside due to my chainsaw blood.
    Quote Originally Posted by ๖ReS View Post
    How am I supposed to tell you to fuck off without replying ?

  6. Default

    Yea you will be able to use it x often. You will also be able to get a 100% chance to use it at spawn when fully leveled.

    The race is currently on the test server with the first 2 skills. The effects are not added yet and there is only 1 spark for the death ability so you can see that it activated.

    As usual I will do all the actual stuff first and then go back and add the effects.



  7. Default

    I need to know if anyone has any pics ect of what the blood loss effect looked like. Here is the code I have:
    Code:
    es_math wcs_z1 + 40
      es_math wcs_z2 + 40
      es est_Effect 3 #a 0 sprites/lgtning.vmt server_var(wcs_x1) server_var(wcs_y1) server_var(wcs_z1) server_var(wcs_x2) server_var(wcs_y2) server_var(wcs_z2) 1 2 3 255 0 0 255
      es est_Effect 3 #a 0 effects/black.vmt server_var(wcs_x1) server_var(wcs_y1) server_var(wcs_z1) server_var(wcs_x2) server_var(wcs_y2) server_var(wcs_z2) 1 1 1 255 0 0 255
      es est_effect 10 #a 0 vgui/gfx/vgui/cs_logo.vmt server_var(wcs_x2) server_var(wcs_y2) server_var(wcs_z2) 80 90 1 10 10 0 255 0 0 255 2
      es est_effect 10 #a 0 sprites/scanner.vmt server_var(wcs_x2) server_var(wcs_y2) server_var(wcs_z2) 80 90 1 5 10 0 255 0 0 255 2
      es_give event_var(userid) env_blood 
      es_fire event_var(userid) env_blood addoutput "color 0" 
      es_fire event_var(userid) env_blood addoutput "amount 90" 
      es_fire event_var(userid) env_blood addoutput "spawnflags 909" 
      es_fire event_var(userid) env_blood emitblood 
      es_delayed 3 es_fire event_var(userid) env_blood kill
    Logically that does not tell me much other than the types of effects that were used. It is always hard to remember what it looked like and that is easier to code from.

    I could alternatively make it look how ever you guys want. So just let me know so we can have an effect that matches this ability.

    ---------- Post added at 04:23 PM ---------- Previous post was at 04:21 PM ----------

    I will be changing the death sparks a bit to create a larger area of effect.



  8. Default

    Oh I should mention that one of the menu orders will be randomized in order to break micro scripts.



  9. Default

    Quote Originally Posted by ZERO View Post
    Oh I should mention that one of the menu orders will be randomized in order to break micro scripts.
    what? why?
    Quote Originally Posted by OMGBEARS
    I feel it is important for me to let you know how feeble your efforts to strike such feelings inside of me really are. I have the internal fortitude of a large animal, an elephant, for instance. Likewise, I'm the result of coitus between the devil and a pack mule made out of chainsaws, so I am extremely strong, and carry little care for others in this world. Trees also stand aside due to my chainsaw blood.
    Quote Originally Posted by ๖ReS View Post
    How am I supposed to tell you to fuck off without replying ?

  10. Default

    It is fully working and in the server now with all abilities except for the ultimate.

    Well it does not break micros but it makes it so that if you try to use it there is a chance it will not give the result you want.

    Now I am working on the ult power.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •