Jump to content

estoudegreve

Members
  • Content Count

    17
  • Joined

  • Last visited

About estoudegreve

  • Rank
    Member

Profile Information

  • Github
    estoudegreve

Recent Profile Visitors

2007 profile views
  1. This script is to disconect dual account when trying to participate the same event, live pvp o BG. - script catchDual -1,{ OnCatch: mes "[^010849===^000000 ^016B14Anti DC^000000 ^010849===^000000]"; atcommand "@battleignore"; sleep2 1000; mes "Catch you!"; sleep2 1000; atcommand "@kick "+strcharinfo(0); close2; end; OnPCLoadMapEvent: if( strcharinfo(3) == strnpcinfo(4) ) { set .@safadaum, 0; set .@invokeid, getcharid(3); query_sql("SELECT account_id FROM `login` where last_unique_id = (SELECT last_unique_id FROM `login` WHERE account_id = '"+getcharid(3)+"')",.@account_id); detachrid; for(set .@i, 0; .@i < getarraysize(.@account_id); set .@i, .@i + 1) { if( .@account_id[.@i] && attachrid(.@account_id[.@i]) && .@account_id[.@i] != .@invokeid) if( strcharinfo(3) == strnpcinfo(4) ) { set .@safadaum, 1; detachrid; break; } } if( attachrid(.@invokeid) ) if( .@safadaum ) { attachrid(.@invokeid); goto OnCatch;} } end; OnInit: setmapflag strnpcinfo(4), mf_loadevent; // Active flag load event on map end; } /* Duplicates */ guild_vs3,0,0,1 duplicate(catchDual) catchDual#12 -1 It's activating with anyone with differents accounts!
  2. is it showing somthing at map server console?
  3. how about discord channel ? https://discord.gg/WZ2SDad this link is not working
  4. Hello everyone, We can make some like that mes("You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything"); Clicking Google will open the browser and point to Google website. But I want to know parameters to define the size of the windows that will hebopened. Someone could help me? Thanks very much!
  5. Perfect, it works, now I want to turn off it, because after choose start the quest, there is not more a new quest.
  6. estive tentando fazer o npc avisar o jogador que existe uma quest disponivel sem clicar nele outros posts: http://herc.ws/board/topic/14740-npc-quest-showevent/ https://forum.brathena.org/index.php?/topic/26196-ajuda-com-npc-quest-efeito/
  7. Necesito hacer un npc que muestre para el jugador que hay una quest disponible, pero sin clicar en el. http://herc.ws/board/topic/14740-npc-quest-showevent/
  8. Hello every one, I am trying to create a quest npc. This npc will show a effect like the picture, but not when the player click on it. I will sho this effect when the player is not doing the quest, so the npc show it.
  9. 2012-04-10 or 2013-08-07 are the better?
  10. ok, we're go! What is the better HEXED for 3rd server I'm using the data folder from Brazillian ragnarok.
×
×
  • Create New...

Important Information

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