Jump to content

Haikenz

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Haikenz

  1. 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
  2. // ------------------ 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"+.@npc$+"$") != ""){ * 126 : if(attachrid(getcharid2'('3,getVariable(".charname"+.@npc$+"$")))){ 127 : if(countitem(getVariable(".trackitem"+.@npc$))<1){ 128 : Local_Fish_Val_Set(getVariable(".fish"+.@npc$+"$"),".fish_amt",1); 129 : if($@Fishing_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 : .@mstr$ = "Leave:"; 305 : for(.@x=0;.@x<getarraysize(getVariable(.@arrvarname$));.@x++){ 306 : .@temp$ = .@arrvarname$+"["+.@x+"]"; 307 : .@optional$ = ""; 308 : if(.@arrvarname$==".rod_list"){ * 309 : .@index = arrfind_db('"'$@rod_data$",getVariable(.@temp$)); 310 : .@indicator_slow_bonus = atoi(arrget_db("$@rod_data$",.@index,1)); 311 : .@variation_reduce = atoi(arrget_db("$@rod_data$",.@index,2)); 312 : .@optional$ = " [-"+.@indicator_slow_bonus+"% Spd] [-"+.@variation_reduce+"% variation]"; 313 : }else if(.@arrvarname$==".bait_list"){ 314 : .@index = arrfind_db("$@bait_data$",getVariable(.@temp$)); [Error]: script error on npc/custom/pesca.txt line 373 parse_line: expect command, missing function name or calling undeclared function 368 : .@arrname1$ = getarg(0); 369 : .@arrname2$ = getarg(1); 370 : 371 : if( getVariable(".status"+.@npc$) == 0 && @bindspot$ == "" ){ 372 : mes "[ "+CStr(strnpcinfo(0),"RED")+" ]"; * 373 : .@rod = Fishing_Item_Check_Func('.'@arrname1$,"Select a rod"); 374 : if(!.@rod || getVariable(".status"+.@npc$)!= 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(.@rod); [Error]: script error on npc/custom/pesca.txt line 427 parse_line: expect command, missing function name or calling undeclared function 422 : { 423 : //.@sleepduration = getarg(0); 424 : .@npc$ = strnpcinfo(3); 425 : delwaitingroom .@npc$; 426 : .@name$ = getVariable(".charname"+.@npc$+"$"); * 427 : .@aid = getcharid2('3',.@name$); 428 : .@charid = getcharid2(0,.@name$); 429 : if(isloggedin(.@aid,.@charid)){ 430 : setd "@bindspot$","",getcharid2(0,getVariable(".charname"+.@npc$+"$")); 431 : } 432 : setVariable(".fish"+.@npc$+"$",""); [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 : .@fish$ = getVariable(".fish"+strnpcinfo(3)+"$"); 454 : .@fish_index = arrfind_db("$@fish_data$",.@fish$); [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.
  3. 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!
  4. http://herc.ws/board/topic/15348-kro-unpacked-clients-releases/
  5. 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
  6. 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
  7. 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.
  8. This I know ¬¬". the problem is this SQL command
  9. 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]
  10. # 1046 - No database was selected
  11. 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
  12. 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
  13. problem is msgstringtable.txt line 1537 move on [%s] give error
  14. 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!
  15. 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;
  16. in msgstringtable.txt
  17. Is it possible to change GM clothes with @bodystyle as 3rd? I already put the GM sprites in the folders data\sprite\Àΰ£Á·\¸öÅë\¿© data\sprite\Àΰ£Á·\¸öÅë\¿©\costume_1
×
×
  • Create New...