|
You last visited: Today at 19:49
Advertisement
Official Ask Thread
Discussion on Official Ask Thread within the Seafight forum part of the Browsergames category.
07/04/2014, 18:58
|
#931
|
elite*gold: 0
Join Date: Nov 2012
Posts: 21
Received Thanks: 4
|
Ich habe alles auf open beta seafight verloren habe nur ich das oder auch andere?
|
|
|
07/04/2014, 20:09
|
#932
|
elite*gold: 0
Join Date: Sep 2011
Posts: 417
Received Thanks: 237
|
Quote:
Originally Posted by Zip_Eyes™
Try old way:
Chrome: Ctlr+Shift+J payment tab open.
function throwError(msg) {
alert(msg);
throw new Error(msg);
}
if (typeof(Payment) === "undefined") {
try {
var paymentLayer = document.getElementsByClassName('paymentContent')[0];
} catch (e) {
var paymentLayer = document.getElementsByTagName('iframe')[0];
}
if (typeof(paymentLayer) === "undefined") {
throwError('No payment layer or window detected. Are you logged in and is a payment window visible?');
}
var confirmNewTab = confirm('Payment frame detected, but it\'s required to be opened as a seperate window.\n\n' +
'Click \"OK\" to open the frame in a new tab. You have to copy the script content in the console there again!' +
'\n\n(There is a good chance that your popup blocker will block this tab.)');
if (confirmNewTab) {
window.open(paymentLayer.src, '_blank');
throw new Error('Continue in the newly opened tab');
}
throw new Error('Cancelled by user.');
}
if ((Payment.cartElements.length < 1) || (typeof(Payment.cartElements[0]) === "undefined")) {
// Prepare the cart by removing old undefined entries
Payment.cartElements = [];
throwError('The shopping cart is empty! Add an item first (either by using a payment link or choosing something from the left list).');
}
var itemDesc = Payment.cartElements[0].item.textContent;
var targetAmount = prompt('Please enter how often you want to buy the package \"' + itemDesc + '\"');
if ((isNaN(targetAmount)) || (targetAmount == "") || (targetAmount < 1)) {
throwError('Enter only numbers.');
}
// Make sure the is only one item in the cart
Payment.cartElements = Payment.cartElements.slice(0, 1);
var totalPrice = Payment.cartElements[0].shoppingCartPrice;
for (var i = 1; i < targetAmount; i++) {
Payment.cartElements.push(Payment.cartElements[0]);
totalPrice += Payment.cartElements.slice(-1)[0].shoppingCartPrice;
}
// For security list the cart elements in the console
var cartStr = 'Shopping cart content:\n';
for (i = 0; i < Payment.cartElements.length; i++) {
cartStr += (i + 1) + '. ' + Payment.cartElements[i].item.textContent + '\n';
}
try {
console.info(cartStr);
} catch (e) {}
var confirmBuy = confirm('You are going to buy the package \"' + itemDesc + '\" ' +
Payment.cartElements.length + ' times, for a total price of ' + totalPrice + getShoppingCartCurrency() +
'.\n\nYou have to pay the price of ' + totalPrice + getShoppingCartCurrency() + ', you don\'t get anything for free!' +
'\nYOU HAVE BEEN WARNED!\n\nPlease also check the console, your shopping cart content is listed there.\n' +
'If everything is correct, press \"OK\"');
if (!confirmBuy) {
// Reset cart to 1 element
Payment.cartElements = Payment.cartElements.slice(0, 1);
throwError('Cancelled by user.');
} else {
Payment.calcSums();
Payment.requestMethods();
alert('Everything done. Now continue with the payment as normal.');
}
Edit: and tell us if it work 
|
Probably don't work, as Bigpoint fixed it and you 'll get pearls instead.
|
|
|
07/04/2014, 20:13
|
#933
|
elite*gold: 51
Join Date: Nov 2009
Posts: 445
Received Thanks: 424
|
Quote:
Originally Posted by Cheating-nl
Probably don't work, as Bigpoint fixed it and you 'll get pearls instead.
|
Hmm.
Quote:
Originally Posted by Sooccer
well, with the little one its working..
|
And it work's for 90% of the payment pack's bp offer's. I can make a thread about it someday when I have time to post all pack's I have personally tested.
|
|
|
07/04/2014, 22:59
|
#934
|
elite*gold: 0
Join Date: Sep 2011
Posts: 417
Received Thanks: 237
|
Quote:
Originally Posted by Zip_Eyes™
Hmm.
And it work's for 90% of the payment pack's bp offer's. I can make a thread about it someday when I have time to post all pack's I have personally tested.
|
Well, that's pretty nice. As I didn't know this. As it didn't work anymore for the 2, 5 and 10 euro packages I thought.
|
|
|
07/06/2014, 17:03
|
#935
|
elite*gold: 0
Join Date: Jun 2013
Posts: 20
Received Thanks: 2
|
Hi, I´m searching a working bug for canon duplicate
If anyone knows, please send me a PM
Thanks
|
|
|
07/07/2014, 15:25
|
#936
|
elite*gold: 0
Join Date: Nov 2012
Posts: 76
Received Thanks: 2
|
Yes, me too.
Please Please
|
|
|
07/07/2014, 16:27
|
#937
|
elite*gold: 0
Join Date: Aug 2012
Posts: 704
Received Thanks: 290
|
Quote:
Originally Posted by Schindlaa
Hi, I´m searching a working bug for canon duplicate
If anyone knows, please send me a PM
Thanks 
|
There is no public bug of it.
|
|
|
07/09/2014, 18:58
|
#938
|
elite*gold: 0
Join Date: Nov 2011
Posts: 10
Received Thanks: 0
|
hello. i'm looking for beta bugs. i'll send pm to the person who knows about anything
|
|
|
07/09/2014, 19:19
|
#939
|
elite*gold: 0
Join Date: Aug 2012
Posts: 704
Received Thanks: 290
|
How is this VP bug to be on 500k
|
|
|
07/10/2014, 22:35
|
#940
|
elite*gold: 1521
Join Date: Oct 2011
Posts: 749
Received Thanks: 191
|
At the moment there is no cannon bug and the bug with 500k is unavaible
|
|
|
07/12/2014, 19:52
|
#941
|
elite*gold: 0
Join Date: May 2012
Posts: 357
Received Thanks: 85
|
been said that Brazilian design will be out for sale on payment, any one know what features will this design have?
|
|
|
07/12/2014, 22:20
|
#942
|
elite*gold: 0
Join Date: Oct 2011
Posts: 49
Received Thanks: 10
|
Does anyone know when it will be castle days ?
|
|
|
07/12/2014, 23:27
|
#943
|
elite*gold: 0
Join Date: Feb 2012
Posts: 23
Received Thanks: 0
|
i dont think its a bug, but there was some codes to have the ship with more speed when have no sails
|
|
|
07/13/2014, 07:45
|
#944
|
elite*gold: 0
Join Date: Oct 2011
Posts: 49
Received Thanks: 10
|
Bug gives us 160 k hp and 80 points of Speed and reperki:
Instructions:
Just stop cancer and get Crystal gift, then get zbuguje we remembered base and speed reperki and swimming.
Important:
- Bug lasts only 1 log off after receiving a crystal gift.
it is not from me i just copy the text
i dont know if it stil works
|
|
|
07/13/2014, 11:55
|
#945
|
elite*gold: 0
Join Date: Dec 2012
Posts: 1,362
Received Thanks: 339
|
Quote:
Originally Posted by eaburn2
Bug gives us 160 k hp and 80 points of Speed and reperki:
Instructions:
Just stop cancer and get Crystal gift, then get zbuguje we remembered base and speed reperki and swimming.
Important:
- Bug lasts only 1 log off after receiving a crystal gift.
it is not from me i just copy the text
i dont know if it stil works
|
Sorry, Please explain it again
|
|
|
 |
|
Similar Threads
|
IOS7 Official Thread
09/24/2013 - Smartphones - 29 Replies
Wie findet ihr es? Hier kann über das neue ios 7 diskutiert werden also viel spass ;).
|
Official +1 Thread!
02/18/2010 - Mabinogi - 71 Replies
So, I decided I wanted to make a thread filled with just "+1" to see how long it lasts.
GOGOGOGOGOGO.
+1
|
The official thread.
08/01/2009 - EO PServer Hosting - 54 Replies
Hey guys. This is the official thread. In this official thread there is everything you need to run or commands or what so ever. I did this to tidy the forum out. Also to stop Unless threads. By Jeffrob
Official Threads
Stickys
Private server List - credits spy_dude2000
http://www.elitepvpers.com/forum/eo-pserver-hostin g/184314-guide-setting-up-pally-db.html - credits thegamer1907
|
[Official Thread] HaydzCO (HCO)
07/11/2009 - CO2 Private Server - 46 Replies
HaydzCo - Recreating HybridCo
-HaydzCo is a new private server of Conquer Online based on Hybrids old server HybridCo. It's a pure PVP server with neat commands.
-The purpose of this server is to succeed where TQ Digital failed, keeping our gamers happy, content with the server.
-FEATURES-
Complete Login.
|
The Official thread.
10/04/2008 - EO Exploits, Hacks, Tools & Macros - 6 Replies
Hey this is the official thread for EO Exploits, Hacks, Tools & Macros by Jeffrob This is to make the forum tidy.
Official Thread
Itemtype Data Editor - credits rookiehacker
Eudemons Online Hack Speed Zoom Etc - credits *M*
Eudemons Online Mage Macro - credits MegaDragon
|
All times are GMT +1. The time now is 19:49.
|
|