This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - saifi0102

Pages: [1]
1
Showoff - what you are working on / Modifying guild system
« on: August 28, 2015, 11:26:21 am »
Hi,

I've been modifying guild system recently. Took me some time to get familiar with WoW UI API and its templates. I'm gonna post some snippets every time I get bored of making progress.

Ranks UI preview:
[attachment=0:3eyp8zpo]WoWScrnShot_091015_220837.jpg[/attachment:3eyp8zpo]

2
Miscellaneous / HybridScrollFrame problem
« on: August 25, 2015, 09:49:55 pm »
I created a HybridScrollFrame to show a list. However the contents do not move with the scrollbar. Any idea what might be wrong?

What I did:
Created a ScrollFrame inheriting HybridScrollFrame,
Set the values on load: self.buttonHeight = 90; self.stepSize = 45; self.buttons = {};
Added contents in its ScrollChild and self.buttons table by Lua script.
Called HybridScrollFrame_Update() with the appropriate arguments.

Didn't know what more information to add here. Please let me know if any other information is required.

3
Miscellaneous / Getting zone name by id in FrameXML
« on: August 24, 2015, 06:58:08 pm »
Hi,

I searched the WoW API but I couldn't find a function to get the zone or area name by id. Am I missing something or is there a way to get that information?

4
Miscellaneous / [QUESTION] 3D object handling in Lua?
« on: August 14, 2015, 08:56:36 pm »
Hi,

I was wondering if there are any hidden functions in WoW Lua API to handle 3D objects in the world frame. Any ideas?

5
Miscellaneous / [QUESTION] Changing AddOn to a FrameXML module
« on: August 14, 2015, 01:04:20 pm »
Hey,

I'm trying to move the AIO addon to FrameXML. There are 2 things that are bugging me, the event "ADDON_LOADED" does not fire since its no longer an addon. And the other is the saving/loading saved variables.

Can any one please tell me what I should do to handle loading the module after saved variables are loaded like in a normal addon?

6
Miscellaneous / [QUESTION] Sending/Receiving data with GlueXML?
« on: August 10, 2015, 08:10:00 am »
Hi,

I've recently starting editing WoW UI and I was wondering if its possible be send/receive data before the character login? For example to make server info frames on login screen.

7
Miscellaneous / Easy way to modify WMO?
« on: July 21, 2015, 11:11:08 am »
Hi, I'm new to modding and I was wondering if there is an easy way to modify a WMO. I'm trying to remove ironforge's main gate and replace it with a door gameobject with the same model.

[attachment=0:1ublzcby]Capture.PNG[/attachment:1ublzcby]

Pages: [1]