Jump to content

Skkont

Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

1266 profile views

Skkont's Achievements

Poring

Poring (1/15)

1

Reputation

  1. Yep but i want just one player is disable the skills, the player who has the flag. Another players can use skills.
  2. I dont want it to be usable in BG, but i already do that. But, the problem is, when my players enter to BG the item 12622 is deleted from they inventory.
  3. Hi, I have a problem with item_noequip. My server have mounts for rent. And i want disable it in BattleGround. So i made this script: - script nomountbg -1,{ OnPCLoadMapEvent: OnInit: if ( strcharinfo(3) == "bat_b02" ) { if( ismounting() ) { setmounting; } end; } } For unmounting on enter to battleground. All OK. BUT... the item id 12622, for the mount, it delete when enter to bg. This my item_noequip.txt //---------------------------------------------------------------------------- // Battlegrounds //---------------------------------------------------------------------------- 12218,8 //Assumptio_5_Scroll 14590,8 //Pty_Assumptio_Scroll 12622,8 // Mount Please help me :C
  4. Hi, I have a Flavius CTF script, it works well... but i want Block Skills and Item usage to a player... OnRedFlagCarrier: if($@RedFlagTaken == 1) { if($@Red_Flag_Carrier$ == strcharinfo(0)) { sc_end SC_CLOAKING; sc_end SC_CHASEWALK; sc_end SC_HIDING; sc_start 594,2000,1; emotion e_hlp,1; percentheal -7,0; specialeffect2 58; sleep2 2000; goto OnRedFlagCarrier;}} sc_end 594; end; } I tried disable_items; but its not works... any help please?
  5. Hola, Uso el BattleGround de rAthena "custom/battleground". Pero mis usuarios detectaron un error que al colocarse al lado del Crystal, los otros jugadores le missean. Lo cual es bastante molesto y afecta el juego. http://prntscr.com/2txdlt Esa es una foto de muestra. Saben si se puede arreglar? Muchas gracias de ante mano, Saludos.
  6. Hi, Well i make this script for valentine's day. The NPC is a basic Quest. But i have this error debug in the console: [Debug][0m: npc_scriptcont: Angel Love (sd->npc_id=110595426) is not 'Unknown NPC' (id=0). Also, a question. I need that this NPC summon monster in Jawaii at 12 clock, 15, 20, etc... Also need to announce on the map how many mobs left in the map. This is the entire script: jawaii,206,293,6 script Regalo 566,{ mes "[Regalo]"; mes "¡Aquí se guardan todos los chocolates!"; close; } jawaii,202,293,4 duplicate(Regalo) Regalo#2 566 jawaii,204,293,4 script Angel Love 646,{ set .@name$, "[^FF0000Angel Love^000000]"; if(yahablo == 1) goto L_goquest2; if(yahablo == 2) goto L_goquest3; mes .@name$; mes "Holaa~~! <3"; mes "Soy el Angel que guarda y crea el amor en todos ustedes."; next; mes .@name$; mes "He tenido que venir a tu mundo porque ha ocurrido algo terrible~~~~... :C"; next; mes .@name$; mes "Un malvado mago a encerrado los chocolates del amor dentro de unos cristales rojos con alas."; next; mes .@name$; mes "Necesito esos chocolates..."; mes "Ummm tu pareces fuerte.."; mes "¿Podrías ayudarme?"; next; mes .@name$; mes "Di que sí por favoooorrr~~<3"; next; mes .@name$; mes "¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? "; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Síiiiiii~~<3?"; next; menu "Yaaaaa Ok.",L_goquest,"Nope.",L_ggwp; L_ggwp: mes .@name$; mes "¡¿No?!"; mes "¡¡¡¡Como quieras!!!!"; next; emotion e_pif; sc_start SC_COMA,60000,10; sc_start SC_CURSE,60000,10; sc_start SC_CONFUSION,60000,10; sc_start SC_BLIND,60000,10; sc_start SC_DECREASEAGI,60000,10; sc_start SC_HALLUCINATION,60000,10; close; L_goquest: next; emotion e_kis; mes .@name$; mes "¡Muchas gracias!"; next; mes .@name$; mes "Ahora te diré lo que tienes que traerme"; next; mes .@name$; mes "Necesito esos chocolates que te hablé."; next; mes .@name$; mes "Necesito:"; mes "800 ^0055FFChocolate^000000."; mes "800 ^0055FFWhite Chocolate^000000."; next; mes .@name$; mes "No creas que no te daré un premio cuando me los pases..."; mes "Así que..."; next; mes .@name$; mes "¿Podrías traerme esos chocolates por favor?"; next; mes .@name$; mes "Di que sí por favoooorrr~~<3"; next; mes .@name$; mes "¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? "; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí? ¿Sí?"; next; mes .@name$; mes "¿Síiiiiiiiiiiiiiiiii~~~~~~<3<3<3<3?"; menu "¡Síiiiiiiiiiiiiiiiiiiiiiii!",-,"Mmmmmmmmmmm, NOPE.",L_ggwp; next; set yahablo, 1; mes .@name$; mes "¡Muchas gracias! <3!"; next; mes .@name$; mes "¡Ven a verme cuando tengas los chocolates!"; next; mes .@name$; mes "¡Nos vemos!"; mes "¡Eres una gran persona!"; next; emotion e_kis; specialeffect 509; sc_start SC_BLESSING,0,10; sc_start SC_INCREASEAGI,0,10; sc_start SC_ASSUMPTIO,0,5; close; L_goquest2: next; mes .@name$; mes "Recuerda que necesito:"; mes "300 ^0055FFChocolate^000000."; mes "300 ^0055FFWhite Chocolate^000000."; next; mes .@name$; mes "¿Tienes los chocolates?"; next; switch(select("Sí, los tengo todos.:No, aún no.")){ case 1: next; mes .@name$; mes "Déjame revisar..."; next; if ((countitem(558) < 300) || (countitem(561) < 300)) { next; mes .@name$; mes "¡Mentiroso! ¡No los tienes todos!"; next; emotion e_pif; sc_start SC_COMA,60000,10; sc_start SC_CURSE,60000,10; sc_start SC_CONFUSION,60000,10; sc_start SC_BLIND,60000,10; sc_start SC_DECREASEAGI,60000,10; sc_start SC_HALLUCINATION,60000,10; close; } mes .@name$; mes "¡! ¡Los tienes todos!"; mes "¡Excelente!"; next; mes .@name$; mes "¡Eres la mejor persona que he conocido!"; next; mes .@name$; mes "Toma, ¡Aquí está tu premio!"; next; delitem 558,300; delitem 561,300; getitem 559,20; getitem 560,20; getitem 14546,50; getitem 14548,50; getitem 5393,1; set yahablo, 2; next; mes .@name$; mes "¿Te gustó el premio?"; mes "¡Esos pasteles los hice yo misma para ti! <3 <3 <3"; next; mes .@name$; mes "¡Feliz día de San Valentín!"; mes "¡Muchas gracias por ayudar!"; next; mes .@name$; mes "Un último premio de despedida."; next; mes .@name$; mes "¡Adios!"; close; case 2: next; mes .@name$; mes "Owwww...."; mes "Vuelve cuando los tengas"; next; emotion e_kis; close; } L_goquest3: mes .@name$; mes "¡Hola de nuevo!"; mes "Muchas gracias por haberme ayudado <3"; next; emotion e_kis; specialeffect 509; sc_start SC_BLESSING,0,10; sc_start SC_INCREASEAGI,0,10; sc_start SC_ASSUMPTIO,0,5; close; } Thanks for advance. EDIT: NVM, I fixed it... I delete the first "next;" in L_goquest2. Other question.. Why the characters "á" "¿" and "¡" Appears strange? Like: http://prntscr.com/2ski7i Ty for advance.
  7. Hi, I have a problem with the skills luna solar and stellar. When i use this skill in "sograt desert 21", when i reconnect the map changes to: But i use this skills in "payon dugeon" o "payon field", there's no problem... Please Help Thanks for advance.
  8. Yep just copy the script... :S So i have modify the script.c? But add what codes? Ty for advance.
  9. Oh thanks for the reply.. So any fix for this?
  10. Hi, I have a problem with this script, thi is the error: parse_line: expect command, missing function name or calling undeclared function 750 : areaannounce "quiz_02",20,334,43,357,"2 segundos...",8; 751 : sleep 1000; 752 : areaannounce "quiz_02",20,334,43,357,"1 segundo...",8; 753 : sleep 1000; 754 : areaannounce "quiz_02",20,334,43,357,"Adelante!! Destruye el Emperium!!",8; * 755 : 'm'obevent "quiz_02",32,346,"Emperium",1288,0,1,0,0,0,0,0,1,0,0,0,0,0,"MainEmpeTestA::OnEmpeBreak"; 756 : set .Test_Init, gettimetick(0); 757 : set .Test_Step, 2; // Breaking!! I need to fix it please :c Thanks for advance.
  11. Yep. With that copy it works. But in the Script I translated to spanish some texts, so added "¡" and "á" is it the problem with the script? Cant translate it? :C?
  12. This is the pic of Notepad++ http://prntscr.com/2resl4 For God... i want this works :C
  13. Thanks for the response. I already check the tabs and they are correct. The script send the same error. :S I changed the name to "InformacionWoE" and still the same error. EDIT: I delete the entire comments of top of the script and now this error appears :S [Debug][0m: mapindex_name2id: Map "prontera" not found in index list! [Error][0m: npc_parsesrcfile: Unknown map 'prontera' in file 'npc/rou/woe.txt', line '1'. Skipping line... Please Help :c
  14. I dont know the BGM, its a video for a user, however, i can ask him for the BGM if u want And no, cant use fly wing while casting spell In the taekwon cant use flywing too, but it decrease :S So, its a bug of my server o its a bug of the SRC?
×
×
  • Create New...