Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Haikenz

  1. there are already set the numbers of hair styles and colors correctly the problem is in client hexed, I want to know if someone has already found the solution to correct the hair style error that is no more than 29
  2. the error presents when it passes of 29 styles of hair
  3. I wonder if anyone has already got or found the solution to the error of the 2017-06-14 Palettes and Hairstyles client that presented error in the game and closed. PS¹ The pallets are working, the game does not make a mistake, I tested with the Kamishi palette pack, it's only giving a mistake in hair styles when it exceeds 29 PS². Sorry my english
  4. my friend was able to change everything, but gave this small mistake, my friend was absent and was needing it now connect.php <?php // error_reporting(0); # remove syntax errors (VertrigoServ / XAMP and others) DEFINE( 'HOST', 'localhost' ); # Padrão DEFINE( 'USER', 'ragnarok' ); # Usuário do pma DEFINE( 'PASS', 'ragnarok' ); # Senha do pma DEFINE( 'DATABASE', 'board' ); # Nome da database do fórum DEFINE( 'BOARD', 'localhost/forum/' ); # link do seu fórum DEFINE( 'LIMIT', '5'); # Limite de Notícias que será exibida DEFINE( 'CATEGORY1', '4'); # ID da categoria dos Eventos (coluna forum_id = %) DEFINE( 'CATEGORY2', '2'); # ID da categoria das Changelogs da Staff (coluna forum_id = %) DEFINE( 'CATEGORY3', '5'); # ID da categoria de Noticías da Staff (coluna forum_id = %) try { $pdo = new PDO("mysql:dbname=".DATABASE.";host=".HOST, USER, PASS); } catch (PDOException $e) { echo "Sua conexão falhou: ".$e->getMessage(); die(); } ?> news.php <html> <head> <?php require 'connect.php'; ?> <?php header("Content-Type: text/html; charset=ISO-8859-1",true);?> <style type="text/css">body { cursor: url("normal.cur"), url("normal.cur"), default;}a { cursor: url("hand.cur"), url("hand.cur"), default; }</style> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100); body { font-family: "Roboto", helvetica, arial, sans-serif; font-size: 0px; font-weight: 400; text-rendering: optimizeLegibility; } div.table-title { display: block; margin: auto; max-width: 600px; padding:5px; width: 100%; } .table-title h3 { color: #fafafa; font-size: 30px; font-weight: 400; font-style:normal; font-family: "Roboto", helvetica, arial, sans-serif; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); text-transform:uppercase; text-align: center; } /*** Table Styles **/ .table-fill { background: white; border-radius:3px; border-collapse: collapse; height: 200px; margin: auto; padding:5px; width: 100%; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); animation: float 5s infinite; } th { color:#D5DDE5;; background:#1b1e24; border-bottom:4px solid #9ea7af; border-right: 1px solid #343a45; font-size:20px; font-weight: 100; padding:15px; text-align:left; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); vertical-align:middle; } th:first-child { border-top-left-radius:3px; } th:last-child { border-top-right-radius:3px; border-right:none; } tr { border-bottom-: 1px solid #C1C3D1; color:#666B85; font-size:16px; font-weight:normal; text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1); } tr:hover td { background:#fc4242; color:#FFFFFF; border-top: 1px solid #fd5e5e; border-bottom: 1px solid #fd5e5e; } tr:hover td a { color:#FFFFFF; } tr:first-child { border-top:none; } tr:last-child { border-bottom:none; } tr:nth-child(odd) td { background:#EBEBEB; } tr:nth-child(odd):hover td { background:#fc4242; } tr:last-child td:first-child { border-bottom-left-radius:3px; } tr:last-child td:last-child { border-bottom-right-radius:3px; } td { background:#FFFFFF; padding:10px; text-align:left; vertical-align:middle; font-weight:300; font-size:16px; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); border-right: 1px solid #C1C3D1; } td a { color: #666B85; text-decoration: underline; } td:last-child { border-right: 0px; } th.text-left { text-align: left; } th.text-center { text-align: center; } th.text-right { text-align: right; } td.text-left { text-align: left; } td.text-center { text-align: center; } td.text-right { text-align: right; } </style> </head> <body> <table class="table-fill"> <tbody class="table-hover"> <?php $sql = (" SELECT *, CASE forum_id WHEN ".CATEGORY1." THEN 'Changelogs' WHEN ".CATEGORY2." THEN 'News' WHEN ".CATEGORY3." THEN 'Eventos' END as forum_id FROM topics WHERE forum_id IN ( '".CATEGORY1."', '".CATEGORY2."','".CATEGORY3."') ORDER BY `tid` DESC LIMIT 0, ".LIMIT." "); $sql = $pdo->query($sql); if($sql->rowCount() > 0) { foreach ($sql->fetchAll() as $app) { $date = date("d/m", $app['start_date']); echo( "<tr>"); echo( "<td width='10%' class=\"text-left\"><img src=\"{$app['forum_id']}.png\"></td>"); echo( "<td width='65%' class=\"text-left\"><a href=\"" . BOARD . "topic/{$app['tid']}-{$app['title_seo']}\" class=\"tipsyTIP\" title=\"Clique para ver a not&iacute;cia completa.\" target=\"_blank\">{$app['title']}</td>"); echo( "<td width='15%' class=\"text-left\"><img src='calendar.png'> {$date}</td>"); echo( "</tr>"); } } else { echo("<tr>"); echo("<td class=\"text-left\" colspan=\"5\" style=\"text-align:center;\">Não há notícias.</td>"); echo("</tr>"); } ?> </tbody> </table> </body> Erro line: if($sql->rowCount() > 0) { Msg error: <b>Fatal error</b>: Uncaught Error: Call to a member function rowCount() on boolean in C:\xampp\htdocs\forum\news.php:178 Stack trace: #0 {main} thrown in <b>C:\xampp\htdocs\forum\news.php</b> on line <b>178</b><br />
  5. One question ... I just hired the OVH host, but it does not come installed phpmyadmin to import the ragnarok tables ... I'm horrible on linux... does anyone know the step by step how to install in Debian 9?
  6. data/msgstringtable.txt Human# Swordman, Mage, Merchant, Acolyte, Thief, Archer, Expanded Classes# Doram# Summoner#
  7. I'm sorry but I do not understand anything about php and mysql, so I tried to change "mysql" to "mysql" and the error now went to this: <b>Fatal error</b>: Uncaught Error: Call to undefined method mysqli::build() in C:\xampp\htdocs\forum\news.php:167 Stack trace: #0 {main} thrown in <b>C:\xampp\htdocs\forum\news.php</b> on line <b>167</b><br /> <?php error_reporting(0); # remove syntax errors (VertrigoServ / XAMP and others) DEFINE( 'HOST', 'localhost' ); # Padrão DEFINE( 'USER', 'ragnarok' ); # Usuário do pma DEFINE( 'PASS', 'ragnarok' ); # Senha do pma DEFINE( 'DATABASE', 'board' ); # Nome da database do fórum DEFINE( 'BOARD', 'localhost/forum/' ); # link do seu fórum DEFINE( 'LIMIT', '5'); # Limite de Notícias que será exibida DEFINE( 'CATEGORY1', '4'); # ID da categoria dos Changelog (coluna forum_id = %) DEFINE( 'CATEGORY2', '2'); # ID da categoria das Notícias da Staff (coluna forum_id = %) DEFINE( 'CATEGORY3', '5'); # ID da categoria dos Eventos (coluna forum_id = %) class msqli { public function __construct() { $this->conn = mysqli_connect( HOST, USER, PASS ) or die( mysqli_error() ); $this->select = mysqli_select_db( DATABASE, $this->conn ) or die( mysqli_error() ); } public function build( $query ) { $this->query = $query; } public function execute() { $this->query = mysqli_query( $this->query ) or die( mysqli_error() ); } public function numrows() { return mysqli_num_rows( $this->query ); } public function fetchassoc() { return mysqli_fetch_assoc( $this->query ); } } ?> <html> <head> <?php require_once( 'connect.php' ); $sql = new mysqli(); ?> <?php header("Content-Type: text/html; charset=ISO-8859-1",true);?> <style type="text/css">body { cursor: url("normal.cur"), url("normal.cur"), default;}a { cursor: url("hand.cur"), url("hand.cur"), default; }</style> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100); body { font-family: "Roboto", helvetica, arial, sans-serif; font-size: 0px; font-weight: 400; text-rendering: optimizeLegibility; } div.table-title { display: block; margin: auto; max-width: 600px; padding:5px; width: 100%; } .table-title h3 { color: #fafafa; font-size: 30px; font-weight: 400; font-style:normal; font-family: "Roboto", helvetica, arial, sans-serif; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); text-transform:uppercase; text-align: center; } /*** Table Styles **/ .table-fill { background: white; border-radius:3px; border-collapse: collapse; height: 200px; margin: auto; padding:5px; width: 100%; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); animation: float 5s infinite; } th { color:#D5DDE5;; background:#1b1e24; border-bottom:4px solid #9ea7af; border-right: 1px solid #343a45; font-size:20px; font-weight: 100; padding:15px; text-align:left; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); vertical-align:middle; } th:first-child { border-top-left-radius:3px; } th:last-child { border-top-right-radius:3px; border-right:none; } tr { border-bottom-: 1px solid #C1C3D1; color:#666B85; font-size:16px; font-weight:normal; text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1); } tr:hover td { background:#fc4242; color:#FFFFFF; border-top: 1px solid #fd5e5e; border-bottom: 1px solid #fd5e5e; } tr:hover td a { color:#FFFFFF; } tr:first-child { border-top:none; } tr:last-child { border-bottom:none; } tr:nth-child(odd) td { background:#EBEBEB; } tr:nth-child(odd):hover td { background:#fc4242; } tr:last-child td:first-child { border-bottom-left-radius:3px; } tr:last-child td:last-child { border-bottom-right-radius:3px; } td { background:#FFFFFF; padding:10px; text-align:left; vertical-align:middle; font-weight:300; font-size:16px; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); border-right: 1px solid #C1C3D1; } td a { color: #666B85; text-decoration: underline; } td:last-child { border-right: 0px; } th.text-left { text-align: left; } th.text-center { text-align: center; } th.text-right { text-align: right; } td.text-left { text-align: left; } td.text-center { text-align: center; } td.text-right { text-align: right; } </style> </head> <body> <table class="table-fill"> <tbody class="table-hover"> <?php $sql->build( " SELECT *, CASE forum_id WHEN ".CATEGORY1." THEN 'noticia' WHEN ".CATEGORY2." THEN 'changelog' WHEN ".CATEGORY3." THEN 'evento' END as forum_id FROM forums_topics WHERE forum_id IN ( '".CATEGORY1."', '".CATEGORY2."','".CATEGORY3."') ORDER BY `tid` DESC LIMIT 0, ".LIMIT." "); $sql->execute(); while( $app = $sql->fetchassoc() ) { $date = date("d/m", $app['start_date']); echo( "<tr>"); echo( "<td width='10%' class=\"text-left\"><img src=\"{$app['forum_id']}.png\"></td>"); echo( "<td width='65%' class=\"text-left\"><a href=\"" . BOARD . "topic/{$app['tid']}-{$app['title_seo']}\" class=\"tipsyTIP\" title=\"Clique para ver a not&iacute;cia completa.\" target=\"_blank\">{$app['title']}</td>"); echo( "<td width='15%' class=\"text-left\"><img src='calendar.png'> {$date}</td>"); echo( "</tr>"); } ?> </tbody> </table> </body>
  8. I'm having a little problem in this IPS forum news system, it works perfectly in PHP 5.x, however I upgraded PHP to 7.1 is experiencing this error ( this system separates categories from the forum to show on the website ) Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\forum\connect.php:18 Stack trace: #0 C:\xampp\htdocs\forum\news.php(5): mysql->__construct() #1 {main} thrown in C:\xampp\htdocs\forum\connect.php on line 18 file connect.php <?php error_reporting(0); # remove syntax errors (VertrigoServ / XAMP and others) DEFINE( 'HOST', 'localhost' ); # Padrão DEFINE( 'USER', 'ragnarok' ); # Usuário do pma DEFINE( 'PASS', 'ragnarok' ); # Senha do pma DEFINE( 'DATABASE', 'forum' ); # Nome da database do fórum DEFINE( 'BOARD', 'localhost/forum/' ); # link do seu fórum DEFINE( 'LIMIT', '5'); # Limite de Notícias que será exibida DEFINE( 'CATEGORY1', '4'); # ID da categoria dos Changelog (coluna forum_id = %) DEFINE( 'CATEGORY2', '2'); # ID da categoria das Notícias da Staff (coluna forum_id = %) DEFINE( 'CATEGORY3', '5'); # ID da categoria dos Eventos (coluna forum_id = %) class mysql { public function __construct() { $this->conn = mysql_connect( HOST, USER, PASS ) or die( mysql_error() ); $this->select = mysql_select_db( DATABASE, $this->conn ) or die( mysql_error() ); } public function build( $query ) { $this->query = $query; } public function execute() { $this->query = mysql_query( $this->query ) or die( mysql_error() ); } public function numrows() { return mysql_num_rows( $this->query ); } public function fetchassoc() { return mysql_fetch_assoc( $this->query ); } } ?> file news.php <html> <head> <?php require_once( 'connect.php' ); $sql = new mysql(); ?> <?php header("Content-Type: text/html; charset=ISO-8859-1",true);?> <style type="text/css">body { cursor: url("normal.cur"), url("normal.cur"), default;}a { cursor: url("hand.cur"), url("hand.cur"), default; }</style> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100); body { font-family: "Roboto", helvetica, arial, sans-serif; font-size: 0px; font-weight: 400; text-rendering: optimizeLegibility; } div.table-title { display: block; margin: auto; max-width: 600px; padding:5px; width: 100%; } .table-title h3 { color: #fafafa; font-size: 30px; font-weight: 400; font-style:normal; font-family: "Roboto", helvetica, arial, sans-serif; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); text-transform:uppercase; text-align: center; } /*** Table Styles **/ .table-fill { background: white; border-radius:3px; border-collapse: collapse; height: 200px; margin: auto; padding:5px; width: 100%; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); animation: float 5s infinite; } th { color:#D5DDE5;; background:#1b1e24; border-bottom:4px solid #9ea7af; border-right: 1px solid #343a45; font-size:20px; font-weight: 100; padding:15px; text-align:left; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); vertical-align:middle; } th:first-child { border-top-left-radius:3px; } th:last-child { border-top-right-radius:3px; border-right:none; } tr { border-bottom-: 1px solid #C1C3D1; color:#666B85; font-size:16px; font-weight:normal; text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1); } tr:hover td { background:#fc4242; color:#FFFFFF; border-top: 1px solid #fd5e5e; border-bottom: 1px solid #fd5e5e; } tr:hover td a { color:#FFFFFF; } tr:first-child { border-top:none; } tr:last-child { border-bottom:none; } tr:nth-child(odd) td { background:#EBEBEB; } tr:nth-child(odd):hover td { background:#fc4242; } tr:last-child td:first-child { border-bottom-left-radius:3px; } tr:last-child td:last-child { border-bottom-right-radius:3px; } td { background:#FFFFFF; padding:10px; text-align:left; vertical-align:middle; font-weight:300; font-size:16px; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1); border-right: 1px solid #C1C3D1; } td a { color: #666B85; text-decoration: underline; } td:last-child { border-right: 0px; } th.text-left { text-align: left; } th.text-center { text-align: center; } th.text-right { text-align: right; } td.text-left { text-align: left; } td.text-center { text-align: center; } td.text-right { text-align: right; } </style> </head> <body> <table class="table-fill"> <tbody class="table-hover"> <?php $sql->build( " SELECT *, CASE forum_id WHEN ".CATEGORY1." THEN 'noticia' WHEN ".CATEGORY2." THEN 'changelog' WHEN ".CATEGORY3." THEN 'evento' END as forum_id FROM forums_topics WHERE forum_id IN ( '".CATEGORY1."', '".CATEGORY2."','".CATEGORY3."') ORDER BY `tid` DESC LIMIT 0, ".LIMIT." "); $sql->execute(); while( $app = $sql->fetchassoc() ) { $date = date("d/m", $app['start_date']); echo( "<tr>"); echo( "<td width='10%' class=\"text-left\"><img src=\"{$app['forum_id']}.png\"></td>"); echo( "<td width='65%' class=\"text-left\"><a href=\"" . BOARD . "topic/{$app['tid']}-{$app['title_seo']}\" class=\"tipsyTIP\" title=\"Clique para ver a not&iacute;cia completa.\" target=\"_blank\">{$app['title']}</td>"); echo( "<td width='15%' class=\"text-left\"><img src='calendar.png'> {$date}</td>"); echo( "</tr>"); } ?> </tbody> </table> </body>
  9. my first theme I'm creating, and look I'm not good at design... I want notes and suggestions @Edit Add print page of Post
  10. So what program do I use to make unpack in client hexed?
  11. Haikenz

    Item Error

    Update your kRO.grf.
  12. how to unpack a client hexed? I need a newer version than the 2017-06-14, is it with the program Themida that does the unpack?
  13. Recently Herc, has launched new packets in the source until the client 2017-09-20bRagexeRE Commit: https://github.com/HerculesWS/Hercules/commit/c3f46b2c8f3d05a44c2d7388756666e98b9323bb and https://github.com/HerculesWS/Hercules/commit/46f5d10a555785899c04eda74e21922e92a2fb5b Please update to rAthena <3
  14. Thank You! Help me in this post also please
  15. How do I add this to my npc? +
  16. I would like some help in this original designer of the rA, I would like to add the option of "bodystyle"... I know there are several downloadable scripts that have this function, but I like this original //===== rAthena Script ======================================= //= Stylist //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Changes your hair style, hair color, and cloth color. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Switched to 'getbattleflag', credits to Saithis. [Euphy] //============================================================ prontera,170,180,1 script Stylist#custom_stylist 122,{ setarray .@Styles[1], getbattleflag("max_cloth_color"), getbattleflag("max_hair_style"), getbattleflag("max_hair_color"); setarray .@Look[1], LOOK_CLOTHES_COLOR, LOOK_HAIR, LOOK_HAIR_COLOR; set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color"); set .@Revert, getlook(.@Look[.@s]); set .@Style,1; while(1) { setlook .@Look[.@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)"; switch(select(.@menu$)) { case 1: set .@Style, ((.@Style != .@Styles[.@s]) ? .@Style+1 : 1); break; case 2: set .@Style, ((.@Style != 1) ? .@Style-1 : .@Styles[.@s]); break; case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+"."; input .@Style,0,.@Styles[.@s]; if (!.@Style) set .@Style, rand(1,.@Styles[.@s]); break; case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; } } }
  17. Well, I need help in "CELL_PVP" I set up the coordinates all right, but if I activate the "@pvpon" apparently pvp works, but if I relogar on the map, the pvp is still connected in the whole city, appearing the "time "and" number of players " PS¹. If I put mapflags the city still continues as pvp on, instead of pvp being only in the specific area. PS². I'm using this updated diff ( Extended_Cell_PvP_1.7.1.patch ) Script example - script pvp_city -1,{ end; OnInit: setcell "aretnorp",216,246,223,246,cell_pvp,1; setcell "aretnorp",215,245,224,245,cell_pvp,1; setcell "aretnorp",213,244,226,244,cell_pvp,1; setcell "aretnorp",212,243,227,243,cell_pvp,1; end; } PS³. The coordinates of the map area follow this way, line by line
  18. First of all I want to thank you for helping me. Well, compiled right, but only gave this warning, what would it be? @Edit ~Solved clif_messagecolor(sd,color_table[COLOR_YELLOW], e_msg, false, SELF); change clif_messagecolor(&sd->bl, color_table[COLOR_YELLOW], e_msg, false, SELF); @Edit 2 This appeared when running the emulator, can I change it in const.txt for this? or will it conflict? [Status]: Done reading '2291' entries in 'db/const.txt'. [Error]: script_set_constant: Attempted to overwrite existing constant 'CELL_PVP' (old value=10, new value=16). [Error]: script_set_constant: Attempted to overwrite existing constant 'CELL_CHKPVP' (old value=16, new value=22). const.txt CELL_PVP 10 CELL_CHKPVP 16 to CELL_PVP 16 CELL_CHKPVP 22 @Edit 3 even changing the error still appears in the emulator [Error]: script_set_constant: Attempted to overwrite existing constant 'CELL_PVP' (old value=16, new value=16). [Error]: script_set_constant: Attempted to overwrite existing constant 'CELL_CHKPVP' (old value=22, new value=22).
  19. Hello, guys, I've tried adding this patch manually to my source, but it's very outdated, lines that I can not find anymore and also some that have changed a lot ... I'm not good at source, they would like to ask this great favor for someone to update this diff in latest git of rAthena Extended_Cell_PvP_1.7.patch
  20. I was looking and I saw that you do not have this file http://localhost:3000/socket.io/socket.io.js server.js This user and password would be from the ragnarok database server? var config = { user: "", password: "", track: ["ipl"]},
  21. Hi, I would like to know how I make this function work ... to post to Twitter clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display> Private </display> <desc> Private </desc> <balloon> Private </balloon> <address>127.0.0.1</address> <port>6900</port> <version>56</version> <langtype>1</langtype> data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub and externalsettings_kr_sak.lub MaxLevelTable = { BaseLevel = 300, BaseLevel3rd = 300, BaseLevelExtend2 = 300, BaseLevelUpperJob = 300, BaseLevelHomun = 300, BaseLevelDoram = 300, JobLevelNovice = 10, JobLevelSuperNovice = 150, JobLevelBase = 50, JobLevel2nd = 100, JobLevel3rd = 150, JobLevelExtend2 = 100, JobLevelUpperJob = 150, JobLevelDoram = 150 } MakeableRace = {Doram = true} Url = { TwitterUrl = "http://127.0.0.1:3000/" } function GetTableIntValueForC(tableName, keyName) local t = _G[tableName] if nil == t then return -1 end local intValue = t[keyName] if nil == intValue then return -1 else return intValue end end function GetTableStringValueForC(tableName, keyName) local t = _G[tableName] if nil == t then return "" end local stringValue = t[keyName] if nil == stringValue then return "" else return stringValue end end function GetTableBoolValueForC(tableName, keyName) local t = _G[tableName] if nil == t then return false end local boolValue = t[keyName] if nil == boolValue then return false else return boolValue end end PS: I already tried with 127.0.0.1 and the IP that came in it: TwitterUrl = "http://112.175.128.140:3000/" However, it opens the window and only the white screen disappears and then closes... I'm using Hexed 2017-06-14
×
×
  • Create New...