Raised This Month: $51 Target: $400
 12% 

Shop Requests - What do you want?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-13-2012 , 11:23   Shop Requests - What do you want?
Reply With Quote #1

Some time ago I made this API for shops:
https://forums.alliedmods.net/showthread.php?t=177365

It has a few items with it, but nothing really available to use by default so it forces other coders to make items.

Well, I am offering to make items for it from whatever you guys and girls request.
Please be as descriptive of what the item is and what it does.
If it has to do with another plugin, post a link to that plugin so I will know how to have them work together.

Format you should use (don't include the < > signs):
  • Name: <name of item>
  • Action: <what the item does>
  • Amount (optional): <amount of item, such as weapon ammo, HP value, invisibility percentage, etc.>
  • Duration (optional): <time an item lasts, such as a 30 second speed>

Remember that the following properties are automatically generated as cvars, so there's no need to specify these:
  • cost
  • allowed team
  • delay between use

___________

Newly Made Items:
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!

Last edited by Exolent[jNr]; 07-17-2012 at 17:57.
Exolent[jNr] is offline
Santaaa
BANNED
Join Date: May 2012
Old 07-13-2012 , 15:26   Re: Shop Requests - What do you want?
Reply With Quote #2

A newer version of your XP mod
Santaaa is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-13-2012 , 15:28   Re: Shop Requests - What do you want?
Reply With Quote #3

Quote:
Originally Posted by Santaaa View Post
A newer version of your XP mod
That has nothing to do with this thread.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-13-2012 , 15:42   Re: Shop Requests - What do you want?
Reply With Quote #4

chainsaw

I think you should add a var to set if player should loose item on death/new round/restart round/(never)
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-13-2012 , 16:26   Re: Shop Requests - What do you want?
Reply With Quote #5

Quote:
Originally Posted by ConnorMcLeod View Post
chainsaw
Would need an existing chainsaw plugin to do it.

Quote:
Originally Posted by ConnorMcLeod View Post
I think you should add a var to set if player should loose item on death/new round/restart round/(never
So for this feature, it would consist of:
- added cvar shop_item_<name>_reset <death/round/never/0/seconds> where "death" is on death, "round" is on new round, 0 and "never" are never, and seconds is a positive integer for how long after the item is selected for it to be removed.
- added forward shop_item_reset(item, player) so sub-plugins can handle the reset

Right?
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-13-2012 , 18:34   Re: Shop Requests - What do you want?
Reply With Quote #6

- I think, rather than a cvar, it should be setable per item.
- Dunno what is the best to do, but forward could do the job so plugins wouldn't need to register kill or other stuff. cool
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
CS-A-Roland
Member
Join Date: Jul 2009
Old 07-14-2012 , 12:07   Re: Shop Requests - What do you want?
Reply With Quote #7

That sounds nice!!! You will do all of my wishes to your shop?!

First item:
  • Name: Titanium Skin (Titanium Armor)
  • Find it: http://forums.alliedmods.net/showthread.php?p=450632
  • Action: changes the amor
  • Amount (optional): baisic of this plugin i think but you can also make it able to change with cvar
  • Duration (optional): one armor per round i think
Second Item:
  • Name: Greek Fire (Napalm Nade)
  • Find it: http://forums.alliedmods.net/showthread.php?p=659532
  • Action: after explosion it set the opponent on fire
  • Amount (optional): basic of the plugin but should changable too with cvars
  • Duration (optional): just one nade (so you can have one normal and one napalm)
Third Item:
  • Name: Portal of Fog (Smoke Nade with teleport)
  • Find it: http://forums.alliedmods.net/showthread.php?p=402842
  • Action: after explosion it port you to the point of your view
  • Amount (optional): basic of the plugin
  • Duration (optional): just one nade (so you can have one normal and one teleport)
Fourth Item:
  • Name: Dragon Fire (Flamethrower)
  • Find it: http://forums.alliedmods.net/showthread.php?p=19864
  • Action: after you press a key (name it ability please for bind "key" "ability") you fire fire ...
  • Amount (optional): max 60 hp damage...
  • Duration (optional): just one time
Fifth Item:
  • Name: Amulet of the Hunter (Aim Glow Effect)
  • Find it: http://forums.alliedmods.net/showthread.php?t=87845
  • Action: if you buy it, the enemy you aim will glow (good to find humans in wc3ft xD)
  • Amount (optional): if you got it it works...
  • Duration (optional): all the time you have he item
Sixt Item
Seventh Item
  • Name: Scroll of the Elf's (Climb to walls)
  • Find it: in your Nightcrawler Modification
  • Action: if you buy it, you can climb
  • Amount (optional): with "+use" funktion
  • Duration (optional): all the time you have this scroll
Aight Item
  • Name: Knife of the Troll (one Knifehit brings the death)
  • Find it: http://forums.alliedmods.net/showthread.php?p=70284
  • Action: if you buy it, your knife kills with one hit
  • Amount (optional): min 160 DMG because of humans in Wc3FT
  • Duration (optional): all the time you have this knife
Ninth Item
  • Name: Gun of the Gnome (Bazooka)
  • Find it: http://forums.alliedmods.net/showthread.php?t=7952
  • Action: if you buy it, you get a bazooka
  • Amount (optional): 1-3 rockets i think (chanable with cvar would be the best)
  • Duration (optional): reloading time should need 5 seconds i think?!


So thats it i think... What the others say?! Good or not good?!
If something did not work or to hard to make, ask me i will change the item to another good idea...



By the way big thanks if you make it true!
__________________
oOOOoooh it's www.Cs-Attack.de
New World of Warcraft Mod Beta 0.5(based on WC3FT 3.5)
Counterstrike 1.6 SERVER:
Server IP: 193.192.58.154:27200

CONDITION ZERO SERVER:
Server IP: 193.192.58.154:27016
CS-A-Roland is offline
KillerMasa
Senior Member
Join Date: May 2012
Old 07-14-2012 , 12:17   Re: Shop Requests - What do you want?
Reply With Quote #8

@CS-A-Roland

Your IDEA are really nice, hope Exolent make it.

Last edited by KillerMasa; 07-14-2012 at 12:22.
KillerMasa is offline
CS-A-Roland
Member
Join Date: Jul 2009
Old 07-14-2012 , 12:20   Re: Shop Requests - What do you want?
Reply With Quote #9

that are NOT MINE!!!!! But i think all the creators of this nice items would say hey great idea for my work... ;)
i would if i make one of them...
__________________
oOOOoooh it's www.Cs-Attack.de
New World of Warcraft Mod Beta 0.5(based on WC3FT 3.5)
Counterstrike 1.6 SERVER:
Server IP: 193.192.58.154:27200

CONDITION ZERO SERVER:
Server IP: 193.192.58.154:27016
CS-A-Roland is offline
KillerMasa
Senior Member
Join Date: May 2012
Old 07-14-2012 , 12:22   Re: Shop Requests - What do you want?
Reply With Quote #10

Quote:
Originally Posted by CS-A-Roland View Post
that are NOT MINE!!!!! But i think all the creators of this nice items would say hey great idea for my work... ;)
i would if i make one of them...
Oh, shit... i mean the idea...
KillerMasa is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode