Can i request an freebies NPC?
that works like this
1. Itembound per Account
2. Starts with a specific Account Number
3. Check the level if Base : 15 and Job : 10
There's an error on this line
menu "White Potion",WP,"Blue Potion",BP,"Yggdrasil Berry",YB,"Yggdrasil Seed",YS,"Mastela Fruit",MF,"Speed Potion",SSP,"Poison Bottle",PB,"Acid Bomb",AB;
on the Mastela Fruit,MS, it should be MF =)
but nice script!
Is there any other option for this? since the max def was 99 only.. and when a player has +10 set, thanatos should do more damage on the player that has +10 set..
If you got -def + +def means thanatos will dealt more damage right? ( correct me if im wrong )
This video will explain.
https://www.youtube.com/watch?v=BLiJGBXmWCY&feature=youtu.be
@bump?
A kind of problem that i encounter while using the 2012-04-10 RE client. is every time you warp or enter a portal client crashed. it's not always but sometimes its kinda irritating when you enter on the castle for example. and 5 mins left until the WOE is done.. can anyone help me or is there any solution for this?
And Im using this html code.
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
<!-->
var image1=new Image()
image1.src="loading00.jpg"
var image2=new Image()
image2.src="loading01.jpg"
var image3=new Image()
image3.src="loading02.jpg"
//-->
</script>
</head>
<body>
<img src="loading00.jpg" name="slide" width="800" height="600">
<script type="text/javascript">
<!--
var step=1
function slideit(){
document.images.slide.src=eval("image"+step+".src")
if(step<3)
step++
else
step=1
setTimeout("slideit()",2500)
}
slideit()
//-->
</script>
</body>
</html>
can someone help me?
I was helping 1 person, that wants to play on my server.. but the problem is everything i try we can't fix it.. always failed to connect to the server... but other servers is fine O.O
We use 2012 04 10 RE Client, can anyone try to help me about this? this is my first time...
I dont know what's the problem with this can someone give me a solution about this problem?
Critical Error
An error was encountered during the lifetime of the application.
This could be due to a variety of problems, such as a bug in the application.
However, normally it is caused by misconfiguration.
Exception Details
Error: PDOException
Message: SQLSTATE[HY000] [1129] Host 'hosted23.nfoservers.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
File: /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php:81
File Line Function/Method
/usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php 81 PDO::__construct()
/usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php 94 Flux_Connection::connect()
/usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php 159 Flux_Connection::getConnection()
/usr/www/uprisingvalk/public/cp/modules/install/index.php 17 Flux_Connection::getStatement()
/usr/www/uprisingvalk/public/cp/lib/Flux/Template.php 337 include()
/usr/www/uprisingvalk/public/cp/lib/Flux/Dispatcher.php 168 Flux_Template::render()
/usr/www/uprisingvalk/public/cp/index.php 176 Flux_Dispatcher::dispatch()
Exception Trace As String
#0 /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php(81): PDO->__construct(*hidden*)
#1 /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
#2 /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
#3 /usr/www/uprisingvalk/public/cp/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')
#4 /usr/www/uprisingvalk/public/cp/lib/Flux/Template.php(337): include('/usr/www/uprisi...')
#5 /usr/www/uprisingvalk/public/cp/lib/Flux/Dispatcher.php(168): Flux_Template->render()
#6 /usr/www/uprisingvalk/public/cp/index.php(176): Flux_Dispatcher->dispatch(Array)
#7 {main}