Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Features Request
Author Message
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #1
Lightbulb New Features Request
I would love if it become true.

1:
You could add a check on @Create if the itemdef have 'TAG.COLOR'
And if yes, color the item without we tell to do it.
Its just an idea, because will help improve some systems.

The itemdef base would be something like

PHP Code:
[ITEMDEF I_ITEM]
ID BLA
NAME Item
TAG
.COLOR BLEH 

So without @Create on it, it will be painted when created.
And we will can check the item color using <SERV.ITEMDEF.I_ITEM.TAG.COLOR>

2:
Something like the 'tooltip' in dialog system, but using texts that we write.
The tooltip is useless if we can use only clilocs because if we will create a cliloc entry to each thing we want to show will request a lot of work.

My idea is something like 'tooltiptext [text]'

Thanks

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
(This post was last modified: 01-26-2013 03:10 PM by Valios.)
09-11-2012 01:15 PM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #2
RE: New Features Request
3
itemcreate and charactercreate function for server, for all created items and chars (scripts, .add and hardcoded). also its related to extremes suggestion:

PHP Code:
[function f_onserver_itemcreate//fire after @create for all items
color=<tag0.color

PHP Code:
[function f_onserver_charcreate]//fire after @create for all characters
timerf 1,paragon_check //@regionenter also works for scenario but ist just an example 


4
Probabaly pain in the ass to add but: outgoing packet filter which is works like packetx thing Big Grin
(This post was last modified: 09-14-2012 01:09 PM by Shaklaban.)
09-14-2012 01:05 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #3
RE: New Features Request
1. -
2. No idea if the client allows that, got to take a look.
3. EventsPet for second part. Are you suggesting EventsItems? Sounds weird.
4. Total pain in the ass, lol. You can't take too much time to "build a packet".
09-14-2012 03:01 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Gil Amarth
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2012
Reputation: 0



Post: #4
RE: New Features Request
3. EventsItem is no weird at all, since TYPEDEF don´t work with @CREATE, you have to put a lot of code in every item (under his ITEMDEF section) and this is sure a pain in the ass. Big Grin

There is a few events I´d like to have in all my items without to especificate on all of them. It would save me a lot of work.
(This post was last modified: 09-14-2012 09:39 PM by Gil Amarth.)
09-14-2012 09:36 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #5
RE: New Features Request
I think it's very easy to add this :

When COMBAT_USE_RESISTANCE is enabled, even Physical damage Reduction is calculated as the other elemental damage reduction Big Grin
(This post was last modified: 09-14-2012 11:02 PM by darksun84.)
09-14-2012 11:02 PM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #6
RE: New Features Request
(09-14-2012 03:01 PM)ShiryuX Wrote:  1. -
2. No idea if the client allows that, got to take a look.
3. EventsPet for second part. Are you suggesting EventsItems? Sounds weird.
4. Total pain in the ass, lol. You can't take too much time to "build a packet".

1 - will be added?
2 - okay
3 - eventsitems would be nice, eventspet too Big Grin
4 - no idea what are you talking about hahaha

Another request:
5. Something like "Sector.N" that return the sector number
And using .sector.5.light 0 will change the 5th sector in the world to light 0...
And using .show sector.n return the sector number

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
(This post was last modified: 09-17-2012 02:36 AM by Extreme.)
09-17-2012 02:32 AM
Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #7
RE: New Features Request
EventsPet already exists... Check your ini.
09-17-2012 03:38 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Rizz
Master
**

Posts: 396
Likes Given: 21
Likes Received: 14 in 9 posts
Joined: Oct 2012
Reputation: 0



Post: #8
RE: New Features Request
I think would be usefull add some kind of ARGN under @SPELLEFFECT trigger or create a new trigger too to manage the damage of spells (not the strenght of the spell).
Everytime i need to do this under @GETHIT with checking if damage is physical ect...
10-17-2012 08:30 PM
Find all posts by this user Like Post Quote this message in a reply
Anarch Cassius
Master
**

Posts: 273
Likes Given: 19
Likes Received: 10 in 9 posts
Joined: Mar 2012
Reputation: 2



Post: #9
RE: New Features Request
Here's my odd ball request I've been thinking about:

Fix up .stone
This has a lot of potential cool uses but could benefit from two minor tweaks: 1) Stop the character from "fidgeting", I assume this is actually possible because of the character statues EA has. 2) Let us change the hue that override the character and their equipment. 3) If possible another way to set the feature that is more flexible in order to handle things like the statues.

Current Projects: Necromancy SCP overhaul. Custom Faction AI/System. Imbuing.
10-18-2012 02:41 AM
Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #10
RE: New Features Request
Isn't there a packet for statues? Maybe we should look forward into that, though, a def for override the color would be nice (like DEFITEM for default item, etc)
10-18-2012 12:47 PM
Visit this user's website 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)