Jump to content

Sikdope

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Sikdope

  1. Hi Anyone how to remove message You entered on PK mode area. in chat box? thanks
  2. thank you so much Poring King problem solved!
  3. Hello I do not see item_db_usable in my re pre-re folder because I used an emulator 2 months ago before I had yml.
  4. Hello, anyone can help me how to remove message on buff box and i tried to remove msgtringable.txt but could not remove it thanks....
  5. Anyone who has working diff file @pk on/off commands and @request commands with 3 minutes delay thank you so much!
  6. Hi did you fixed this whosell commands?
  7. HI got error on diff file 3>..\src\map\script.c(21981): warning C4133: 'function' : incompatible types - from 'TBL_PC *' to 'script_state *' 3>..\src\map\script.c(22002): error C2039: 'reserved_costume_id' : is not a member of 'Battle_Config' 3> c:\users\tyler tanner maxel\desktop\latest npc vro 04-10-2020\src\map\battle.h(135) : see declaration of 'Battle_Config' 3>..\src\map\script.c(22002): error C2198: 'GetWord' : too few arguments for call 3>..\src\map\script.c(22003): error C2039: 'reserved_costume_id' : is not a member of 'Battle_Config' 3> c:\users\tyler tanner maxel\desktop\latest npc vro 04-10-2020\src\map\battle.h(135) : see declaration of 'Battle_Config' 3>..\src\map\script.c(22003): error C2198: 'GetWord' : too few arguments for call 3>..\src\map\script.c(22030): warning C4133: 'function' : incompatible types - from 'TBL_PC *' to 'script_state *' 3>..\src\map\script.c(22068): error C2039: 'reserved_costume_id' : is not a member of 'Battle_Config' 3> c:\users\tyler tanner maxel\desktop\latest npc vro 04-10-2020\src\map\battle.h(135) : see declaration of 'Battle_Config' 3>..\src\map\script.c(22068): error C2198: 'GetWord' : too few arguments for call 3>..\src\map\script.c(22069): error C2039: 'reserved_costume_id' : is not a member of 'Battle_Config' 3> c:\users\tyler tanner maxel\desktop\latest npc vro 04-10-2020\src\map\battle.h(135) : see declaration of 'Battle_Config' 3>..\src\map\script.c(22069): error C2198: 'GetWord' : too few arguments for call 3>vending.c
  8. Hello sir, its that working diff file on 2015-04-20?
  9. Hello got error in your script sir: parse_line: expect command, missing function name or calling undeclared function 231 : } 232 : .@count = getmapusers("quiz_02"); 233 : if ( !.@count ) 234 : announce "Bombring: No one survived the bombrings.",bc_all,0x0ceedb; 235 : else if ( .@count ) { * 236 : .@size = getmapunits('B'L_PC,"quiz_02",.@aid); 237 : if ( .@size > 1 ) announce "A lot players has won the Bombring Event.",bc_all,0x0ceedb; 238 : for ( .@i = 0; .@i < getarraysize(.@aid); .@i++) { 239 : attachrid .@aid[.@i]; 240 : if ( .@size == 1 ) announce strcharinfo(0)+" has won the Bombring Event.",bc_all,0x0ceedb; 241 : if ( $event_options&1 ) { [Error]: script error on npc/custom/test.txt line 351 parse_line: expect command, missing function name or calling undeclared function 346 : } 347 : sleep 3000; 348 : .@players = getmapusers("quiz_02"); 349 : if(.@players <= 3 && .start && .@players) { 350 : mapannounce "quiz_02","The event is now over! Winners, enjoy your prizes!",bc_map,0x0ceedb; * 351 : .@size = getmapunits('B'L_PC,"quiz_02",.@players); 352 : .start = false; 353 : for(.@i = 0;.@i < .@size;.@i++) { 354 : attachrid .@players[.@i]; 355 : announce strcharinfo(0)+" has won the Dice Event.",bc_all,0x0ceedb; 356 : if ( $event_options&1 ) { [Error]: script error on npc/custom/test.txt line 497 parse_line: expect command, missing function name or calling undeclared function 492 : stopnpctimer; 493 : .start = false; 494 : pvpoff "06guild_01"; 495 : mapannounce "06guild_01", "LMS: Event ended!",bc_map,0x0ceedb; 496 : sleep 5000; * 497 : .@size = getmapunits('B'L_PC,"06guild_01",.@aid); 498 : if ( .@size == 0 ) { 499 : announce "LMS: No winners.",0; 500 : end; 501 : } 502 : attachrid .@aid; [Error]: script error on npc/custom/test.txt line 597 parse_line: expect command, missing function name or calling undeclared function 592 : if ( .start && strcharinfo(3) == "quiz_01" ) { 593 : warp "prontera",rand(148,163),rand(167,186); 594 : if ( getmapusers("quiz_01") == 1 ) { 595 : stopnpctimer; 596 : killmonsterall "quiz_01"; * 597 : .@size = getmapunits('B'L_PC,"quiz_01",.@aid); 598 : .start = false; 599 : attachrid .@aid; 600 : announce strcharinfo(0)+" has won the Novice v Zombie Event.",bc_all,0x0ceedb; 601 : if ( $event_options&1 ) { 602 : for ( .@j = 0; .@j < $event_item_arr; .@j += 2 ) [Error]: script error on npc/custom/test.txt line 813 parse_line: expect command, missing function name or calling undeclared function 808 : setnpctimer 0; 809 : end; 810 : } 811 : stopnpctimer; 812 : killmonsterall "pvp_n_1-2"; * 813 : .@count = getmapunits('B'L_PC,"pvp_n_1-2",.@aid[0]); 814 : freeloop(true); 815 : for ( .@i = 0; .@i < .@count; .@i++ ) { 816 : attachrid(.@aid[.@i]); 817 : if ( @phunter_points > .most_points ) { 818 : .most_points = @phunter_points; [Info]: Done loading '11041' NPCs: -'3090' Warps -'223' Shops -'7727' Scripts -'4014' Spawn sets -'40697' Mobs Cached -'0' Mobs Not Cached [Error]: script_rid2sd: fatal error ! player not attached!
  10. Hello, is that working script? and how to add woe points shop? thanks godblesss
  11. Hi sorry for the late reply i'm using client 2015-11-04 its work ahaha! thank you very much sir
  12. Hello, can you help me how to fix this I've been fixing it for 2 days but I still don't want it fixed :(( thanks advance itemInfo.lub : [30667] = { unidentifiedDisplayName = "", unidentifiedResourceName = "darthmaulmask", unidentifiedDescriptionName = { "..." }, identifiedDisplayName = "Darth Maul Mask", identifiedResourceName = "darthmaulmask", identifiedDescriptionName = { "[^7BCC70 Event Exclusive ^000000]", "Formed with tattoed face and feathered horns it is a perfect depiction of Devil.", "The embodiment of Darth Sidiou's first apprentice and is a master of wielding a double-bladed lightsaber", "Defense:^0000FF 3^000000", "Location:^6666CC Upper^000000", "Weight:^009900 5^000000", "Jobs:^6666CC All^000000", }, slotCount = 1, ClassNum = 2038 item_db : 30667,darthmaulmask,Darth Maul Mask,4,1000,,500,,5,,1,0xFFFFFFFE,7,2,256,,0,1,2038,{},
  13. Hello, anyone how to fixed this i'm using 2018-06-21aRagexe and Nemo v2.6 4144! and when "alt u" an error appears thank you! bandicam 2020-10-07 16-19-54-136.mp4
  14. does anyone help me working fine but every time I enter ingame here comes "is not to responding" i'm using 2018-06-20eRagexeRE And Neo Modification! [Langtype 0 version 55 ] packets. 2018-06-20
  15. same issue anyone how to fix this? im using RagexeRe 2018-06-20 and Nemo Exe Modification thanks
  16. Sikdope

    char_login

    Hello bro..ay bro pwede humingi ng stable na 2018-06-20aRagexeRE at Nemo kase pag login ko bigla lalabas responding sabay mag auto close na! thanks bro
  17. Sikdope

    char_login

    Hello guys! anyone can help me how to fixed failed to read inter_server_db im using rAthena offline server thanks guys!
  18. pag nag login ako at pag mali password incorrect nalabas pero pag tama na! failed to connect to server!
  19. mga bro pwede pa help! pano fix failed to connect to server gamit ko exe client 2018-06-20eRagexe_patched version 55 i'm using nemo v2.6 4114 thanks mga bro!
×
×
  • Create New...