Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pirate system
Author Message
ograso
Journeyman
*

Posts: 135
Likes Given: 10
Likes Received: 2 in 2 posts
Joined: May 2014
Reputation: 0



Post: #1
Pirate system
Can anyone share pirate system?
03-21-2015 02:21 AM
Find all posts by this user Like Post Quote this message in a reply
richm
Journeyman
*

Posts: 58
Likes Given: 4
Likes Received: 4 in 3 posts
Joined: Aug 2014
Reputation: 0



Post: #2
RE: Pirate system
ha! if you get one sent be sure to send it my way too Wink
03-23-2015 03:14 AM
Find all posts by this user Like Post Quote this message in a reply
ograso
Journeyman
*

Posts: 135
Likes Given: 10
Likes Received: 2 in 2 posts
Joined: May 2014
Reputation: 0



Post: #3
RE: Pirate system
Hahahaha. I dont think some one will. we arent competitor but Nobody wanna share Smile
03-23-2015 06:18 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #4
RE: Pirate system
Maybe nobody has ... or your petition is a little vague, could you guys explain a little what do you understand as 'pirate system'? With this description I can just send you a

[chardef c_pirate]
...
...

ON=@Create
say I'm the best pirat' system evah!!! Mwahahaha

Done XD
(This post was last modified: 03-23-2015 06:38 PM by XuN.)
03-23-2015 06:37 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 2 users Like XuN's post
ograso
Journeyman
*

Posts: 135
Likes Given: 10
Likes Received: 2 in 2 posts
Joined: May 2014
Reputation: 0



Post: #5
RE: Pirate system
Yeah XuN totaly right. I am trying tell you about What I understand or What I want.

First thing first is the battle between ships; This kind of ships should be brakeable and ofcourse should be a live. also Ship live should be decrease when every canon fired but canon direction is too important. for example; Damage rate must be different if the canon direction is larboard or startboard (Idk ship terminology). Damage rate should be decrease When the ship live goes down.

This kind of ships or battle details and balance is the hardest one. we can continue to do other details If you profesional guys help us about this things.

- Brakeable Ships. Should use different multis component when ship damaged
- Canon Direction and damages
- Damage balance for different places of ship
03-24-2015 10:25 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #6
RE: Pirate system
I don't have this done (Maybe Mirror wants to share Big Grin), however for ship's 'breaking' there are different ship's multidef for their 3 states of damage (they also have the speedmodes added)


Let's give you some base to work from:

Code:
[TYPEDEF t_ship]//give ships some kind of HP
ON=@Create
tag.hitpoints=2000
tag.stage=0//no damage

ON=@GetHit
tag.hitpoints -=<argn>
if (<tag.hitpoints>< 1000 && <tag.stage>< 1)
ShipIncreaseDamageID
elseif ( <tag.hitpoints>< 500 && <tag.stage>< 2)
ShipIncreaseDamageID
elseif (<tag.hitpoints>< 0) // you can use stage=2 instead of this to 'disable' ship
//BOOM
endif

[Function ShipIncreaseDamageID]
if (<height> > 10 ) //smaller ships have so much less height, not the best way to check it but a reliable one for the example.
id +=4
endif
03-24-2015 09:21 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes XuN's post
richm
Journeyman
*

Posts: 58
Likes Given: 4
Likes Received: 4 in 3 posts
Joined: Aug 2014
Reputation: 0



Post: #7
RE: Pirate system
When i saw his request for a pirate system i automatically assumed battle ships. Thats a script id like to see in the community pack Wink
03-25-2015 08:26 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)