Anonymous | Login | Signup for a new account | 16-09-25 21:14 CEST | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
ID | Project | Category | View Status | Date Submitted | Last Update | |
0002344 | SphereServer | executable - generic | public | 20-05-14 03:48 | 27-05-14 14:43 | |
Reporter | Coruja | |||||
Assigned To | XuN | |||||
Priority | normal | Severity | minor | Reproducibility | N/A | |
Status | resolved | Resolution | fixed | |||
Platform | OS | OS Version | ||||
Product Version | ||||||
Target Version | Fixed in Version | |||||
Summary | 0002344: Missing train tooltips on vendors | |||||
Description | On OSI vendors can train skills using tooltips, but this feature is missing on sphere. Just add this internally on brain_vendor AI (it's not needed on others AI's) :P [EVENTS e_npc_vendor] ON=@ContextMenuRequest FOR 0 57 IF (<I.<LOCAL._FOR>>) LOCAL.Disabled= IF (<SRC.<LOCAL._FOR>> >= <SERV.NPCTrainMax>) || (<SRC.<LOCAL._FOR>> >= <eval (<I.<LOCAL._FOR>>*<SERV.NPCTrainPercent>)/100>) LOCAL.Disabled=1 ENDIF SRC.AddContextEntry <eval 100+<LOCAL._FOR>>,<eval 3006000+<LOCAL._FOR>>,<LOCAL.Disabled> ENDIF ENDFOR ON=@ContextMenuSelect IF (<ARGN> >= 100) && (<ARGN> <= 157) TRAIN <SERV.SKILL.<eval <ARGN>-100>.KEY> ENDIF | |||||
Tags | No tags attached. | |||||
Nightly Version | Automated (specify build number) | |||||
Experimental Flags | None | |||||
Option Flags | None | |||||
Internal Build Number | ||||||
Attached Files | ||||||
![]() |
|
(0002222) XuN (developer) 20-05-14 16:36 |
This can be added via scripts on one event, that would let people to easily disable it without 100000 ini's settings :) |
(0002247) XuN (developer) 27-05-14 14:07 |
Added these triggers to sphere_vendors.scp |
(0002249) XuN (developer) 27-05-14 14:43 |
nvm, it was already added working ... |
![]() |
|||
Date Modified | Username | Field | Change |
20-05-14 03:48 | Coruja | New Issue | |
20-05-14 16:36 | XuN | Note Added: 0002222 | |
27-05-14 14:07 | XuN | Note Added: 0002247 | |
27-05-14 14:07 | XuN | Status | new => resolved |
27-05-14 14:07 | XuN | Resolution | open => fixed |
27-05-14 14:07 | XuN | Assigned To | => XuN |
27-05-14 14:43 | XuN | Note Added: 0002249 | |
27-05-14 14:43 | XuN | Status | resolved => feedback |
27-05-14 14:43 | XuN | Resolution | fixed => reopened |
27-05-14 14:43 | XuN | Status | feedback => resolved |
27-05-14 14:43 | XuN | Resolution | reopened => fixed |
Copyright © 2000 - 2010 MantisBT Group |