Jump to content

M a p l e

Members
  • Posts

    271
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by M a p l e

  1. I'm looking for who has this KeyWorld Chess Master npc. (Not from goddameit)
  2. As you are already saying in the error, the function is not being declared. So you didn't add the showvend command to the source
  3. try ./configure --with-maxconn=4096
  4. Could you give me a strength to convert this item to sql ?, I tried here and gave an error with "convert_sql.pl" I tried to do it manually and it gave this error: (parse_callfunc: not enough arguments, expected ',') 19265,Smokey_Transformation_Leaf,Smokey's Transformation Leaf,4,0,,600,,7,,1,0xFFFFFFFF,63,2,256,,,1,1646,{ bonus2 bMagicAddEle,Ele_All,getrefine(); autobonus "{ .@r = getrefine(); bonus3 bAutoSpell,\"MG_COLDBOLT\",2,50; bonus3 bAutoSpell,\"MG_FIREBOLT\",2,50; bonus3 bAutoSpell,\"MG_LIGHTNINGBOLT\",2,50; if(.@r >= 7) { bonus3 bAutoSpell,\"WZ_FROSTNOVA\",5,40; } if(.@r >= 8) { bonus3 bAutoSpell,\"MG_THUNDERSTORM\",5,30; } if(.@r >= 9 && BaseLevel >= 100) { bonus3 bAutoSpell,\"WL_HELLINFERNO\",5,20; bonus3 bAutoSpell,\"WL_CHAINLIGHTNING\",3,10; } }",10,5000,BF_NORMAL,"{ active_transform 1056,5000; specialeffect2 EF_POTION_BERSERK; showscript \"Smokie Power !\"; } "; },{},{}
  5. Ops... sorry! Yes, I applied it manually! How is it working normally if it is giving error when compiling? 9>D:\rAthena\src\map\atcommand.cpp(10147,4): error C2039: 'autotrade': não é um membro de 'std::unordered_map<int16,int,std::hash<int16>,std::equal_to<int16>,std::allocator<std::pair<const int16,int>>>' 9>D:\rAthena\src\map\map.hpp(738): message : consulte a declaração de 'std::unordered_map<int16,int,std::hash<int16>,std::equal_to<int16>,std::allocator<std::pair<const int16,int>>>' 9>D:\rAthena\src\map\atcommand.cpp(10151,26): warning C4003: não há argumentos suficientes para a invocação de macro de função 'msg_txt' 9>D:\rAthena\src\map\atcommand.cpp(10151,26): error C2059: erro de sintaxe: ')' 9>D:\rAthena\src\map\atcommand.cpp(10156,29): error C2039: 'monster_ignore': não é um membro de 'map_session_data::s_state' 9>D:\rAthena\src\map\pc.hpp(260): message : consulte a declaração de 'map_session_data::s_state' 9>D:\rAthena\src\map\atcommand.cpp(10162,160): error C2660: 'status_change_start': função não recebe 9 argumentos 9>D:\rAthena\src\map\status.hpp(2513,5): message : consulte a declaração de 'status_change_start' 9>D:\rAthena\src\map\atcommand.cpp(10173,25): warning C4003: não há argumentos suficientes para a invocação de macro de função 'msg_txt' 9>D:\rAthena\src\map\atcommand.cpp(10173,25): error C2059: erro de sintaxe: ')' 9>D:\rAthena\src\map\clif.cpp(11424,24): warning C4003: não há argumentos suficientes para a invocação de macro de função 'msg_txt' 9>D:\rAthena\src\map\clif.cpp(11424,24): error C2059: erro de sintaxe: ')' 9>D:\rAthena\src\map\clif.cpp(11425,80): error C2660: 'clif_wis_message': função não recebe 4 argumentos 9>D:\rAthena\src\map\clif.cpp(6512,6): message : consulte a declaração de 'clif_wis_message' 9>D:\rAthena\src\map\clif.cpp(11426,57): error C2065: 'messagelen': identificador não declarado
  6. I found this but it is not working with the latest rA, by any chance has anyone fixed it? https://pservero.com/2012/12/08/afk-with-hat-makes-player-afk-with-notice-board-hat/
  7. Precisa estar em um Clã para fazer dano ao Emperium. mob_db do Herc... na próx pergunte a eles.
  8. Understand ... rAthena follows kRO yes, but it is not fully updated with new updates from kRO. rAthena is in Episode 16.2 if I am not mistaken... and kRO is already in Episode 17.2
  9. Not need this diff! This version you are using of Ragexe, still works the old way of the Homunculus Attack. As I mentioned above, that diff is only for versions above 2018-07-20!
  10. Is giving this error after this new rA update: https://github.com/rathena/rathena/commit/e72c7360cf9108b9aa5b5ad7891f8a8dcf16af49 /rAthena/src/map/map.cpp: In function 'void map_cart_read_config()': /rAthena/src/map/map.cpp:4771:68: error: cannot convert 'int*' to 'int64* {aka long int*}' for argument '2' to 'bool script_get_constant(const char*, int64*)' if (script_get_constant(it->as<std::string>().c_str(), &jobid))
  11. Ragexe 2018-06-21 You don't need that diff "Fix Homunculus attack AI" it is only for version 2018-07-20 above.
  12. I was playing a little yesterday at NovaRO I liked these 3 items, So I would like to know if anyone has or knows how to do this ... All of these 3 items can only be used directly with Kafra. ( https://github.com/rathena/rathena/blob/master/npc/kafras/functions_kafras.txt ) In my case I could use it several times with a check up to the limit of 30 to prevent using. (All start with 10 characters released)
  13. I had this other version on my old SSD, but it burned! In the other version the script was much larger, which I found was this: https://pastebin.com/ZtsWZPHP but it's not him yet. @Akkarin I remembered. was the Chess npc, from KeyWorld
  14. I'm trying to find this version of the game Chess, I don't want the goddameit version https://web.archive.org/web/20120808194823/http://www.eathena.ws/board/index.php?showtopic=255188
  15. @Mael this is same version of git cydh! The problem is that with the new int64 rA update this mod is giving error compiling. https://github.com/rathena/rathena/commit/e72c7360cf9108b9aa5b5ad7891f8a8dcf16af49
  16. After the last rA update (rathena@e72c736), this mod is giving error compiling. This message appears below. does anyone have a solution? /rAthena/src/map/map.cpp: In function 'void map_cart_read_config()': /rAthena/src/map/map.cpp:4771:68: error: cannot convert 'int*' to 'int64* {aka long int*}' for argument '2' to 'bool script_get_constant(const char*, int64*)' if (script_get_constant(it->as<std::string>().c_str(), &jobid)) MOD: https://github.com/cydh/rathena/pull/16
  17. @Vykimo Not showing the icon, I applied diff and lua files correctly.
  18. También tengo este mismo problema, intenté agregar esta tabla sql y me dio lo mismo. Unable to vote for the server. Err no.3 #Edit ¡Encontré el problema! Debe crear una cuenta a través de fluxcp, para que su cuenta se genere en "cp_createlog". Estaba tratando de usar una cuenta creada manualmente. Entonces dio el error.
  19. Enable "allow_url_fopen" in your PHP of webhosting.
  20. This error is appearing in the logs, I'm using PHP 7.3 (web hosting) and MariaDB 10.4 (vps) [2020-01-06 15:49:18] (Flux_Error) Exception Flux_Error: MySQL error (SQLSTATE: 42000, ERROR: 1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND `login`.`group_id` NOT IN ('0','1','5')' at line 1 [2020-01-06 15:49:18] (Flux_Error) **TRACE** #0 /home/ragnarok/public_html/modules/ranking/mvp.php(38): Flux_Connection_Statement->execute(Array) [2020-01-06 15:49:18] (Flux_Error) **TRACE** #1 /home/ragnarok/public_html/lib/Flux/Template.php(375): include('/home/ragnarok/...') [2020-01-06 15:49:18] (Flux_Error) **TRACE** #2 /home/ragnarok/public_html/lib/Flux/Dispatcher.php(170): Flux_Template->render() [2020-01-06 15:49:18] (Flux_Error) **TRACE** #3 /home/ragnarok/public_html/index.php(169): Flux_Dispatcher->dispatch(Array) [2020-01-06 15:49:18] (Flux_Error) **TRACE** #4 {main} [06-Jan-2020 15:13:39 America/Sao_Paulo] PHP Warning: A non-numeric value encountered in /home/ragnarok/public_html/lib/Flux/Template.php on line 1287 public function equipUpper($equipUpper) { $upper = array(); $table = Flux::getEquipUpperList(); foreach ($table as $bit => $name) { Line 1287 > if ($equipUpper & $bit) { $upper[] = $name; } } return $upper; } [07-Jan-2020 12:37:17 America/Sao_Paulo] PHP Notice: Undefined variable: response in /home/ragnarok/public_html/lib/Flux/LoginServer.php on line 156 elseif (Flux::config('UseCaptcha')) { if (Flux::config('EnableReCaptcha')) { if(isset($_POST['g-recaptcha-response']) && $_POST['g-recaptcha-response'] != ""){ $response = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=".Flux::config('ReCaptchaPrivateKey')."&response=".$_POST['g-recaptcha-response']."&remoteip=".$_SERVER['REMOTE_ADDR']); } Line 156 > $responseKeys = json_decode($response,true); if(intval($responseKeys["success"]) !== 1) { throw new Flux_RegisterError('Invalid security code', Flux_RegisterError::INVALID_SECURITY_CODE); } } elseif (strtolower($securityCode) !== strtolower(Flux::$sessionData->securityCode)) { throw new Flux_RegisterError('Invalid security code', Flux_RegisterError::INVALID_SECURITY_CODE); } } [08-Jan-2020 12:02:44 America/Sao_Paulo] PHP Warning: A non-numeric value encountered in /home/ragnarok/public_html/modules/account/view.php on line 192 if ($items) { $cardIDs = array(); foreach ($items as $item) { Line 192 > $item->cardsOver = -$item->slots; if ($item->card0) { $cardIDs[] = $item->card0; $item->cardsOver++; } if ($item->card1) { $cardIDs[] = $item->card1; $item->cardsOver++; } if ($item->card2) { $cardIDs[] = $item->card2; $item->cardsOver++; } if ($item->card3) { $cardIDs[] = $item->card3; $item->cardsOver++; } if ($item->card0 == 254 || $item->card0 == 255 || $item->card0 == -256 || $item->cardsOver < 0) { $item->cardsOver = 0; } } [08-Jan-2020 12:06:27 America/Sao_Paulo] PHP Warning: A non-numeric value encountered in /home/ragnarok/public_html/modules/character/view.php on line 144 if ($items) { $cardIDs = array(); foreach ($items as $item) { Line 144> $item->cardsOver = -$item->slots; if ($item->card0) { $cardIDs[] = $item->card0; $item->cardsOver++; } if ($item->card1) { $cardIDs[] = $item->card1; $item->cardsOver++; } if ($item->card2) { $cardIDs[] = $item->card2; $item->cardsOver++; } if ($item->card3) { $cardIDs[] = $item->card3; $item->cardsOver++; } if ($item->card0 == 254 || $item->card0 == 255 || $item->card0 == -256 || $item->cardsOver < 0) { $item->cardsOver = 0; } }
  21. Do you have it updated to the latest version of rA?
×
×
  • Create New...