• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Modern AAC] SkillPix Gold (displays % of skills, loads from vocations.xml)

He posted in first post that he won't do a Gesior AAC version.
 
I said I won't, do it by yourself
 
You said you fixed the center alignment but my skills are still wide as hell and stretched out from the profile box.

Any idea why? >,<
 
Code:
Fatal error: Cannot redeclare getTries() (previously declared in C:\wamp\www\injections\character_view\askills\injection.php:81) in C:\wamp\www\injections\character_view\askills - copia\injection.php on line 32

how solve?:huh:
 
A PHP Error was encountered

Severity: Warning

Message: Division by zero

Filename: askills/injection.php

Line Number: 118

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 2

Filename: askills/injection.php

Line Number: 118

i have problems in skills formula:

$formula = floor(($tries/($base[$skill]*pow($array[$voc+($promotion*4)][$skill],($level+1)-11))*100));
return $formula > 99 ? 99 : $formula;

i have the same problem what i have to change?
 
i have this error:
A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 2

Filename: askills/injection.php

Line Number: 118

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 3

Filename: askills/injection.php

Line Number: 118

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 4

Filename: askills/injection.php

Line Number: 118

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 5

Filename: askills/injection.php

Line Number: 118

A PHP Error was encountered

Severity: Warning

Message: Division by zero

Filename: askills/injection.php

Line Number: 118

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 6

Filename: askills/injection.php

Line Number: 118

plz help!!
 
A PHP Error was encountered

Severity: Warning

Message: Division by zero

Filename: askills/injection.php

Line Number: 118

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 2

Filename: askills/injection.php

Line Number: 118

i have problems in skills formula:

$formula = floor(($tries/($base[$skill]*pow($array[$voc+($promotion*4)][$skill],($level+1)-11))*100));
return $formula > 99 ? 99 : $formula;

HEY!!! i fixed it, i had the same error: go to ~xampp/htdocs/index.php and go to
error_reporting(E_ALL);
, and change it to
error_reporting(E_STRICT);
, and your error is gone,
repp if i helped you :)
 
Fixed. I had to put same names to the gifs (because i was using anothers lol).

How can i change the colors of the background, font, etc? In order to make the background transparent.
 
Back
Top