Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Haikenz

  1. New Cash Shop, New Windows Quest ...
  2. In the Herc pull, they have already posted Ragnarok Zero support, add on rAthena as well. https://github.com/HerculesWS/Hercules/pull/1923
  3. Well I could not download directly from the official site, because it needs to create the account, but it is difficult to create the account there ... so I would like to know if anyone has the link of the installation of Ragnarok Zero Solved! Thank! Secret Link: https://mega.nz/#!I3gixBCQ!vJzF6-t3eS-lZxetr6x7I_ZCBK5CL7PMajLHc1tRn2I
  4. // ------------------ Global Scripts Functions ------------------ // Utilitarian functions used by many scripts. npc: npc/other/Global_Functions.txt npc: npc/other/common.txt // Your Script [Error]: Loading NPC file: npc/custom/pesca.txt script error on npc/custom/pesca.txt line 126 parse_callfunc: expected ')' to close argument list 121 : specialeffect 6; 122 : soundeffectall "fish_start01.wav",0; 123 : do{ 124 : // track item 125 : if(getVariable(".charname"[email protected]$+"$") != ""){ * 126 : if(attachrid(getcharid2'('3,getVariable(".charname"[email protected]$+"$")))){ 127 : if(countitem(getVariable(".trackitem"[email protected]$))<1){ 128 : Local_Fish_Val_Set(getVariable(".fish"[email protected]$+"$"),".fish_amt",1); 129 : if([email protected]_Debug) debugmes "OnRodGone"; 130 : donpcevent strnpcinfo(3)+"::OnRodGone"; 131 : end; [Error]: script error on npc/custom/pesca.txt line 309 script:add_word: invalid word. A word consists of undercores and/or alphanumeric characters, and valid variable prefixes/postfixes. 304 : [email protected]$ = "Leave:"; 305 : for([email protected]=0;[email protected]<getarraysize(getVariable([email protected]$));[email protected]++){ 306 : [email protected]$ = [email protected]$+"["[email protected]+"]"; 307 : [email protected]$ = ""; 308 : if([email protected]$==".rod_list"){ * 309 : [email protected] = arrfind_db('"'[email protected]_data$",getVariable([email protected]$)); 310 : [email protected]_slow_bonus = atoi(arrget_db("[email protected]_data$",[email protected],1)); 311 : [email protected]_reduce = atoi(arrget_db("[email protected]_data$",[email protected],2)); 312 : [email protected]$ = " [-"[email protected]_slow_bonus+"% Spd] [-"[email protected]_reduce+"% variation]"; 313 : }else if([email protected]$==".bait_list"){ 314 : [email protected] = arrfind_db("[email protected]_data$",getVariable([email protected]$)); [Error]: script error on npc/custom/pesca.txt line 373 parse_line: expect command, missing function name or calling undeclared function 368 : [email protected]$ = getarg(0); 369 : [email protected]$ = getarg(1); 370 : 371 : if( getVariable(".status"[email protected]$) == 0 && @bindspot$ == "" ){ 372 : mes "[ "+CStr(strnpcinfo(0),"RED")+" ]"; * 373 : [email protected] = Fishing_Item_Check_Func('.'@arrname1$,"Select a rod"); 374 : if([email protected] || getVariable(".status"[email protected]$)!= 0){ 375 : mes "You don't have the selected item or someone is using this spot, please try again later."; 376 : end; 377 : } 378 : mes "Selected "+Itemlink([email protected]); [Error]: script error on npc/custom/pesca.txt line 427 parse_line: expect command, missing function name or calling undeclared function 422 : { 423 : //[email protected] = getarg(0); 424 : [email protected]$ = strnpcinfo(3); 425 : delwaitingroom [email protected]$; 426 : [email protected]$ = getVariable(".charname"[email protected]$+"$"); * 427 : [email protected] = getcharid2('3',[email protected]$); 428 : [email protected] = getcharid2(0,[email protected]$); 429 : if(isloggedin([email protected],[email protected])){ 430 : setd "@bindspot$","",getcharid2(0,getVariable(".charname"[email protected]$+"$")); 431 : } 432 : setVariable(".fish"[email protected]$+"$",""); [Error]: script error on npc/custom/pesca.txt line 449 parse_line: expect command, missing function name or calling undeclared function 447 : { 448 : sleep2 1000; * 449 : if(!playerattached()) 'F'ishing_End_Func(); // add check to counter unexpected player not attach (server reload/disconnect/logout) 450 : showscript "It's a "+getVariable(".fish"+strnpcinfo(3)+"$")+"!",getcharid2(3,getVariable(".charname"+strnpcinfo(3)+"$")); 451 : sleep2 1000; 452 : if(!playerattached()) Fishing_End_Func(); // add check to counter unexpected player not attach (server reload/disconnect/logout) 453 : [email protected]$ = getVariable(".fish"+strnpcinfo(3)+"$"); 454 : [email protected]_index = arrfind_db("[email protected]_data$",[email protected]$); [Error]: script error on npc/custom/pesca.txt line 567 parse_line: expect command, missing function name or calling undeclared function 566 : { * 567 : 'F'ishing_Start_Func(".rod_list",".bait_list"); 568 : end; 569 : 570 : OnSuccess: 571 : emotion ET_BLABLA,getcharid(3,getVariable(".charname"+strnpcinfo(3)+"$")); 572 : showscript "I got it!",getcharid2(3,getVariable(".charname"+strnpcinfo(3)+"$")); [Info]: Done loading '15175' NPCs: -'3575' Warps -'257' Shops -'11343' Scripts -'3400' Spawn sets -'50035' Mobs Cached -'0' Mobs Not Cached [Debug]: script debug : 0 110000000 : table name [ custom_inventory ] installed! @Edit SOLVED! I was using the common version of your GIT because it is very old there.
  5. npc/re/jobs/3-2/minstrel.txt prontera,146,218,4 script Woman#job_min 90,{ Next create the topic in the correct session. Scripts!
  6. http://herc.ws/board/topic/15348-kro-unpacked-clients-releases/
  7. I'm using Visual Studio 2015 After you have made this modification the Refine Ui Updates appears these errors ... I have here the old rA without this new modification, and the Refine UI Updates compiles without errors https://github.com/rathena/rathena/commit/c4a364be2c7f9f443d479639e3422a4ce00b6268#diff-acba7818fb777457f5cbbcea9293f9c4 ~ SOLVED - https://github.com/cydh/rathena/pull/9
  8. I am using the latest version of rA, and are paring this following error 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14350): error C3861: 'yaml_node_is_defined': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C2065: 'yamlwrapper': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14351): error C3861: 'yaml_get_subnode': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14355): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14355): error C3861: 'yaml_verify_nodes': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14357): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14357): error C3861: 'yaml_destroy_wrapper': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14360): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14360): error C3861: 'yaml_get_int': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14361): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14361): error C3861: 'yaml_get_uint16': identifier not found 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14362): error C2065: 'bswrap': undeclared identifier 7>c:\users\renato guedes\downloads\ragnarok\rathena\src\map\status.cpp(14362): error C3861: 'yaml_destroy_wrapper': identifier not found Refine UI Updates https://github.com/rathena/rathena/pull/2499
  9. What is the ID or name of this sprite item? I saw this in a forum, and I liked the idea of using the bodystyle for a custom item.
  10. This I know ¬¬". the problem is this SQL command
  11. error with the latest version of rAthena Solved! Change: sv_readdb(dbsubpath1, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending, i); // Extended Vending system [Lilith] To: sv_readdb(dbsubpath1, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending, i > 0); // Extended Vending system [Lilith]
  12. # 1046 - No database was selected
  13. I am having a question, I would like to know if it is possible to export only the desired column, and how to import it into my table Example: I want to use the translated texts from this column of the Items RE from "brAthena" to "rAthena" Link SQL brAthena: https://github.com/brAthena/brAthena/blob/master/sql/renovacao/renovacao.sql PS: Likewise for the mobs
  14. Hi, I would like to know if there is any way the homunculus attack alone as in the old hexed client, I am using the 2017-10-18a and it only attacks by pressing the ALT + right mouse button ~Solved... Using client 2017-09-13
  15. problem is msgstringtable.txt line 1537 move on [%s] give error
  16. I have a problem in the Alchemist class, when using the Alchemist skill the crash server. the other classes the skills are working. I downloaded the git rA clean and compiled to test and gave the same error In the 2017-10-18a client the Homunculus does not attack, why? @Edit I just tested here, the error is occurring when you do not have the item to use the skill:Ex: Skill Plant Cultivation (item: 905) if I do not have the item in inventory it will crash Skills: Chemical Protection Shield / Chemical Protection Armor / Chemical Protection Helm / Twilight Pharmacy and etc... ~Solved , Close Topic!
  17. Why does my guide show a shortcut going over the sidewalk? wanted to display the navigation arrow straight. Show normal shortcut! mes "[Guide]"; mes "Okay, I'll guide you now to the Blacksmith."; close2; cutin "prt_soldier",255; navigateto "prontera", 176, 188, NAV_ALL,1; end;
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.