estoudegreve
Members-
Content Count
17 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by estoudegreve
-
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!
-
no bots please! hehe
-
Crash after click on mobs in Navigation
estoudegreve replied to imahman's question in Client-Side Support
is it showing somthing at map server console? -
how about discord channel ? https://discord.gg/WZ2SDad this link is not working
-
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!
-
Perfect, it works, now I want to turn off it, because after choose start the quest, there is not more a new quest.
-
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/
-
Ayuda con NPC de Quest
estoudegreve posted a question in Soporte y peticiones sobre Scripts/Bases de Datos
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/ -
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.
-
I want this solution too.
-
how to adjust the window of browser hexed
estoudegreve replied to estoudegreve's question in Script Support
oh sorry. what i need to do now? -
i got it, thanks
-
2012-04-10 or 2013-08-07 are the better?
-
ok, we're go! What is the better HEXED for 3rd server I'm using the data folder from Brazillian ragnarok.
-
You are using VS2012, you must open Hercules-11.sln. Please refer to [WIKI]Compiling Note that Hercules-12.sln is for VS-2013.. thenks! that works! I used the version 2010!