Ir para conteúdo

zPerseu

Membro
  • Registro em

  • Última visita

Tudo que zPerseu postou

  1. creditos ViitinG 95% Brunds 5% ( por ter editado ) se faltar algum credito só comentar Download Fail
  2. zPerseu postou uma resposta no tópico em Suporte Tibia OTServer
    QUERIA 1 SCRIPT QUE FUNCIONA PRA UM EVENTO MEU {CASTLE} QUERIA QUE ESSA PORTA SO ABRE DE DOMINGO 17:00 DA TARDE ELA FICARA ABERTA POR 2 HORAS DPS A PORTA FECHA 2 SCRIPT DE UMA QUEST POR PORCENTAGEM TIPO ASSIM O PLAYER TEM CHANCE DE GANHAR 6 ITEMS SO APENAS 1 BAU . ELE TEM 60 % DE CHANCE DE PEGAR UM ITEM +- ITEM MUITO BOM 30% ESSA QUEST IRA ABRIR AS 14:00 ATE AS 16:HORAS DPS A DOR NAO ABRE DPS ELA ABRE AS 17:00 FICA ATE 23 HORAS DPS FECHA DPS SO NO OUTRO DIA PRO PLAYER ENTRAR
  3. NAO SEI O ERRO SE VC QUISER NAO AJUDAR + EU ENTENDO ESSE O ERRO
  4. DANDO ESSE ERRO http://prntscr.com/b7nr0s
  5. eu criei outro char e esse char nao transforma
  6. A Script Fica ASSIM ENTAO quando eu tiro aquela parte e deixo essa nao da erro no Forgoton mas quando esta dentro do jogo o player nao transforma
  7. Dando erro Link do Print:http://prntscr.com/b7nes5
  8. zPerseu postou uma resposta no tópico em Suporte Tibia OTServer
    EAE GALERA DO TK queria uma Script um pouco diferente. Funciona assim Player ussa Spell Chamada Izanagi ele tem 30 segundos . vou explicar esses 30 segundos. Funçao da spell e que quando a life do player chegar a 30% ele volta com a vida full e onde ele usou o izanagi vou explicar os 30 segundos. isso serve o tanto de tempo que ele tem pra ficar com o efeito. entao quando der 10 segundos e esse player ser atacado ele sai correndo ou fica la sla e ele e teleportado pra tipo uma dimensao. quando dar 10 segundos ele volta da dimensao com a vida full e mana full
  9. tipo Naruto Akatsuki etc etc mas tipo quando vc vira akatsuke e da look em algum akat eles tem Showvoc tipo Membro Da Akatsuke
  10. CUAL DESSAS PARTE EU COLOCO O IP IGUAL DO CONFIG? <?php /*These configs are neccessary in order to make Modern AAC work.*/ /*URL of website including http:// and without slash at the end! */ $config['website'] = $config['website'] = 'http://'.$_SERVER['HTTP_HOST'] . '/'.trim(dirname($_SERVER['SCRIPT_NAME']), '/.\\'); /*Database information*/ $config['database']['host'] = "127.0.0.1"; $config['database']['login'] = "root"; $config['database']['password'] = ""; $config['database']['database'] = "naruto"; /*Name of server*/ $config['server_name'] = "NarutoForce"; // Sistema automatico Pagseguro by tatu_hunter // Seu email cadastrado no pagseguro $config['pagseguro']['email'] = '[email protected]'; // Nome do Produto $config['pagseguro']['produtoNome'] = 'Pontos VIP'; // Valor unitario do produto ou seja valor de cada ponto // Exemplo de valores // 100 = R$ 1,00 // 235 = R$ 2,35 // 4254 = R$ 42,54 $config['pagseguro']['produtoValor'] = '100'; // Token gerado no painel do pagseguro $config['pagseguro']['token'] = 'EFEB3B4CA8914CB3963C3695A6947965'; /*End of most important configs*/ /*List of cities, declare by using city ID and name eg. 2=>"Eternia City" etc.*/ $config['cities'] = array(1=>'Konoha'); /* Simple ticket system */ $config['newsTickerLimit'] = 4; $config['newsTickerWords'] = 4; /*List of vocation available to choose when creating new character*/ $config['vocations'] = array(1=>"Naruto", 13=>"Sasuke", 25=>"Lee", 34=>"Sakura", 50=>"Gaara", 70=>"Neji", 90=>"Kiba", 110=>"Shikamaru", 130=>"Hinata", 150=>"Tenten", 170=>"Itachi", 190=>"Killer Bee", 200=>"Kakashi", 620=>"Yamato", 220=>"Tobi", 580=>"Kakuzu", 550=>"Hidan", 520=>"Raikage", 235=>"Minato", 500=>"Kisame", 600=>"Madara", 210=>"Temari", 251=>"Sasori"); /*List of vocation that exists on server*/ $config['server_vocations'] = array(1=>"Naruto", 13=>"Sasuke", 25=>"Lee", 34=>"Sakura", 50=>"Gaara", 70=>"Neji", 90=>"Kiba", 110=>"Shikamaru", 130=>"Hinata", 150=>"Tenten", 170=>"Itachi", 190=>"Killer Bee", 200=>"Kakashi", 620=>"Yamato", 220=>"Tobi", 580=>"Kakuzu", 550=>"Hidan", 520=>"Raikage", 235=>"Minato", 500=>"Kisame", 600=>"Madara", 210=>"Temari", 251=>"Sasori"); /*List of promotions, the key is vocation without promotion*/ $config['promotions'] = array(1=>"Master Sorcerer", 2=>"Elder Druid", 3=>"Royal Paladin", 4=>"Elite Knight"); /*Resitricted names*/ $config['restricted_names'] = array("god", "gamemaster", "admin", "account manager"); /*Names with any of this value cannot be created*/ $config['invalidNameTags'] = array("god", "gm", "cm", "gamemaster", "hoster", "admin"); /*ID and names of worlds*/ $config['worlds'][0] = "Naruto Force"; // Enable multiworld by uncommenting this //$config['worlds'][1] = "Second World"; /* Addresses of each server */ $config['servers'][0] = array('address'=>'127.0.0.1', 'port'=>7171, 'vapusid'=>'%VAPUS_ID%'); // Enable multiworld by uncommenting this //$config['servers'][1] = array('address'=>'127.0.0.1', 'port'=>7173, 'vapusid' => 'XXX'); /*Groups that exists on server*/ $config['groups'] = array(0=>"Player", 1=>"Player", 2=>"Tutor", 3=>"Senior Tutor", 4=>"Gamemaster", 5=>"Community Manager", 6=>"God"); /*Names of vocations as in database as samples. First key is world id and second vocation id.*/ $config['newchar_vocations'][0][1] = "Naruto Sample"; $config['newchar_vocations'][0][13] = "Sasuke Sample"; $config['newchar_vocations'][0][25] = "Lee Sample"; $config['newchar_vocations'][0][34] = "Sakura Sample"; $config['newchar_vocations'][0][50] = "Gaara Sample"; $config['newchar_vocations'][0][70] = "Neji Sample"; $config['newchar_vocations'][0][90] = "Kiba Sample"; $config['newchar_vocations'][0][110] = "Shikamaru Sample"; $config['newchar_vocations'][0][130] = "Hinata Sample"; $config['newchar_vocations'][0][150] = "Tenten Sample"; $config['newchar_vocations'][0][170] = "Itachi Sample"; $config['newchar_vocations'][0][190] = "Killer Bee Sample"; $config['newchar_vocations'][0][200] = "Kakashi Sample"; $config['newchar_vocations'][0][620] = "Yamato Sample"; $config['newchar_vocations'][0][220] = "Tobi Sample"; $config['newchar_vocations'][0][580] = "Kakuzu Sample"; $config['newchar_vocations'][0][550] = "Hidan Sample"; $config['newchar_vocations'][0][520] = "Raikage Sample"; $config['newchar_vocations'][0][235] = "Minato Sample"; $config['newchar_vocations'][0][500] = "Kisame Sample"; $config['newchar_vocations'][0][600] = "Madara Sample"; $config['newchar_vocations'][0][210] = "Temari Sample"; $config['newchar_vocations'][0][251] = "Sasori Sample"; $config['newchar_vocations'][1][1] = "Naruto Sample"; $config['newchar_vocations'][13][13] = "Sasuke Sample"; $config['newchar_vocations'][25][25] = "Lee Sample"; $config['newchar_vocations'][34][34] = "Sakura Sample"; $config['newchar_vocations'][50][50] = "Gaara Sample"; $config['newchar_vocations'][70][70] = "Neji Sample"; $config['newchar_vocations'][90][90] = "Kiba Sample"; $config['newchar_vocations'][110][110] = "Shikamaru Sample"; $config['newchar_vocations'][130][130] = "Hinata Sample"; $config['newchar_vocations'][150][150] = "Tenten Sample"; $config['newchar_vocations'][170][170] = "Itachi Sample"; $config['newchar_vocations'][190][190] = "Killer Bee Sample"; $config['newchar_vocations'][200][200] = "Kakashi Sample"; $config['newchar_vocations'][620][620] = "Yamato Sample"; $config['newchar_vocations'][220][220] = "Tobi Sample"; $config['newchar_vocations'][580][580] = "Kakuzu Sample"; $config['newchar_vocations'][550][550] = "Hidan Sample"; $config['newchar_vocations'][520][520] = "Raikage Sample"; $config['newchar_vocations'][235][235] = "Minato Sample"; $config['newchar_vocations'][500][500] = "Kisame Sample"; $config['newchar_vocations'][600][600] = "Madara Sample"; $config['newchar_vocations'][210][210] = "Temari Sample"; $config['newchar_vocations'][251][251] = "Sasori Sample"; /*Don't show chaarcters with group id higher than*/ $config['players_group_id_block'] = 3; /*Min. level to create guild*/ $config['levelToCreateGuild'] = 100; /*Limit of latest deaths*/ $config['latestdeathlimit'] = 20; /*Limit news per page*/ $config['newsLimit'] = 10; /*Limit comments per page*/ $config['commentLimit'] = 10; /*Template that should be used on website*/ $config['layout'] = "naruto"; /*Title of a website*/ $config['title'] = "NtoForce - Powered by [ADM]Leo"; /*Premdays given when creating new account.*/ $config['premDays'] = 2; /*Positions to start when creating character*/ $startPos['x'] = 1028; $startPos['y'] = 912; $startPos['z'] = 5; /*Trigger password for scaffolding system.*/ $config['scaffolding_trigger'] = "password"; /*Minimum page access for admin priviliges*/ $config['adminAccess'] = 6; /*Max threads per page*/ $config['threadsLimit'] = 10; /*Max posts per page in a thread*/ $config['postsLimit'] = 10; /*Time between posts*/ $config['timeBetweenPosts'] = 30; /*Limit of submissions per page in bug tracker*/ $config['bugtrackerPageLimit'] = 10; /*Limit of houses on listing page*/ $config['housesLimit'] = 10; /*Level to buy house*/ $config['houseLevel'] = 50; /*Lenght of housing auction in seconds*/ $config['houseAuctionTime'] = 604800; /*Default timezone*/ $config['timezone'] = "Europe/London"; /*Allowed IPs to use command prompt in admin panel*/ $config['allowedToUseCMD'] = array("127.0.0.1", "localhost"); /* Path to your UI theme */ $config['UItheme'] = "smoothness/jquery-ui-1.7.2.custom.css"; /*Destination to guilds logos folder, must be writable.*/ $config['uploads'] = "/public/guild_logos/"; /* Status timeout (recheck if server is online) */ $config['statusTimeout'] = 1 + (5 * 60); // Default to 5min /* Wrap words longer than */ $config['wrap_words'] = 80; /*Limit comments per page in videos view*/ $config['videoCommentsLimit'] = 10; /*Limit of videos to show while searching*/ $config['videoSearchLimit'] = 10; /*Maximum amount of characters per account*/ $config['maxCharacters'] = 20; /*Limit of inbox/outbox messages per page*/ $config['messagesLimit'] = 10; /*Amount of names to be saved when looking for characters*/ $config['characterSearchLimit'] = 10; /*Switch on Admin Window*/ $config['adminWindow'] = true; /*Integrate facebook to AAC? (TRUE/FALSE)*/ $config['facebook'] = true; /*Max amount of saved actions*/ $config['actionsCount'] = 15; /*Player per page in hishscore */ $config['highscore']['per_page'] = 15; /*Total players to show in highscores*/ $config['highscore']['total'] = 300; /* Guild board creation */ $config['guildboardTitle'] = "Guildboard for %NAME%"; $config['guildboardDescription'] = "This is the guildboard for the great %NAME% guild!"; /* VAPus Settings */ $config['VAPusGraphStep'] = 1; // step * update time = time steps on graph, etc 6 with an update time of 10min = one hour //Enable delay between creating characters $config['characterDelay'] = false; //Time between creating characters in seconds $config['characterDelayTime'] = 240; //Enable delay between creating accounts $config['accountDelay'] = false; //Time between creating accounts in seconds $config['accountDelayTime'] = 240; //Account restrictions $config['restrictedAccounts'] = array('1'); ############EVENTS############ # Event fired just after main framework to gain access to all features $config['onLoad'] = array(); # Event fired after all finished loading no headers should be sent $config['onReady'] = array(); ############################# /* ###################################################################################################################### * Do not touch any of the configs below if you are not 100% sure what you are doing! * These are config to the engine, usually the default ones works well so no change needed for unexperienced users. ###################################################################################################################### */ // Tiny hack to figure if we use Windows or not. if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') @define('USING_WINDOWS', 1); else @define('USING_WINDOWS', 0); if(USING_WINDOWS) $config['engine']['PHPversion'] = "5.3.0"; else $config['engine']['PHPversion'] = "5.3.0"; $config['engine']['indexPage'] = "index.php"; $config['engine']['uri_protocol'] = "AUTO"; $config['engine']['charSET'] = "UTF-8"; $config['engine']['enable_hooks'] = FALSE; $config['engine']['permitted_uri_chars'] = "a-z 0-9~%.:_\-'+"; $config['engine']['enable_query_strings'] = FALSE; $config['engine']['global_xss_filtering'] = TRUE; $config['engine']['compress_output'] = FALSE; $config['engine']['proxy_ip'] = ""; $config['engine']['autoload_libraries'] = array(); $config['engine']['autoload_helper'] = array(); $config['engine']['autoload_plugin'] = array(); $config['engine']['autoload_config'] = array(); $config['engine']['autoload_model'] = array(); $config['engine']['default_controller'] = "home"; $config['engine']['platforms'] = array('windows nt 6.0' => 'Windows Longhorn', 'windows nt 5.2' => 'Windows 2003', 'windows nt 5.0' => 'Windows 2000', 'windows nt 5.1' => 'Windows XP', 'windows nt 4.0' => 'Windows NT 4.0', 'winnt4.0' => 'Windows NT 4.0', 'winnt 4.0' => 'Windows NT', 'winnt' => 'Windows NT', 'windows 98' => 'Windows 98', 'win98' => 'Windows 98', 'windows 95' => 'Windows 95', 'win95' => 'Windows 95', 'windows' => 'Unknown Windows OS', 'os x' => 'Mac OS X', 'ppc mac' => 'Power PC Mac', 'freebsd' => 'FreeBSD', 'ppc' => 'Macintosh', 'linux' => 'Linux', 'debian' => 'Debian', 'sunos' => 'Sun Solaris', 'beos' => 'BeOS', 'apachebench' => 'ApacheBench', 'aix' => 'AIX', 'irix' => 'Irix', 'osf' => 'DEC OSF', 'hp-ux' => 'HP-UX', 'netbsd' => 'NetBSD', 'bsdi' => 'BSDi', 'openbsd' => 'OpenBSD', 'gnu' => 'GNU/Linux', 'unix' => 'Unknown Unix OS' ); $config['engine']['mobiles'] = array('mobileexplorer' => 'Mobile Explorer', 'palmsource' => 'Palm', 'palmscape' => 'Palmscape', 'motorola' => "Motorola", 'nokia' => "Nokia", 'palm' => "Palm", 'iphone' => "Apple iPhone", 'ipod' => "Apple iPod Touch", 'sony' => "Sony Ericsson", 'ericsson' => "Sony Ericsson", 'blackberry' => "BlackBerry", 'cocoon' => "O2 Cocoon", 'blazer' => "Treo", 'lg' => "LG", 'amoi' => "Amoi", 'xda' => "XDA", 'mda' => "MDA", 'vario' => "Vario", 'htc' => "HTC", 'samsung' => "Samsung", 'sharp' => "Sharp", 'sie-' => "Siemens", 'alcatel' => "Alcatel", 'benq' => "BenQ", 'ipaq' => "HP iPaq", 'mot-' => "Motorola", 'playstation portable' => "PlayStation Portable", 'hiptop' => "Danger Hiptop", 'nec-' => "NEC", 'panasonic' => "Panasonic", 'philips' => "Philips", 'sagem' => "Sagem", 'sanyo' => "Sanyo", 'spv' => "SPV", 'zte' => "ZTE", 'sendo' => "Sendo", 'symbian' => "Symbian", 'SymbianOS' => "SymbianOS", 'elaine' => "Palm", 'palm' => "Palm", 'series60' => "Symbian S60", 'windows ce' => "Windows CE", 'obigo' => "Obigo", 'netfront' => "Netfront Browser", 'openwave' => "Openwave Browser", 'mobilexplorer' => "Mobile Explorer", 'operamini' => "Opera Mini", 'opera mini' => "Opera Mini", 'digital paths' => "Digital Paths", 'avantgo' => "AvantGo", 'xiino' => "Xiino", 'novarra' => "Novarra Transcoder", 'vodafone' => "Vodafone", 'docomo' => "NTT DoCoMo", 'o2' => "O2", 'mobile' => "Generic Mobile", 'wireless' => "Generic Mobile", 'j2me' => "Generic Mobile", 'midp' => "Generic Mobile", 'cldc' => "Generic Mobile", 'up.link' => "Generic Mobile", 'up.browser' => "Generic Mobile", 'smartphone' => "Generic Mobile", 'cellphone' => "Generic Mobile" ); $config['engine']['robots'] = array('googlebot' => 'Googlebot', 'msnbot' => 'MSNBot', 'slurp' => 'Inktomi Slurp', 'yahoo' => 'Yahoo', 'askjeeves' => 'AskJeeves', 'fastcrawler' => 'FastCrawler', 'infoseek' => 'InfoSeek Robot 1.0', 'lycos' => 'Lycos' ); $config['engine']['browsers'] = array('Opera' => 'Opera', 'MSIE' => 'Internet Explorer', 'Internet Explorer' => 'Internet Explorer', 'Shiira' => 'Shiira', 'Firefox' => 'Firefox', 'Chimera' => 'Chimera', 'Phoenix' => 'Phoenix', 'Firebird' => 'Firebird', 'Camino' => 'Camino', 'Netscape' => 'Netscape', 'OmniWeb' => 'OmniWeb', 'Safari' => 'Safari', 'Mozilla' => 'Mozilla', 'Konqueror' => 'Konqueror', 'icab' => 'iCab', 'Lynx' => 'Lynx', 'Links' => 'Links', 'hotjava' => 'HotJava', 'amaya' => 'Amaya', 'IBrowse' => 'IBrowse' ); $config['engine']['mimes'] = array('hqx' => 'application/mac-binhex40', 'cpt' => 'application/mac-compactpro', 'csv' => array ('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel' ), 'bin' => 'application/macbinary', 'dms' => 'application/octet-stream', 'lha' => 'application/octet-stream', 'lzh' => 'application/octet-stream', 'exe' => 'application/octet-stream', 'class' => 'application/octet-stream', 'psd' => 'application/x-photoshop', 'so' => 'application/octet-stream', 'sea' => 'application/octet-stream', 'dll' => 'application/octet-stream', 'oda' => 'application/oda', 'pdf' => array ('application/pdf', 'application/x-download' ), 'ai' => 'application/postscript', 'eps' => 'application/postscript', 'ps' => 'application/postscript', 'smi' => 'application/smil', 'smil' => 'application/smil', 'mif' => 'application/vnd.mif', 'xls' => array ('application/excel', 'application/vnd.ms-excel', 'application/msexcel' ), 'ppt' => array ('application/powerpoint', 'application/vnd.ms-powerpoint' ), 'wbxml' => 'application/wbxml', 'wmlc' => 'application/wmlc', 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dxr' => 'application/x-director', 'dvi' => 'application/x-dvi', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'php' => 'application/x-httpd-php', 'php4' => 'application/x-httpd-php', 'php3' => 'application/x-httpd-php', 'phtml' => 'application/x-httpd-php', 'phps' => 'application/x-httpd-php-source', 'js' => 'application/x-javascript', 'swf' => 'application/x-shockwave-flash', 'sit' => 'application/x-stuffit', 'tar' => 'application/x-tar', 'tgz' => 'application/x-tar', 'xhtml' => 'application/xhtml+xml', 'xht' => 'application/xhtml+xml', 'zip' => array ('application/x-zip', 'application/zip', 'application/x-zip-compressed' ), 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mpga' => 'audio/mpeg', 'mp2' => 'audio/mpeg', 'mp3' => array ('audio/mpeg', 'audio/mpg' ), 'aif' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'ra' => 'audio/x-realaudio', 'rv' => 'video/vnd.rn-realvideo', 'wav' => 'audio/x-wav', 'bmp' => 'image/bmp', 'gif' => 'image/gif', 'jpeg' => array ('image/jpeg', 'image/pjpeg' ), 'jpg' => array ('image/jpeg', 'image/pjpeg' ), 'jpe' => array ('image/jpeg', 'image/pjpeg' ), 'png' => array ('image/png', 'image/x-png' ), 'tiff' => 'image/tiff', 'tif' => 'image/tiff', 'css' => 'text/css', 'html' => 'text/html', 'htm' => 'text/html', 'shtml' => 'text/html', 'txt' => 'text/plain', 'text' => 'text/plain', 'log' => array ('text/plain', 'text/x-log' ), 'rtx' => 'text/richtext', 'rtf' => 'text/rtf', 'xml' => 'text/xml', 'xsl' => 'text/xml', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'mpe' => 'video/mpeg', 'qt' => 'video/quicktime', 'mov' => 'video/quicktime', 'avi' => 'video/x-msvideo', 'movie' => 'video/x-sgi-movie', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'word' => array ('application/msword', 'application/octet-stream' ), 'xl' => 'application/excel', 'eml' => 'message/rfc822' ); $config['engine']['doctypes'] = array('xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">', 'xhtml1-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">', 'xhtml1-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', 'xhtml1-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">', 'html5' => '<!DOCTYPE html>', 'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">', 'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">', 'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">' ); $config['engine']['url_suffix'] = ".ide"; $config['engine']['sess_cookie_name'] = 'ci_session'; $config['engine']['sess_expiration'] = 7200; $config['engine']['sess_encrypt_cookie'] = FALSE; $config['engine']['sess_use_database'] = FALSE; $config['engine']['sess_table_name'] = 'ci_sessions'; $config['engine']['sess_match_ip'] = FALSE; $config['engine']['sess_match_useragent'] = TRUE; $config['engine']['sess_time_to_update'] = 300; $config['engine']['rewrite_short_tags'] = false; if(USING_WINDOWS == 1) { //Load management is not available on Windows. $config['engine']['loadManagement'] = false; } else { //Load management is a maximum ammount of processes website is using. If the website is flooded it will drop connection with users outside this amount. $config['engine']['loadManagement'] = false; $config['engine']['maxLoad'] = 60; } /* |-------------------------------------------------------------------------- | Error Logging Threshold |-------------------------------------------------------------------------- | | If you have enabled error logging, you can set an error threshold to | determine what gets logged. Threshold options are: | You can enable error logging by setting a threshold over zero. The | threshold determines what gets logged. Threshold options are: | | 0 = Disables logging, Error logging TURNED OFF | 1 = Error Messages (including PHP errors) | 2 = Debug Messages | 3 = Informational Messages | 4 = All Messages | | For a live site you'll usually only enable Errors (1) to be logged otherwise | your log files will fill up very fast. | */ $config['engine']['log_threshold'] = 0; #DON'T TOUCH! DECLARING CONSTANS! @DEFINE('LEVELTOCREATEGUILD', $config['levelToCreateGuild']); @DEFINE('PREMDAYS', $config['premDays']); @DEFINE('HOSTNAME', $config['database']['host']); @DEFINE('USERNAME', $config['database']['login']); @DEFINE('PASSWORD', $config['database']['password']); @DEFINE('DATABASE', $config['database']['database']); @DEFINE('WEBSITE', $config['website']); ?>
  11. Quando estou akatsuke eu consigo transformar e queria que nao pudesse transformar + quando ele vira akatsuke local config = { --[vocation id] = { level, nova voc, looktype, efeito} [1] = { 25, 2, 66, 208}, -- NARUTO [2] = { 50, 3, 91, 208}, -- NARUTO [3] = { 75, 4, 18, 208}, -- NARUTO [4] = { 100, 5, 31, 208}, -- NARUTO [5] = { 125, 6, 92, 208}, -- NARUTO [6] = { 150, 7, 40, 208}, -- NARUTO [7] = { 175, 8, 305, 208}, -- NARUTO [8] = { 200, 9, 320, 208}, -- NARUTO [9] = { 225, 10, 179, 208}, -- NARUTO [10] = { 250, 11, 394, 208}, -- NARUTO [11] = { 300, 12, 397, 208}, -- NARUTO [12] = { 400, 301, 124, 208}, -- NARUTO [13] = { 25, 14, 93, 108}, -- SASUKE [14] = { 50, 15, 6, 108}, -- SASUKE [15] = { 75, 16, 5, 108}, -- SASUKE [16] = { 100, 17, 306, 108}, -- SASUKE [17] = { 125, 18, 7, 108}, -- SASUKE [18] = { 150, 19, 94, 108}, -- SASUKE [19] = { 175, 20, 59, 108}, -- SASUKE [20] = { 200, 21, 8, 108}, -- SASUKE [21] = { 225, 22, 178, 110}, -- SASUKE [22] = { 250, 23, 95, 110}, -- SASUKE [23] = { 300, 24, 54, 110}, -- SASUKE [24] = { 400, 310, 164, 110}, -- SASUKE [25] = { 25, 26, 80, 87}, -- ROCK LEE [26] = { 50, 27, 190, 87}, -- ROCK LEE [27] = { 75, 28, 83, 87}, -- ROCK LEE [25] = { 25, 26, 80, 87}, -- ROCK LEE [26] = { 50, 27, 190, 87}, -- ROCK LEE [27] = { 75, 28, 83, 87}, -- ROCK LEE [28] = { 100, 29, 191, 87}, -- ROCK LEE [29] = { 150, 30, 192, 87}, -- ROCK LEE [30] = { 175, 31, 193, 87}, -- ROCK LEE [31] = { 200, 32, 392, 87}, -- ROCK LEE [32] = { 250, 33, 109, 87}, -- ROCK LEE [33] = { 300, 304, 330, 87}, -- ROCK LEE [304] = { 400, 305, 111, 87}, -- ROCK LEE [34] = { 25, 35, 194, 5}, -- SAKURA [35] = { 50, 36, 175, 5}, -- SAKURA [36] = { 75, 37, 169, 5}, -- SAKURA [37] = { 100, 38, 173, 5}, -- SAKURA [38] = { 150, 39, 172, 5}, -- SAKURA [39] = { 175, 40, 171, 5}, -- SAKURA [40] = { 225, 41, 174, 5}, -- SAKURA [41] = { 250, 42, 170, 5}, -- SAKURA [50] = { 25, 51, 67, 205}, -- GAARA [51] = { 50, 52, 72, 205}, -- GAARA [52] = { 75, 53, 158, 205}, -- GAARA [53] = { 100, 54, 65, 205}, -- GAARA [54] = { 125, 55, 329, 205}, -- GAARA [55] = { 150, 56, 188, 205}, -- GAARA [56] = { 175, 57, 62, 205}, -- GAARA [57] = { 200, 58, 189, 205}, -- GAARA [58] = { 225, 59, 335, 205}, -- GAARA [59] = { 250, 60, 57, 205}, -- GAARA [70] = { 25, 71, 102, 124}, -- NEJI [71] = { 50, 72, 103, 124}, -- NEJI [72] = { 75, 73, 105, 124}, -- NEJI [73] = { 100, 74, 107, 124}, -- NEJI [74] = { 150, 75, 108, 124}, -- NEJI [75] = { 175, 76, 314, 124}, -- NEJI [76] = { 225, 77, 315, 124}, -- NEJI [77] = { 250, 78, 333, 124}, -- NEJI [90] = { 25, 91, 331, 209}, -- KIBA [91] = { 50, 92, 69, 209}, -- KIBA [92] = { 75, 93, 70, 209}, -- KIBA [93] = { 100, 94, 199, 209}, -- KIBA [94] = { 150, 95, 196, 209}, -- KIBA [95] = { 175, 96, 197, 209}, -- KIBA [96] = { 225, 97, 198, 209}, -- KIBA [97] = { 250, 98, 332, 209}, -- KIBA [110] = { 50, 111, 88, 187}, -- SHIKAMARU [111] = { 100, 112, 341, 187}, -- SHIKAMARU [112] = { 150, 113, 343, 187}, -- SHIKAMARU [114] = { 200, 115, 344, 187}, -- SHIKAMARU [115] = { 250, 116, 345, 187}, -- SHIKAMARU [130] = { 25, 131, 296, 124}, -- HINATA [131] = { 75, 132, 297, 124}, -- HINATA [132] = { 150, 133, 298, 124}, -- HINATA [133] = { 200, 134, 299, 124}, -- HINATA [134] = { 250, 135, 300, 124}, -- HINATA [150] = { 25, 151, 384, 126}, -- TENTEN [151] = { 75, 152, 385, 126}, -- TENTEN [152] = { 150, 153, 386, 126}, -- TENTEN [153] = { 200, 154, 396, 126}, -- TENTEN [170] = { 25, 171, 97, 108}, -- ITACHI [171] = { 50, 172, 285, 108}, -- ITACHI [172] = { 75, 173, 282, 108}, -- ITACHI [173] = { 100, 174, 98, 108}, -- ITACHI [174] = { 125, 175, 284, 109}, -- ITACHI [175] = { 150, 176, 99, 109}, -- ITACHI [176] = { 200, 177, 283, 109}, -- ITACHI [190] = { 25, 191, 373, 4}, -- KILLER BEE [191] = { 75, 192, 374, 4}, -- KILLER BEE [192] = { 125, 193, 375, 4}, -- KILLER BEE [193] = { 150, 194, 376, 4}, -- KILLER BEE [194] = { 200, 195, 318, 4}, -- KILLER BEE [195] = { 250, 196, 377, 4}, -- KILLER BEE [200] = { 25, 201, 11, 10}, -- KAKASHI [201] = { 50, 202, 287, 10}, -- KAKASHI [202] = { 75, 203, 12, 10}, -- KAKASHI [203] = { 125, 204, 10, 10}, -- KAKASHI [204] = { 150, 205, 289, 10}, -- KAKASHI [205] = { 175, 206, 288, 10}, -- KAKASHI [206] = { 200, 207, 13, 10}, -- KAKASHI [207] = { 250, 208, 14, 10}, -- KAKASHI [620] = { 50, 621, 429, 110}, --YAMATO [621] = { 100, 622, 430, 110}, --YAMATO [622] = { 150, 623, 431, 110}, --YAMATO [623] = { 200, 624, 432, 110}, --YAMATO [624] = { 225, 625, 433, 110}, --YAMATO [625] = { 250, 626, 434, 110}, --YAMATO [626] = { 300, 627, 435, 110}, --YAMATO [627] = { 400, 628, 436, 110}, --YAMATO [220] = { 25, 221, 477, 30}, --TOBI [221] = { 50, 222, 478, 30}, --TOBI [222] = { 75, 223, 479, 30}, --TOBI [223] = { 100, 224, 480, 30}, --TOBI [224] = { 125, 225, 481, 30}, --TOBI [225] = { 150, 226, 482, 30}, --TOBI [226] = { 175, 227, 483, 30}, --TOBI [227] = { 200, 228, 484, 30}, --TOBI [228] = { 225, 229, 485, 30}, --TOBI [229] = { 250, 230, 487, 30}, --TOBI [230] = { 275, 231, 488, 30}, --TOBI [231] = { 300, 232, 486, 30}, --TOBI [232] = { 400, 233, 489, 30}, --TOBI [580] = { 50, 581, 465, 67}, --KAKUZU [581] = { 100, 582, 466, 67}, --KAKUZU [582] = { 150, 583, 467, 67}, --KAKUZU [583] = { 200, 584, 468, 67}, --KAKUZU [584] = { 250, 585, 469, 67}, --KAKUZU [585] = { 300, 586, 470, 67}, --KAKUZU [586] = { 400, 587, 471, 67}, --KAKUZU [550] = { 50, 551, 445, 67}, --HIDAN [551] = { 100, 552, 446, 67}, --HIDAN [552] = { 150, 553, 447, 67}, --HIDAN [553] = { 200, 554, 448, 67}, --HIDAN [554] = { 250, 555, 449, 67}, --HIDAN [555] = { 300, 556, 450, 67}, --HIDAN [556] = { 400, 557, 451, 67}, --HIDAN [235] = { 50, 235, 579, 242}, --MINATO [235] = { 100, 236, 585, 242}, --MINATO [236] = { 125, 237, 586, 242}, --MINATO [237] = { 150, 238, 580, 242}, --MINATO [238] = { 200, 239, 645, 242}, --MINATO [240] = { 200, 241, 581, 242}, --MINATO [241] = { 200, 242, 581, 242}, --MINATO [242] = { 200, 243, 581, 242}, --MINATO [500] = { 25, 501, 411, 34}, --KISAME [501] = { 50, 502, 412, 34}, --KISAME [502] = { 75, 503, 413, 34}, --KISAME [503] = { 100, 504, 414, 34}, --KISAME [504] = { 125, 505, 415, 34}, --KISAME [505] = { 150, 506, 416, 34}, --KISAME [506] = { 175, 507, 417, 34}, --KISAME [507] = { 200, 508, 418, 34}, --KISAME [508] = { 225, 509, 419, 34}, --KISAME [509] = { 250, 510, 420, 34}, --KISAME [510] = { 300, 511, 423, 34}, --KISAME [511] = { 400, 512, 426, 34}, --KISAME [600] = { 50, 601, 453, 30}, --MADARA [601] = { 100, 602, 454, 30}, --MADARA [602] = { 150, 603, 455, 30}, --MADARA [603] = { 200, 604, 456, 30}, --MADARA [604] = { 225, 605, 457, 30}, --MADARA [605] = { 250, 606, 458, 30}, --MADARA [606] = { 300, 607, 459, 30}, --MADARA [607] = { 400, 608, 460, 30}, --MADARA [635] = { 25, 635, 600, 13}, --Tobirama [635] = { 50, 636, 598, 13}, --Tobirama [636] = { 75, 637, 599, 13}, --Tobirama [637] = { 100, 638, 588, 13}, --Tobirama [638] = { 125, 639, 590, 13}, --Tobirama [639] = { 150, 640, 591, 13}, --Tobirama [640] = { 175, 641, 589, 13}, --Tobirama [641] = { 200, 642, 592, 13}, --Tobirama [642] = { 225, 643, 593, 13}, --Tobirama [643] = { 250, 644, 594, 13}, --Tobirama [644] = { 300, 645, 596, 13}, --Tobirama [645] = { 350, 646, 594, 13}, --Tobirama [665] = { 25, 665, 569, 13}, --SHIN [666] = { 75, 665, 569, 13}, --SHIN [667] = { 100, 666, 570, 13}, --SHIN [668] = { 350, 667, 571, 13}, --SHIN [670] = { 25, 670, 572, 13}, --MENMA [670] = { 75, 671, 557, 13}, --MENMA [671] = { 100, 672, 558, 13}, --MENMA [672] = { 275, 673, 559, 13}, --MENMA [673] = { 350, 674, 560, 13}, --MENMA } function onSay(cid, words, param, channel) local from,to = {x=1001, y=705, z=7},{x=1031, y=737, z=7} -- começo e final do mapa local from2,to2 = {x=1011, y=705, z=6},{x=1031, y=738, z=6} -- começo e final do mapa local from3,to3 = {x=1012, y=706, z=5},{x=1032, y=739, z=5} -- começo e final do mapa local from4,to4 = {x=985, y=598, z=7},{x=1044, y=652, z=7} -- começo e final do mapa local from5,to5 = {x=986, y=615, z=6},{x=1039, y=647, z=7} -- começo e final do mapa local from6,to6 = {x=990, y=616, z=5},{x=1040, y=647, z=5} -- começo e final do mapa if isInRange(getCreaturePosition(cid), from, to) or isInRange(getCreaturePosition(cid), from2, to2) or isInRange(getCreaturePosition(cid), from3, to3) or isInRange(getCreaturePosition(cid), from4, to4) or isInRange(getCreaturePosition(cid), from5, to5) or isInRange(getCreaturePosition(cid), from6, to6) then doPlayerSendCancel(cid, "Você não pode se Transformar nesta área!") return true end doPlayerSay(cid, "transformar") local voc = config[getPlayerVocation(cid)] if voc then if getPlayerLevel(cid) >= voc[1] then doPlayerSetVocation(cid, voc[2]) doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, "Você Transformou!") local outfit = {lookType = voc[3]} doCreatureChangeOutfit(cid, outfit) doSendMagicEffect(getCreaturePosition(cid), voc[4]) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, "Você precisa estar no level " .. voc[1] .. " para transformar.") end else doPlayerSendCancel(cid, "Você não pode se Transformar!") end return true end PRA VIRAR AKATSUKE -- Script Akatsuki System Advance 1.0 -- -- By RigBy -- -- tibiaking.com -- local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end local level = 1 -- Level preciso pra entra para akatsuki local itemid = 5943 -- id do coração local quantidade = 6 -- quantos hearts e preciso local bonushp = 300000 -- quanto de bonus de life vai ganha local bonusmp = 30000 -- quanto de bonus de mana vai ganha local experience = 20 -- Experience rates no caso 2x a experiencia do seu servidor. local config = { --[Vocation] = ( Nova Vocation, New Outfit ) [1] = { 5, 516}, -- Naruto 100% [13] = { 14, 517}, -- Sasuke 100% [25] = { 26, 555}, -- Rock Lee 100% [34] = { 35, 518}, -- Sakura 100% [50] = { 51, 528}, -- Gaara 100% [70] = { 71, 522}, -- Neji 100% [90] = { 91, 524}, -- Kiba 100% [110] = { 111, 579}, -- Shikamaru 100% [130] = { 131, 526}, -- Hinata 100% [150] = { 151, 523}, -- Tenten 100% [170] = { 171, 545}, -- Itachi 100% [190] = { 191, 520}, -- Killer Bee 100% [200] = { 201, 578}, -- Kakashi 100% [210] = { 211, 565}, -- Temari 100% [220] = { 221, 571}, -- Obito 100% [235] = { 235, 534}, -- Minato 100% [500] = { 501, 574}, -- Kisame 100% [520] = { 521, 586}, -- Raikage 100% [550] = { 551, 572}, -- Hidan 100% [580] = { 581, 573}, -- Kakuzo 100% [600] = { 601, 582}, -- Madara 100% [627] = { 628, 527}, -- Yamato 100% [646] = { 645, 532}, -- Tobirama 100% } function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid if msgcontains(msg, 'akatsuki') then if getPlayerVocation(cid) ~= config then if getPlayerStorageValue(cid, 89745) == -1 then if getPlayerLevel(cid) >= level then selfSay('Kkkk. Para ser da Membro da Akatsuki, você terá que matar alguns Shinobi, até mesmo seus amigos. Tem certeza que quer ser da Akatsuki ?', cid) talkState[talkUser] = 1 else selfSay('Você nem sabe o nível que é pra entrar na akatsuki, suma da minha frente seu idiota.', cid) end else selfSay('Você já faz parte da Akatsuki!', cid) end else selfSay('Não preciso de você agora!', cid) end end if talkState[talkUser] == 1 and msgcontains(msg, 'yes') then selfSay('KKkkkkkkkkkkkk, acha que é tão simples ? Para ser da Akatsuki você terá que me trazer '..quantidade..' {coraçao} para provar que merece ser da Akatsuki.', cid) talkState[talkUser] = 2 end local voc = config[getPlayerVocation(cid)] if talkState[talkUser] == 2 and msgcontains(msg, 'coraçao') then if voc then if getPlayerItemCount(cid, 5943) >= 6 then doPlayerSetVocation(cid, voc[1]) local outfit = {lookType = voc[2]} doCreatureChangeOutfit(cid, outfit) setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+bonushp) setCreatureMaxMana(cid, getCreatureMaxMana(cid)+bonusmp) doCreatureAddHealth(cid, getCreatureMaxHealth(cid)) doPlayerRemoveItem(cid, 5943, 6) doCreatureAddMana(cid, getCreatureMaxMana(cid)) setPlayerStorageValue(cid,89745,6) doPlayerSetExperienceRate(cid, experience) selfSay('Parabéns agora você faz parte da Akatsuki.', cid) talkState[talkUser] = 0 else selfSay('Não adianta me enganar, você não tem '..quantidade..' corações, vai atrás, e só volte com eles.', cid) end end end return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) quando eu coloco storage na transformar.lua nao vai buga e nao transfoma + O 1 ali que tem Naruto etc e o Transformar.lua
  12. zPerseu postou uma resposta no tópico em Suporte Tibia OTServer
    Estou com esse erro http://prntscr.com/b74u1r e tenho essa script local config = { percent = 2, --- porcentagem de mana que perde } function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = fromPosition local topos = toPosition local position1 = {x=getPlayerPosition(cid).x+0, y=getPlayerPosition(cid).y+0, z=getPlayerPosition(cid).z} local position2 = {x=toPosition.x+1, y=toPosition.y+1, z=toPosition.z} local aqui = getPlayerPosition(cid) local vocs = {670, 671, 672, 673, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279} local agua = {4610, 4612, 4611, 4664, 4613, 4666, 4646, 4654, 4609, 4665, 4608, 4625, 4665, 4666, 4645} local parede = {1030, 1029, 1025, 1026, 1027, 1259, 1028, 1032, 1034, 1033, 1536, 1533, 873, 919, 874, 1037, 2700, 2708, 4472, 4475, 4471, 3388, 3373, 3363, 3398, 3408, 3417, 3420, 3407, 3368, 2701, 5130, 6170, 6166, 1596, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422} local pedra = {874, 919, 873, 2707, 2784, 2778, 3330, 4471, 4475, 4473, 4472, 4474, 4468, 4478, 4469, 4470, 4479, 2703, 2704, 1534, 2739, 3867, 5324, 5316, 5315, 5317, 1600, 1597, 1601} if getDistanceBetween(aqui, toPosition) >= 8 then doPlayerSendTextMessage(cid, 26, "Não pode usar a tecnica Deus Dragão nesse local.") return true end if(not(isSightClear(aqui, toPosition, 1))) then doPlayerSendTextMessage(cid, 26, "Não pode usar a tecnica Deus Dragão nesse local.") return true end if(getTilePzInfo(aqui)) then doPlayerSendCancel(cid, "Não pode usar a tecnica Deus Dragão em casas ou areas protegidas.") return true end if(getTilePzInfo(toPosition)) then doPlayerSendCancel(cid, "Não pode usar a tecnica Deus Dragão em casas ou areas protegidas.") return true end if(isInArray(agua, itemEx.itemid)) then doPlayerSendTextMessage(cid, 26, "Não pode usar a tecnica Deus Dragão nesse local.") return true end if(isInArray(parede, itemEx.itemid)) then doPlayerSendTextMessage(cid, 26, "you cannot throw there.") return true end if(isInArray(pedra, itemEx.itemid)) then doPlayerSendTextMessage(cid, 26, "Não pode usar a tecnica Deus Dragão nesse local.") return true end if(not(isInArray(vocs, getPlayerVocation(cid)))) then return true end if(doTeleportThing(cid, toPosition, false)) then doSendMagicEffect(position1, 52) doSendMagicEffect(position2, 52) doCreatureSay(cid, "Shunshin", 19) doSendDistanceShoot(pos, toPosition, 52) if isCreature(cid) then if getCreatureMaxMana(cid) then local lifedraw = math.ceil(getCreatureMaxMana(cid) * (config.percent)/100) doCreatureAddMana(cid, -lifedraw, 1) end end return true end doPlayerSendCancel(cid, "Desculpe nao foi possivel.") return true end erro nessa parte local pos = fromPosition local topos = toPosition local position1 = {x=getPlayerPosition(cid).x+0, y=getPlayerPosition(cid).y+0, z=getPlayerPosition(cid).z} local position2 = {x=toPosition.x+1, y=toPosition.y+1, z=toPosition.z} local aqui = getPlayerPosition(cid) quando eu aumento X+0 ou umas dessa a funçao nao vai fica assim http://prntscr.com/b74vch a sprite fica bugada
  13. deu certo agora.ja dei meus 5 rep em vc
  14. 65500-65501 Deixei esses
  15. http://prntscr.com/b74k3c esse erro
  16. quando eu tiro essa parte a spell nao tira dano nem apareçe a sprite
  17. tipo e so o dono da guild e quando ele e + 1 outro dono eles clika numa parte tipo uma pedra e eles e junto com a guild sao teleportados ou so 2 player com guild vao clicao e dps que eles sao teleportados ele falam !gocastle e sua toda guild on e teleportada juntamente Desculpa os erros de portugues Pera esplicar Melhor 2 Player entrao num portal esse portal so pode entrar quem tem guild. Quando 1 player entra no portal apareçe um aviso tipo Guild Gms esta invadindo o castle. Dps quando outra guild entrar fecha o evento e eles precisao clikar no trono e quem fica no trono por + tempo ganha o evento Eles iram ganhar uma hunt so para aquela guild que ganhar o evento so inicia de Sabado Os player tem 1 semana para ussar essas Hunts E dps disso eles sao removidos estantaneamente de la data/lib/015-coh data/talkactions/talkactions.xml esse ae e oq eu estou ussando
  18. http://prntscr.com/b73pb3
  19. Esse Erro http://prntscr.com/b73nag Esse Erro http://prntscr.com/b73nag
  20. zPerseu postou uma resposta no tópico em Suporte & Pedidos
    pode fazer essa sprite http://prntscr.com/b73jly que ta amarrado na cintura Por favor? Vlw se puder fazer
  21. function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.actionid == 65500) then if getTopCreature({x=32464,y=32378,z=5}).uid > 0 then doTeleportThing(getTopCreature({x=32464,y=32378,z=5}).uid, {x=32526,y=32421,z=5}) essa e a parte q nao entendo naonde coloco essas cordenedas . Script enteira function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.actionid == 65500) then if getTopCreature({x=32464,y=32378,z=5}).uid > 0 then doTeleportThing(getTopCreature({x=32464,y=32378,z=5}).uid, {x=32526,y=32421,z=5}) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) else doPlayerSendCancel(cid, "Você precisa estar em cima do tapete.") return true end elseif (item.actionid == 65501) then if getTopCreature({x=32526,y=32421,z=5}).uid > 0 then doTeleportThing(getTopCreature({x=32526,y=32421,z=5}).uid, {x=32464,y=32378,z=5}) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) else doPlayerSendCancel(cid, "Você precisa estar em cima do tapete.") end end return true end isso e a do Castle
  22. Galera alguem pode ajudar nesse ERRO Erro:http://prntscr.com/b731da Script : local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 134) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -165.2, 1, -165.2, 1) function onCastSpell(cid, var) local position1 = {x=getThingPosition(getCreatureTarget(cid)).x+0, y=getThingPosition(getCreatureTarget(cid)).y+1, z=getThingPosition(getCreatureTarget(cid)).z} doSendMagicEffect(position1, 245) return doCombat(cid, combat, var) end function onCastSpell(cid, var) local parameters = { cid = cid, var = var} setPlayerStorageValue(cid, 3206, os.time()+2000) addEvent(onCastSpell2, 630, parameters) doPlayerSendCancel(cid, "Voce Esta Exausto.") end return TRUE end Eu queria colocar exausted nas minhas spell pra fazer combo e ta dando esse erro !
  23. http://prntscr.com/b72mm2 mano ta dando isso nao da dano nem apareçe sprite rep+ arrumei akie achei o erro dps de 2 anos

Informação Importante

Confirmação de Termo