-
Posts
40 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by AdrianoGC
-
glast_01,204,273,6<TAB>script<TAB>Hugin#ghinstance<TAB>755,{
-
item_db.txt 20200,DOFLAMINGO_COAT,Doflamingo Coat,5,100000,,10, ,10,,0,0xFFFFFFFF,7,2,2048,,0,0,2600,{},{},{} accname.lub [ACCESSORY_IDs.ACCESSORY_doflamingo_coat] = "_doflamingo_coat", accessoryid.lub ACCESSORY_doflamingo_coat = 2600, iteminfo.lua [20200] = { unidentifiedDisplayName = "Wing", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { }, identifiedDisplayName = "Doflamingo Coat", identifiedResourceName = "doflamingo_coat", identifiedDescriptionName = { "Welcome to Velta ro.", }, slotCount = 0, ClassNum = 2600 }, data (2).rar
-
https://github.com/rathena/rathena/pull/2215 this????
-
[Error]: buildin_sleep2: negative amount('0') of milli seconds is not supported NPC: http://pastebin.com/raw/9dGJcy4A
-
3076,WA_MONSTER_1,ANGELING,Angeling,Angeling,77,19800,1,0,0,1,355,500,72,238,58,50,33,105,67,200,10,12,1,8,86,0x6203695,200,1072,672,672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 For: 3076,WA_MONSTER_1,ANGELING,Angeling,77,19800,1,0,0,1,355,500,72,238,58,50,33,105,67,200,10,12,1,8,86,0x6203695,200,1072,672,672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
-
https://paste2.org/5aPULzZY
-
Homage to a great friend who passed away, Adriano Gurski Correia...
-
Eu uso VirtualTI, nunca tive problemas e sempre tive suporte.
-
Resolvido...
-
CC scanctx.c CC scanner.c CC strbuf.c AR obj/libconfig.a make[1]: Leaving directory `/home/rathena/3rdparty/libconfig' make[1]: Entering directory `/home/rathena/3rdparty/yaml-cpp' MKDIR obj/src/contrib CXX src/emitfromevents.cpp CXX src/directives.cpp CXX src/nodeevents.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from src/nodeevents.cpp:4: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from src/nodeevents.cpp:4:0: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ CXX src/regex_yaml.cpp CXX src/scanner.cpp src/scanner.cpp: In member function 'void YAML::Scanner::ThrowParserException(const string&) const': src/scanner.cpp:379:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = Mark::null_mark(); ^ CXX src/exp.cpp CXX src/parse.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from include/yaml-cpp/node/impl.h:13, from src/parse.cpp:7: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from include/yaml-cpp/node/impl.h:13:0, from src/parse.cpp:7: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ CXX src/scanscalar.cpp
-
[Error]: script error on npc/merchants/advanced_refiner.txt line 43 parse_line: expected ';' 38 : next; 39 : 40 : setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW; 41 : for(set .@i,1; .@i<=10; set .@i,.@i+1) { 42 : if (getequipisequiped(.@indices[.@i])) { * 43 : set .@menu$, .@menu$ + F_getpositionname'('.@indices[.@i]) + "-[" + getequipname(.@indices[.@i]) + "]"; 44 : set .@equipped,1; 45 : } 46 : set .@menu$, .@menu$ + ":"; 47 : } 48 : if (.@equipped == 0) { [Error]: script error on npc/merchants/refine.txt line 575 parse_line: expected ';' 570 : next; 571 : 572 : setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW; 573 : for(set .@i,1; .@i<getarraysize(.@indices); set .@i,.@i+1) { 574 : if(getequipisequiped(.@indices[.@i])) { * 575 : set .@menu$, .@menu$ + F_getpositionname'('.@indices[.@i]) + "-[" + getequipname(.@indices[.@i]) + "]"; 576 : set .@equipped,1; 577 : } 578 : set .@menu$, .@menu$ + ":"; 579 : } 580 : if (.@equipped == 0) { [Error]: script error on npc/quests/seals/mjolnir_seal.txt line 1951 parse_line: expected ';' 1946 : next; 1947 : 1948 : setarray .@indices[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW; 1949 : for(set .@i,1; .@i <= 10; set .@i,.@i+1) { 1950 : if (getequipisequiped(.@indices[.@i])) * 1951 : set .@menu$, .@menu$ + F_getpositionname'('.@indices[.@i]) + "-[" + getequipname(.@indices[.@i]) + "]"; 1952 : set .@menu$, .@menu$ + ":"; 1953 : } 1954 : set .@part, .@indices[ select(.@menu$) ]; 1955 : 1956 : if (getequipisequiped(.@part) == 0) [Error]: buildin_callfunc: Function not found! [F_GetNumSuffix] [Error]: buildin_callfunc: Function not found! [F_GetNumSuffix] [Error]: buildin_callfunc: Function not found! [F_GetNumSuffix] [Error]: buildin_callfunc: Function not found! [F_GetNumSuffix] [Error]: buildin_callfunc: Function not found! [F_GetNumSuffix] [Error]: buildin_callfunc: Function not found! [F_GetNumSuffix]
-
Galera meu problema é o seguinte eu tentei de tudo quanto foi modo até que consegui atualizar meu GCC de 4.4.7 para 4.9.1 porém outro dia ele estava 4.4.7 novamente ai tentei novamente e consegui reatualizar ele pra 4.9.1 e hoje ao ligar o SSH realizei o comando GCC --version ele voltou a ser 4.4.7... Oque devo fazer pra deixar ele 4.9.1 ou acima e permanecer assim???
-
I modify the char colors , I leave , when I return the colors do not save and return to first. I removed the npc but the error continues.
-
Tente if <!unitexist<"5BOSS">>