A Warhammer 40k MOBA by Grasshopper72
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Current Version: v0.0.01A

Alpha version


Changelogs to come



Poll

Changes to the way I release versions? (read the thread)

Removing Shared Items I_vote_lcap63%Removing Shared Items I_vote_rcap 63% [ 5 ]
Removing Shared Items I_vote_lcap38%Removing Shared Items I_vote_rcap 38% [ 3 ]

Total Votes : 8

Latest topics
» With everyone dead
Removing Shared Items I_icon_minitimeThu Mar 05, 2020 5:09 am by Occuli.Imperator.Aquillon

» Faction creeps
Removing Shared Items I_icon_minitimeSun Dec 21, 2014 12:49 am by Grass Hopper

» [SCII] [Inquisition] Hector Rex
Removing Shared Items I_icon_minitimeThu Dec 18, 2014 9:06 am by Grass Hopper

» [necrons] Orikan, the Diviner
Removing Shared Items I_icon_minitimeTue Dec 16, 2014 5:58 pm by Grass Hopper

» Talent System
Removing Shared Items I_icon_minitimeMon Dec 15, 2014 10:59 am by Grass Hopper

» Capture Points system
Removing Shared Items I_icon_minitimeFri Dec 12, 2014 2:36 pm by Grass Hopper

» [SCII] [Orks] Warboss(es)
Removing Shared Items I_icon_minitimeFri Dec 12, 2014 11:44 am by Grass Hopper

» Game Guide
Removing Shared Items I_icon_minitimeThu Dec 11, 2014 2:12 pm by Grass Hopper

» [Inquisition] Mordrak
Removing Shared Items I_icon_minitimeWed Dec 10, 2014 3:28 pm by Grass Hopper

» [inquiition] Kaldor Draigo
Removing Shared Items I_icon_minitimeWed Dec 10, 2014 3:07 pm by Grass Hopper

Version Progress
Changes for v0.02.0A
||||||||||||||||||||[] [general]
||||||||||||||||||||[] [Heroes]
||||||||||||||||||||[] [Items]
||||||||||||||||||||[] [Bugs]
||||||||||||||||||||[] [Total]

Removing Shared Items

3 posters

Go down

Removing Shared Items Empty Removing Shared Items

Post by Grass Hopper Mon Aug 31, 2009 11:00 pm

i plan to make items no longer sharable, to avoid any issues with dumbass team mates. Leaver items can be picked up as usual, and so will drops on death items...
this can be disabled if blue typs in -pm (pooling mode) at the begining of the game
Grass Hopper
Grass Hopper
Admin

Posts : 3839
Join date : 2009-03-30

https://40kaos.forumotion.com

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by Fromundaman Mon Aug 31, 2009 11:58 pm

What do you mean by item sharing? Does this mean we can't drop items?
Fromundaman
Fromundaman
Moderator

Posts : 910
Join date : 2009-07-24

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by DarkWanderer Tue Sep 01, 2009 10:02 am

Whenever you buy or create an item it is locked to your hero.

Basically, if you drop an item to make a recipe and someone tries to steal it, It won't allow them to pick it up; because that item is locked to your hero alone. In other words no one but you can pick up your items.

DarkWanderer
Contributor
Contributor

Posts : 122
Join date : 2009-07-19

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by Fromundaman Tue Sep 01, 2009 11:42 am

Oh okay, then gthat sounds great. I was afraid I wouldn't be able to drop for recipes.
These items can still be destroyed though, correct? I mean, most dumbass teammates wouldn't think of doing that, but you never know...


In any case though, that sounds really good.
Fromundaman
Fromundaman
Moderator

Posts : 910
Join date : 2009-07-24

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by Grass Hopper Tue Sep 01, 2009 12:02 pm

yes they can be killed, im not gona make items invince, cause enemies might want to take advantage of any opportunities that u give them Razz
Grass Hopper
Grass Hopper
Admin

Posts : 3839
Join date : 2009-03-30

https://40kaos.forumotion.com

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by Fromundaman Tue Sep 01, 2009 1:06 pm

Yeah, I definitely agree.

Any way to make them invinc near fountain then?
Fromundaman
Fromundaman
Moderator

Posts : 910
Join date : 2009-07-24

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by DarkWanderer Tue Sep 01, 2009 3:42 pm

This would fix it:

Code:
function StopItemTK takes nothing returns nothing
local item i = GetOrderTargetItem
local unit u = GetTriggerUnit() //unit from EVENT_UNIT_ISSUED_TARGET_ORDER
local player o =  GetItemOwner(i) //get the item's owner with custom function
local player attacker =  GetTriggerPlayer() 

 if i != null and IsPlayerAlly(o, attacker) == true then
 call IssueImmediateOrder( attacker, "stop" )
 endif
 
 endfunction

DarkWanderer
Contributor
Contributor

Posts : 122
Join date : 2009-07-19

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by Grass Hopper Tue Sep 01, 2009 4:43 pm

yeah ur right, thats an ez fix
Grass Hopper
Grass Hopper
Admin

Posts : 3839
Join date : 2009-03-30

https://40kaos.forumotion.com

Back to top Go down

Removing Shared Items Empty Re: Removing Shared Items

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum