case Your_Own_Nrun:
{
if (npc.Id == 9999) //This check is NOT needed
{
//Add if statement?
//Add Check for AlreadyGotGift
//Add Gift to session
}
}
break;
You can also check the Name ?? Or MenuType if you do ClientModding.
I would prefer doing ClientModding, so add your own NRun, and add it to NRun Handler and check the Type. Its easy though
Keine Items an NPCs Verkaufen/Keine Penya von NPCs erhalten 11/18/2013 - Flyff Private Server - 3 Replies Weis jemand zufällig was ich machen muss damit Spieler garkeine Items mehr an NPCs verkaufen können oder zumindest keine Penya durch den Verkauf von Items an NPCs mehr bekommen?
Danke im vorraus.
[Request] Sending SOULBOUND items via Mail 02/13/2012 - Rift - 1 Replies Sending SOULBOUND items via Mail.
Hi. is there any application that will let me send Soulbound item to my other character ?
Can any1 make it if there isn't?
[Need Help] rPE - how block packet for sending to server? 06/04/2011 - General Coding - 2 Replies Hello.
I don't know how block some packet in rPE.
In WPE - checkbox "Block"
Can anyone help with example custom filter for rPE to block packet?
Help with sending packets in autoit 08/16/2010 - AutoIt - 1 Replies ive been lookin around different sites for ways to send packets to the game server. the only examples i see is to create a server and a client which i dont need, i think. well to the point now, can someone lead me in a direction or tell me how to send packets to a game? also if i send packets then that means i dont need the game to be active, correct? Because in autoit when u use keys u need to have the game active, and control send does not work. ty
Need help sending a packet ! 02/28/2010 - Kal Online - 1 Replies i've got a Question and i hope some1 can help me
there is an item at a NPC that u can buy 1 only each time .. and i need to buy 1000000 of it
so i need to send the packet to buy this item 1000000 times
when i try to sniff the packet to buy this item i got :
Packet type : 0x18
format : m
arguments : (unknown character)
so ... how can i send that (unknown character) as an argument ??
in the code that (unknown character) is displayed from "(DWORD)va_arg(args,DWORD)"
when i tried to save...