Page 6 of 8

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Tue Mar 29, 2016 2:46 am
by Bestplayur
if you are wondering where to find question mark .m2
its path is Interface\Buttons\TalkToMeQuestionMark.m2

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Tue Mar 29, 2016 6:55 am
by Renew
Bestplayur wrote:if you are wondering where to find question mark .m2
its path is Interface\Buttons\TalkToMeQuestionMark.m2


I already found it and fixed/ polished a loooot of things, i need some more time for the big update :)

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Tue Mar 29, 2016 7:00 am
by Fridolin
Is this an Addon wich help to Level ? I dont understand this :D

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Tue Mar 29, 2016 7:30 am
by Renew
Fridolin wrote:Is this an Addon wich help to Level ? I dont understand this :D


its replacing the questframe and gossipframe with a modern one (3d models, animations and configurable text) - just show the linked video of preview version

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Tue Mar 29, 2016 6:59 pm
by Skavandar
Damn, that's some fine work. Indispensable.

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Wed Mar 30, 2016 3:02 pm
by Doofoos
Looks amazing! Maybe it is time to level first alt at Nostalrius :)

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Wed Mar 30, 2016 10:25 pm
by Renew
new version is now avalible, it contains a looot of fixes, improved text scrolling and configureable font

edit: textmenu avalible with /storyline

Image

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Thu Mar 31, 2016 10:43 am
by Drasheran
This is amazing, thank you so very much for this!

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Fri Apr 01, 2016 11:01 pm
by Renew
fixing the last bugs atm

Image

the larger area for NPC works finally, its a mess to find all these blizzard api bugs xD

no stupid cutouts anymore!

Re: [Addon] Vanilla Storyline - Remake of Storyline

PostPosted: Sat Apr 02, 2016 9:52 am
by schaka
Renew wrote:fixing the last bugs atm

Image

the larger area for NPC works finally, its a mess to find all these blizzard api bugs xD

no stupid cutouts anymore!


I feel you. I can't count in the endless hours I've spent trying to figure out API bugs in older client versions.
I remember in TBC I even found a bug/possible exploit where if you create a button, you can't use the MACRO API on it (so /click ButtonName, for example) until you went to your keybindings and reset one binding. You HAD to do it using the GUI, any API command would not do.

Sometimes this would randomly reset and throw the "can't use secure functions" error. So I've wondered for a while if creating an addon and putting it in a custom patch-x.mpq would actually allow you to execute all secure code. Understanding the vanilla/TBC API and it's quirks is seriously a feat in itself.