$(document).ready(function () {
if (Browser.ie6 || Browser.ie7 || Browser.ie8 || Browser.ie9) {
// Main SEO Text Shadow Effect
$("#header .description").FontEffect({
outline: true,
outlineColor1: "#1b393f",
outlineColor2: "#2e5c66",
outlineWeight: 2
});
// Play Now Text Shadow Effect
$(".aside .play_now a strong").FontEffect({
shadow: true,
shadowColor: "#000605",
shadowOffsetTop: 1,
shadowOffsetLeft: 1,
shadowBlur: 1, // 1=none, 2=low, 3=high
shadowOpacity: 0.5
});
$(".aside .play_now a p").FontEffect({
shadow: true,
shadowColor: "#000605",
shadowOffsetTop: 1,
shadowOffsetLeft: 1,
shadowBlur: 1, // 1=none, 2=low, 3=high
shadowOpacity: 0.5
});
$(".JQFEText").each(function () {
var nBoxWidth = $(this).parent().parent().parent().width();
//var nBoxWidth = $("#header").width();
var nBoxMargin = (nBoxWidth - $(this).width()) / 2;
$(this).parent().css("margin-left", nBoxMargin);
});
}
});
Dragonica: The Official European Website | Free online PC games presented by gPotato
var targetID = "videoDiv";
var playerID = "ytPlayer";
var nTotPage;
var nPage = 1;
$(document).ready(function () {
$('.main .rolling').Rolling({
wrap: '.inner',
list: '.list'
});
if ($.browser.mozilla) {
$(".head > h3").ellipsis();
$(".text > strong").ellipsis();
}
$('.click').click(function () {
var om_vid = $(this).attr("banner_url");
var nWidth = parseInt($(this).attr("flash_width"), 10);
var nHeight = parseInt($(this).attr("flash_height"), 10);
var nAutoplay = parseInt($(this).attr("autostart"), 10);
var nLoop = parseInt($(this).attr("movie_loop"), 10);
$(".layer .inner .foot").hide();
$("#full_background").css({
//width: $(document).width(),
height: $(document).height()
}).show();
if (Browser.ie6 || Browser.ie7) {
$(".layer").css({
width: nWidth + 74
});
}
$(".layer").show();
stopMovie(targetID, playerID);
loadPlayer(targetID, playerID, om_vid, nWidth, nHeight, nAutoplay, nLoop);
$(".layer").center();
});
$(".news .list .head").click(function () {
var run = false;
if ($(this).parent().hasClass("visible") == false) {
run = true;
}
$(".head").parent().removeClass("visible");
if (run)
$(this).parent().toggleClass("visible");
});
$(document).keydown(function (e) {
if (e.keyCode == 27) {
$("#full_background").hide();
$(".layer").hide();
}
});
$(".close").click(function () {
$(".layer .inner .foot").show();
$("#full_background").hide();
$(".layer").hide();
});
nTotPage = $(".img_view").length;
$(".img_view").click(function () {
var sImgUrl = $(this).attr("sc_url");
var sDownloadUrl = $(this).attr("link_url");
var nWidth = parseInt($(this).attr("df_width"), 10);
var nHeight = parseInt($(this).attr("df_height"), 10);
var nIndex = parseInt($(this).attr("index"), 10);
nPage = nIndex;
$("#ifacebook").attr("src", "http://www.facebook.com/plugins/like.php?href=" + encodeURIComponent("http://en.dragonica.gpotato.eu/Downloads/Screenshots.aspx?PG=1&NO=") + nIndex + "&layout=button_count&show_faces=false&width=300&action=like&colorscheme=light&height=21&locale=en_US");
$(".layer .inner .foot .button a").click(function () {
$("#frm_download").attr("src", "http://en.dragonica.gpotato.eu/Common/Aspx/Download.aspx?url=" + encodeURIComponent(sDownloadUrl));
});
$(".layer .inner .image img").attr({
src: sImgUrl,
width: nWidth,
height: nHeight
});
$("#full_background").css({
//width: $(document).width(),
height: $(document).height()
}).show();
if (Browser.ie6 || Browser.ie7) {
$(".layer").css({
width: nWidth + 74
});
}
$(".layer").show();
if (nTotPage == 1) {
$(".prev").removeClass("prev_on");
$(".next").removeClass("next_on");
} else {
$(".prev").addClass("prev_on");
$(".next").addClass("next_on");
if (nPage == 1) {
$(".prev").removeClass("prev_on");
}
if (nPage == nTotPage) {
$(".next").removeClass("next_on");
}
}
$(".layer .inner .image img").show();
$(".layer").center();
});
//==============================================================================
// Arrow & Display Function
//==============================================================================
$.fn.arrowDisplay = function () {
if (nPage == 1) // First page
$(".prev").removeClass("prev_on");
else
$(".prev").addClass("prev_on");
if (nPage == nTotPage) // Last Page
$(".next").removeClass("next_on");
else
$(".next").addClass("next_on");
// Image display
$(".img_view").each(function () {
var nIndex = parseInt($(this).attr("index"), 10);
if (nIndex == nPage) {
var sImgUrl = $(this).attr("sc_url");
var sDownloadUrl = $(this).attr("link_url");
var nWidth = parseInt($(this).attr("df_width"), 10);
var nHeight = parseInt($(this).attr("df_height"), 10);
$("#ifacebook").attr("src", "http://www.facebook.com/plugins/like.php?href=" + encodeURIComponent("http://en.dragonica.gpotato.eu/Downloads/Screenshots.aspx?PG=1&NO=") + nIndex + "&layout=button_count&show_faces=false&width=300&action=like&colorscheme=light&height=21&locale=en_US");
$(".layer .inner .foot .button a").click(function () {
$("#frm_download").attr("src", "http://en.dragonica.gpotato.eu/Common/Aspx/Download.aspx?url=" + encodeURIComponent(sDownloadUrl));
});
$(".layer .inner .image img").attr({
src: sImgUrl,
width: nWidth,
height: nHeight
});
if (Browser.ie6 || Browser.ie7) {
$(".layer").css({
width: nWidth + 74
});
}
}
});
}
});
//==============================================================================
// Left Btn Click Function
//==============================================================================
function FnLeftBtnClick() {
if (nPage == 1)
return;
nPage = nPage - 1;
$.fn.arrowDisplay();
}
//==============================================================================
// Right Btn Click Function
//==============================================================================
function FnRightBtnClick() {
if (nPage == nTotPage)
return;
nPage = nPage + 1;
$.fn.arrowDisplay();
}
$(document).ready(function () {
$('.btn_regist_ip').click(function () {
$.ajax({
url: '/Common/Aspx/RegistIPForGame.aspx',
success: function (data) {
if(data != '')
alert(data);
}
});
});
$('#btn_topup').click(function () {
var url = "http://billing.gpotato.eu/FillUp/FillUpFrm.asp?language=en";
if (USER_IS_AUTHENTICATED) {
top.window.location = url;
} else {
ShowLoginModal(url, true);
}
});
$('#btn_invite').click(function () {
var url = "http://en.gpotato.eu/Account/Referral/";
if (USER_IS_AUTHENTICATED) {
top.window.location = url;
} else {
ShowLoginModal(url, true);
}
});
$('#btn_playnow').click(function () {
if (!USER_IS_AUTHENTICATED) {
ShowRegistrationModal();
return false;
}
});
CustomInput.customRadio();
CustomInput.customCheckbox();
CustomInput.customSelect();
});
Dragonica
Free to Play Manga-Style Online Action Game
DOWNLOAD
AND PLAY
Downloads
Dragonica Game Client
Dragonica Media
Game Guide
Dragonica Classes
Dragonica Gameplay
Item Enhancement
Community Features
Shop Guide
Community
Dragonica Forum
Dragonica News
Dragonica Fan Images
Fansite Kit
Support
Customer Support
Rules and Policies
Register IP
Customer Support Survey
Have your say!
Pet Bundle
Now Available
Food and Dragon Bundle
Now Available!
New Pets
Now available in a cool Lucky Dip!
Latest Dragonica News
More news
Announcements
[Shop] You Chose the Fashion! + Permanent Price Reductions
18/05
Dear Dragonicans,
Your chosen outfits in our recent male and female forum polls are now available in the Dragonica Shop! Why not match them with the cute Winter Blessing Wings! In addition to this, you can now find two new awesome pet bundles AND a permanent price reduction on all inventory expansions! You can purchase each expansion individually, or in handy stacks of four.
[Event] The Pet Soup Kitchen! – Login Daily to receive free 1 day Premium Pet Food
17th until the 23rd May at 6pm GMT -> Click Here for more info.
Updates – Permanent Price Reductions
Now permanently reduced by up to 30%:
Equipment Inventory Expansion
Consumable Inventory Expansion
Misc Inventory Expansion
Cash Inventory Expansion
Check out the statement in regard to the reduction in renewal price for the ‘Rose for You’ items.
Updates - Fashion
Fiji Dress [Female]
Show off some southern hospitality with this four piece dress!
Tahiti Dress [Female]
This four piece Tahiti Dress is designed for your tropical enjoyment!
Cyber Suit [Male]
A 4 piece Cyber Suit. Error 88765, outfit does not compute!
Future Suit [Male]
A 3 piece Future Suit - Not available until 2362... Only joking!
Pictures of all the Fashion Sets can be found here!
Updates – Bundles
How to tame a Lizard
Before you head to the swamps you need to feed your Lizard! Wait! You don't have a Lizard Ok! We have everything you need to tame a Lizard, FREE Premium Pet Food (30 days), all at a 15% discount!
1x Blue tail lizard Egg
1x Pet Name Changer
3x Pet Dye Potion
1x Pet Option Changer
FREE - 1x Premium Pet Food (30 days)
Love your Pet
"Feed me! Feeeeed me!" If your pet could talk we're sure this would be the first thing it would tell you!
This bundle contains 45 Days of Premium Pet Food and more for over 50% off!
5x Premium Pet Food (1 Day)
1x Premium Pet Food (10 Days)
1x Premium Pet Food (30 Days)
1x Pet Dye Potion
1x Pet Option Changer
Check out the Dragonica shop functional item list for more information.
Click Here to "Top Up" your account with gPotato!
Don't forget, there are also 4 ways to earn free gPotato! Try one of them today:
- Sponsorpay
- SupersonicAds
- SuperRewards
- TokenAds
Accessing the Dragonica shop is as simple as clicking on the Shop button on the bottom right, while in-game. There you can browse all the amazing items on sale, try on any of the wearable items that catch your attention and find a link to Top Up your current supply of gPotato. All from the safety of your Dragonica client.
Kind Regards,Your Dragonica Team
Read more
Events
[Event] Dragotaka Paparazzi
17/05
Dear Dragonicans,
Have you always wanted to be the one writing the headlines? Spreading the best stories to the people of Dragotaka? Too bad... because that’s my job... BUT! Now is your time to shine! We’re looking for the best Dragonican journalists to interview any other Dragonican, Guild Leader or Celebrity! (Or perhaps even a Dragon!)
The three most funny, glamorous or interesting interviews will win 2500 Souls, 1x Pet of your choice*, 1x 30 Day Pet Food, 50 Weapon and 50 Armour Enhancement Powders. Exact details below.
How to Enter:
Choose another player or guild representative to interview, you should include the name of the characters and guild in your interview.
Pick your interview questions, the interview should overall be humorous, glamorous or otherwise interesting and have a friendly/positive tone!
There is no limit to the size or number of questions in your interview, however you should try to keep things short and interesting!
Post your interview in the General Discussion forum! Post with the tag [Interview] in the topic title.
Topics will be moved to the “Tales of Dragotaka” forum after the event is over.
Event Duration:
Thursday 17th May until Friday 25th May 2012 at 5pm GMT.
Prize:
The three best interviews will be chosen by the GMs and the Interviewer and Interviewee will BOTH win the following prize:
2500x Soul
1x Pet from the following choices: *(Noble Dragon, Paris Doll Pet, Humming Bird Pet)
1x Premium Pet Food (30 Days)
50x Weapon Enhancement Powders
50x Armour Enhancement Powders
Note: Prizes are [Event] versions which cannot be traded, mailed, or sold on the market.
Kind Regards,Your Dragonica Team
Read more
Announcements
[Shop] Critical Enhancements!
16/05
Dear Dragonicans,
Boost your character’s critical rate with the new ‘In the name of Roses!’ Lucky Dips! Each one could contain a Rose for You which increases your SoulCraft success rate by 5.0% and has a 7 day extextendable duration, or if you’re not quite so lucky one of many other really useful items such as Monster Radars and Woodie Coins!
Available in the Dragonica Shop now!
Updates - Lucky Dips
In the name of Roses! (Human) - Lucky Dip
Wonders and suprises await all Humans in this lucky dip.
- Items that can be won include:
-- Rose for You (7 days)
-- Gold Potion x2.0
-- Woodie Coin
-- Other items...
- Can be sold/traded/mailed
In the name of Roses! (Drakan) - Lucky Dip
Wonders and suprises await all Drakans in this lucky dip.
- Items that can be won include:
-- Rose for You (7 days)
-- Gold Potion x2.0
-- Woodie Coin
-- Other items...
- Can be sold/traded/mailed
Check out the Dragonica shop functional item list for more information.
Click Here to "Top Up" your account with gPotato!
Don't forget, there are also 4 ways to earn free gPotato! Try one of them today:
- Sponsorpay
- SupersonicAds
- SuperRewards
- TokenAds
Accessing the Dragonica shop is as simple as clicking on the Shop button on the bottom right, while in-game. There you can browse all the amazing items on sale, try on any of the wearable items that catch your attention and find a link to Top Up your current supply of gPotato. All from the safety of your Dragonica client.
Kind Regards,Your Dragonica Team
Read more
Updates
[Patch Notes] Version 0.914.174
15/05
Patch Notes - Version 0.914.174
World
In-game mail system has been fully restored and players may use this service once again.
Need Help?
If you encounter a problem in Dragonica why not check out our Technical Issues and Game Bug Issues forums for community assistance.
Alternatively check out our Help Desk for frequently asked questions and official technical support.
Kind Regards,Your Dragonica Team
Read more
Announcements
[Announcement] Take the Customer Satisfaction Survey!
15/05
Dear Dragonicans,
Your Dragonica team are always eager to hear your feedback to help us improve our service, which is exactly why the 2012 gPotato.eu survey is here! We would love to hear your thoughts and opinions, as well as any suggestions you might have regarding your experience with the Dragonica team.
Survey start time: 12:00 pm 15th May 2012
Survey end time: 12:00 pm 29th May 2012
In this survey, you will be asked several very quick questions about yourself and your experiences with the customer support team and our gPotato.eu Help Desk. This will help us to see what areas you are happy with, and where we could improve. Your feedback is greatly appreciated, so we hope that you will take a few short minutes to respond to this survey.
So what are you waiting for? Take our quick and easy Survey now!
Kind Regards,
Your Dragonica Team
Read more
Updates
[Patch Notes] Version 0.914.172
14/05
Patch Notes - Version 0.914.172
World
The login event for the Balloon Event has now finished, players will no longer receive tickets but may exchange any remaining tickets in the Vending Machine in Port of the Winds.
Need Help?
If you encounter a problem in Dragonica why not check out our Technical Issues and Game Bug Issues forums for community assistance.
Alternatively check out our Help Desk for frequently asked questions and official technical support.
Kind Regards,Your Dragonica Team
Read more
Announcements
[Shop] How to Tame a Dragon!
11/05
Dear Dragonicans,
So it’s time to feed your Dragon before you dare to enter the toughest dungeons to face enemies more powerful than you can imagine. What? You don’t have your own Dragon? Then it’s time you learnt how to tame one! Hatch your very own Noble Dragon and make good use of the extra special items bundled in the ‘How to tame your Dragon’ bundle, including 30 days of FREE Premium Pet Food.
Updates – Bundles
How to tame a Dragon
Before you go into a dungeon, you need to feed your Dragon! Wait! You don't have a Dragon!?! Ok! We have everything you need to tame a dragon, FREE Premium Pet Food (30 days), all at a 15% discount!
1x Noble Dragon Pet Egg
1x Pet Name Changer
3x Pet Dye Potion
1x Pet Option Changer
FREE - 1x Premium Pet Food (30 days) [Named "Riding Pet Food" in-game until next maintenance.]
Check out the Dragonica shop functional item list for more information.
Click Here to "Top Up" your account with gPotato!
Don't forget, there are also 4 ways to earn free gPotato! Try one of them today:
- Sponsorpay
- SupersonicAds
- SuperRewards
- TokenAds
Accessing the Dragonica shop is as simple as clicking on the Shop button on the bottom right, while in-game. There you can browse all the amazing items on sale, try on any of the wearable items that catch your attention and find a link to Top Up your current supply of gPotato. All from the safety of your Dragonica client.
Kind Regards,Your Dragonica Team
Read more
Featured Screenshots
More Screenshots
The official European website for Dragonica, the free-to-play 3D side-scrolling MMORPG bringing classic arcade-style action to the world of MMORPGs and online games