Showing results 1 to 25 of 59
Search took 0.00 seconds.
Search: Posts Made By: farangkao
Forum: Dev Tools 12/19/15, 11:03 AM
Replies: 31
Views: 47,801
Posted By farangkao
you can still "steal" my files from the zip. ...

you can still "steal" my files from the zip. Since many of the files that are text-based (.lua) files anyway (such as the luaxml.lua)


I'm not even sure if the luadist works properly on a Mac, ask...
Forum: Dev Tools 12/19/15, 02:52 AM
Replies: 31
Views: 47,801
Posted By farangkao
Hi there, You might want to report the Issue to...

Hi there,
You might want to report the Issue to Paul (creator of ZBS):

https://github.com/pkulchenko/ZeroBraneStudio/issues

You don't need luaxml to write with ZBS, but it helps to detect the...
Forum: Dev Tools 12/30/14, 12:47 PM
Replies: 31
Views: 47,801
Posted By farangkao
The Magic word here is "Installation...

The Magic word here is "Installation successful."
Forum: Dev Tools 12/30/14, 03:26 AM
Replies: 31
Views: 47,801
Posted By farangkao
Yeah, ZBS is looking for a bunch of folders and...

Yeah, ZBS is looking for a bunch of folders and seems not to find the lib he needs.

It works with me, did you try the following:


Make a Clean installation from the ZIP you got directly from the...
Forum: Dev Tools 12/29/14, 05:29 PM
Replies: 31
Views: 47,801
Posted By farangkao
Okay, i had the same Problem,i talked with Paul...

Okay, i had the same Problem,i talked with Paul K, and it was a known problem with the current 0.90 version of ZBS.

However it's already fixed

Go to https://github.com/pkulchenko/ZeroBraneStudio ,...
Forum: Dev Tools 12/18/14, 01:43 AM
Replies: 31
Views: 47,801
Posted By farangkao
Thanks for the Report, it proably has to do with...

Thanks for the Report,

it proably has to do with a newer Version of ZBS.

I've used v0.60 at the time of writting this Page, there is currently v0.90 available.

I will check into it this Weekend.
Forum: News 12/09/14, 04:41 PM
Replies: 22
Views: 32,093
Posted By farangkao
Just an Idea, until ZOS fixes this ,we could...

Just an Idea, until ZOS fixes this ,we could write an Addon that is preventing this,
by redefing the Function used to send automatic mail.

So anyone who installed that Addon will not have to worry...
Forum: AddOn Help/Support 11/18/14, 02:27 AM
Replies: 13
Views: 10,804
Posted By farangkao
I've had the same problem with my Addon Mobile...

I've had the same problem with my Addon Mobile Bank Extended.
Since i never switched my Horse, i never had the experience myself,
but one of the Users reported that problem.

The Solution was simpel:...
Forum: Tutorials & Other Helpful Info 08/05/14, 08:40 AM
Replies: 2
Views: 17,785
Posted By farangkao
Thanks Caireen, the API Txt is very useful for...

Thanks Caireen, the API Txt is very useful for updating the EsoAddonDev :)
Forum: Lua/XML Help 07/24/14, 03:24 PM
Replies: 4
Views: 6,789
Posted By farangkao
Maybe not very well known is the...

Maybe not very well known is the "Virtual/Inherits" Mechanism.

Basically it's used to create a template and use that one instead of repeating the same xml over and over

Here an example:

<!--...
Forum: Tutorials & Other Helpful Info 07/22/14, 04:07 AM
Replies: 31
Views: 75,688
Posted By farangkao
I'm using XNView to view the DDS Files. No...

I'm using XNView to view the DDS Files.

No special Plugin necessary.

If you wanna browse the DDS Files included in the GAME0000.dat file, send me a priv. message.
Forum: General Authoring Discussion 07/11/14, 03:14 PM
Replies: 22
Views: 18,894
Posted By farangkao
Yeah definitely need to test that out (will be...

Yeah definitely need to test that out (will be helpful for supporting Multiple Accounts ,once the Function is working again).

While Addon Authors might take their own precautions or using your...
Forum: General Authoring Discussion 07/11/14, 01:56 PM
Replies: 22
Views: 18,894
Posted By farangkao
By the way, is it just me, or it seems they...

By the way, is it just me, or it seems they didn't fix yet the GetDisplayName() Bug yet in 1.3.0

Which in my opinion might be a good sign. That they realize that now all SavedVars are saved under ""...
Forum: Dev Tools 07/11/14, 01:50 PM
Replies: 31
Views: 47,801
Posted By farangkao
I've checked out some configuration and i managed...

I've checked out some configuration and i managed to made the Debug include the necessairy pre-definitions, but the debugging itself seems not to work as intended (doesn't stop at Breakpoints?)

I...
Forum: Dev Tools 07/10/14, 04:14 PM
Replies: 31
Views: 47,801
Posted By farangkao
Okay, did some tests myself, you are right if you...

Okay, did some tests myself, you are right if you Debug (F5) it doesn't know ESOAddonDev.
only with Run (F6) it will work perfectly.

There is something wrong with the Plugin (it worked before, but i...
Forum: Dev Tools 07/10/14, 03:35 PM
Replies: 31
Views: 47,801
Posted By farangkao
Just re-read your Question Deniz. It looks like...

Just re-read your Question Deniz.

It looks like you are using the right Lua Interpreter.

the wx stuff needs no additional installation.

The ZBS can be just unzipped and run ,it works. (I'm using...
Forum: Dev Tools 07/10/14, 03:14 PM
Replies: 31
Views: 47,801
Posted By farangkao
Hi Deniz, this sounds like you are not using the...

Hi Deniz,

this sounds like you are not using the Lua Interpreter "ESOAddonDev" which main purpose (apart from API Definitions) is to create some Global objects, like ESOAddonDev, or functions like...
Forum: General Authoring Discussion 07/10/14, 02:13 PM
Replies: 22
Views: 18,894
Posted By farangkao
Nice, thanks to the list i've made my Addon run...

Nice,
thanks to the list i've made my Addon run in 1minute.

Only change so far i had to do ,is replacing GetBagInfo Function

-- v1.2
--local bagIcon, bagSlots=GetBagInfo(BAG_GUILDBANK)
--...
Forum: General Authoring Discussion 07/10/14, 06:28 AM
Replies: 11
Views: 10,258
Posted By farangkao
Very Nice :) Allows to write some Addons a...

Very Nice :)

Allows to write some Addons a little bit cleaner :)
Forum: News 07/08/14, 07:34 AM
Replies: 56
Views: 85,927
Posted By farangkao
Good to Know :) Especially if you like to write...

Good to Know :)

Especially if you like to write an Addon that Supports multiple Accounts (shared Data) you could then get all Data from all Accounts saved.

Need to test this out.
Forum: General Authoring Discussion 07/06/14, 04:07 PM
Replies: 9
Views: 5,779
Posted By farangkao
The Answer is simple, their code checks for a...

The Answer is simple, their code checks for a string that starts with "## OptionalDependsOn:" ,the rest of the string is then processes accordingly, the spaces don't matter then.
Forum: News 07/06/14, 04:04 PM
Replies: 39
Views: 82,874
Posted By farangkao
Since Matt brought this topic back from the...

Since Matt brought this topic back from the grave.

Any developer who already has an Addon active on ESOUI , send me a PM for info how to extract their API from the Data. I won't post any public...
Forum: General Authoring Discussion 07/06/14, 03:58 PM
Replies: 3
Views: 3,570
Posted By farangkao
Don't be shy to ask if you have Questions. Some...

Don't be shy to ask if you have Questions.

Some Starter Help:

- Checkout the official Lua Site for alot of Info on programming with Lua (use ZBS as a nice Playground to run lua scripts that don't...
Forum: General Authoring Discussion 07/06/14, 03:48 PM
Replies: 3
Views: 3,386
Posted By farangkao
I noticed too that Reamde.txt Files have shown up...

I noticed too that Reamde.txt Files have shown up as seperate Addons, who do nothing :)

So either name them Readme.md, Readme.rtf (make it an RTF file first)

If the extra "." works ,that would also...
Forum: Released AddOns 07/05/14, 02:18 AM
Replies: 2
Views: 7,516
Posted By farangkao
The way you setup your Addon, you don't have to...

The way you setup your Addon, you don't have to worry too much.

If a user uses your addon ,he has been warned that his SavedVars should be backup'ed.

For People with Multiple Accounts it might...
Showing results 1 to 25 of 59