Remove items generator, there are better ones made in JS

This one wasn't working with newer files anyways
This commit is contained in:
slawkens
2023-08-12 12:23:03 +02:00
parent 0f38a677b1
commit b49c247162
4 changed files with 0 additions and 337 deletions

View File

@@ -1,7 +0,0 @@
<?php
require '../common.php';
require SYSTEM . 'item.php';
if(isset($_GET['id']))
outputItem($_GET['id'], $_GET['count']);
?>

View File

@@ -15,11 +15,6 @@
return ( 50 / 3 ) * pow( $level, 3 ) - ( 100 * pow( $level, 2 ) ) + ( ( 850 / 3 ) * $level ) - 200;
}
/** Sprite settings **/
$spr_path = SIGNATURES_DATA.'Tibia.spr';
$dat_path = SIGNATURES_DATA.'Tibia.dat';
$otb_path = SIGNATURES_DATA.'items.otb';
$background = 'default.png';
if ( !file_exists( SIGNATURES_BACKGROUNDS.$background ) )
{