Don't know how these will work, seeming as i don't use this ep6 release. But as you guys keep crying that no-one will help you use the search button and link a ep6 game.exe for you...
Also, Malware bytes picks up a trojan on VT, but my installed version says it's clean. Use if you want. Don't if you don't trust it.
Don't know how these will work, seeming as i don't use this ep6 release. But as you guys keep crying that no-one will help you use the search button and link a ep6 game.exe for you...
Also, Malware bytes picks up a trojan on VT, but my installed version says it's clean. Use if you want. Don't if you don't trust it.
Not sure if that makes any problems or not. As I said before I don't use Ep6 at all because of the bugs associated with it. But as long as your client files match to some degree, the ep6.0 game.exe should still work within 6.3
Those game.exe files worked with the previous "ep6" release that was from Dino I believe. So I'm just guessing they should work here too.
[Tiny Release] Mass Update Mob Items 04/26/2013 - Shaiya PServer Development - 4 Replies Hello epvpers,
i was bored and created a bit of "Mass Update Drops"
it's a simply SQL Update for MobItems. One More Tab 'mapID'
if you wanna update Map 1 all in one, you don't have to type everymobID.
Simple use:
Update xxx WHERE mapID = 1 AND ItemOrder = X
[Release] Tiny Anti AFK (without gui) 07/30/2011 - Rift Hacks, Bots, Cheats & Exploits - 0 Replies Hy there,
During my way up to rank 6 i thought a simple Anti AFK would be nice.
So here it is.
Features:
# Random buttons
[Tiny-Release] Invincibility for GMs 03/29/2009 - CO2 PServer Guides & Releases - 1 Replies First search for: public bool GetHitDie(uint Damage)
Add this under it:
if (MyClient.Status >= 3) //Edit the 3 to your GM Status.
{
CurHP -= 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
return false;
}
You will still see the damage you are inflicted upon, but your health won't go down.