This is an archive of the mabination.com forums which were active from 2010 to 2018. You can not register, post or otherwise interact with the site other than browsing the content for historical purposes. The content is provided as-is, from the moment of the last backup taken of the database in 2019. Image and video embeds are disabled on purpose and represented textually since most of those links are dead.
To view other archive projects go to
https://archives.mabination.com
-
Gaby5011 wrote on 2013-06-30 01:05
I wanna add all the new spawn time of the field bosses for Mabi. That'll help people for training Meteor Shot once it's out.
Something that'll show "Next boss in 1 hour 2 minutes, Giant Lion". Something like the one on Mabinogiworld.
[Image: http://puu.sh/3rt7H.png]
-
wildk wrote on 2013-06-30 19:06
Sorry, did you want one as a windows application or in HTML? :P
-
Kingofrunes wrote on 2013-07-01 14:43
One thing's for sure, the wiki is incorrect in the times atm. I have a Weekend Schedule from Indexu to help assist you. Also if you want to make a gadget there's a multitude of programming languages you could use to accomplish it. You could pick any member of the C programming family (C#,C++,C, etc.)
You could also do it in Java. There's probably a ton of others as well. The sky is the limit my friend. Starting point is to pick a programming language, learn it, and go from there. Building widgets is no simple task unless you already have the programming knowledge before hand.
Sat-Sun
1pm Giant Sandworm
2pm Desert Dragon
3pm Ifrit(desert), Mammoth
4pm Ifrit(underground), Yeti
5pm Giant Lion
6pm Prarie Dragon, Giant Alligator
7pm Red Dragon
8pm yeti
9pm Giant Alligator
10pm Giant Alligator,Prairie Dragon,
11pm Lion
12am Red Dragon
1am Ifrit(desert/underground)
2am Desert Dragon, Giant Sandworm
times are EST
Btw when you see Gator for 9 and 10, it means that Gator will appear between 9 and 10.
These times I know are accurate as I've tested the Lion and Gator personally.
In my opinion, building a php based/javascript web based application would be much quicker imo and easier, especially if you are new to it.
-
Baku wrote on 2013-07-01 16:11
I quickly googled around and W7 gadgets seem to be made of either:
HTML+XML+CSS+JS
or ActiveX .. so you'd need C++ or C#
Should be fairly easy to do it with JS. Using ActiveX for something that can be done easily on a scripting language sounds overkill.
-
Kingofrunes wrote on 2013-07-01 16:34
If you do a full javascript solution, you can also run that on a webpage locally without having to find a free hosting service. There's also a crap ton of javascript/jquery framework solutions you can also look into if you want to try some more elegant solutions like Angular JS for example.
For UI I highly recommend you look into bootstrap as that has some very nice default out of the gate UI elements, especially if you aren't very good at web design. A lot of decent jquery frameworks out there today use it.