This source was giving to me, my friend said he recoded it. But here
Code:
if (CurrentNPC == 199)
{
SendPacket(General.MyPackets.NPCSay("Got a suggestion, or lost an item due to a bug?"));
SendPacket(General.MyPackets.NPCLink("Yes, I got a Suggestion", 34));
SendPacket(General.MyPackets.NPCLink("I lost an item due to a bug", 60));
SendPacket(General.MyPackets.NPCLink("Just passing by.", 255));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}
Code:
if (CurrentNPC == 199)
{
if (Control == 34)
{
itemtosee = "";
SendPacket(General.MyPackets.NPCSay("What is your Suggestion"));
SendPacket(General.MyPackets.NPCLink2("Here is my Suggestion:", 35));
SendPacket(General.MyPackets.NPCSetFace(0));
SendPacket(General.MyPackets.NPCFinish());
}
if (Control == 35)
{
for (int i = 14; i < 14 + Data[13]; i++)
{
itemtosee += Convert.ToChar(Data[i]);
}
SendPacket(General.MyPackets.NPCSay("Are you sure this is '" + itemtosee + "' Your suggestion we track your Ip.."));
SendPacket(General.MyPackets.NPCLink("Yes.", 36));
SendPacket(General.MyPackets.NPCLink("No.", 255));
SendPacket(General.MyPackets.NPCSetFace(0));
SendPacket(General.MyPackets.NPCFinish());
}
if (Control == 36)
{
System.IO.StreamWriter ts = new System.IO.StreamWriter("./ItemReq/Suggestion.txt", true);
ts.WriteLine(itemtosee + " - Submitted by: " + MyChar.Name + IPE + " at: " + DateTime.Now);
ts.Flush();
SendPacket(General.MyPackets.NPCSay("Submission of ''" + itemtosee + "'' Your Suggestion Has Been Sent.!"));
SendPacket(General.MyPackets.NPCLink("Cool.", 255));
SendPacket(General.MyPackets.NPCSetFace(0));
SendPacket(General.MyPackets.NPCFinish());
}
if (Control == 60)
{
itemtosee = "";
SendPacket(General.MyPackets.NPCSay("What item did you loose? Please give us the right information and we'll check it."));
SendPacket(General.MyPackets.NPCLink2("Item:", 61));
SendPacket(General.MyPackets.NPCSetFace(0));
SendPacket(General.MyPackets.NPCFinish());
}
if (Control == 61)
{
for (int i = 14; i < 14 + Data[13]; i++)
{
itemtosee += Convert.ToChar(Data[i]);
}
SendPacket(General.MyPackets.NPCSay("You have loost '" + itemtosee + "' due to a bug right?"));
SendPacket(General.MyPackets.NPCLink("Yes.", 62));
SendPacket(General.MyPackets.NPCLink("No.", 255));
SendPacket(General.MyPackets.NPCSetFace(0));
SendPacket(General.MyPackets.NPCFinish());
}
if (Control == 62)
{
System.IO.StreamWriter ts = new System.IO.StreamWriter("./ItemReq/Requests.txt", true);
ts.WriteLine(itemtosee + " - Submitted by: " + MyChar.Name + IPE + " at: " + DateTime.Now);
ts.Flush();
SendPacket(General.MyPackets.NPCSay("Submission of ''" + itemtosee + "'' please wait 24hours for us to look into the matter.!"));
SendPacket(General.MyPackets.NPCLink("Cool.", 255));
SendPacket(General.MyPackets.NPCSetFace(0));
SendPacket(General.MyPackets.NPCFinish());
}
}
I'm absolutely clueless. So I made a suggestion ncp. But when you type a suggestion. He only saves some >.<
Quote:
Originally Posted by Vortex.
WTF. I didn't copy anything >.<
I based this off of Emmes Code
Quote:
Originally Posted by Vortex.
This source was giving to me, my friend said he recoded it.
Lol, you contradicted yourself so much here.
You didn't post the source in the first, or even second posts. So, that insists that you in fact knew the source was taken, and were just too hesitant to post something someone would obviously notice right off the bat. Could of just been honest, and said you ported it from his code, or even asked him..
Dude. I was typing alot of ****. I noticed that my self. I got nothing to hide whats the point of editing them.
When Pete left he gave me his source
Second he said:
Third please learn to read =)
Seems it's not his source either, that being my point. So this was a void reply, you just wasted your 'typing'.
I know how to read, that was a crappy come back for someone annoyed/****** off because they got pointed at.
EDIT: Also, next time you should link to a post of something he said that helps your position in something. Because if your position in something is bad to start with, people won't believe you when you don't place proof of claims.
[TUT]Cheat engine for the clueless 06/18/2010 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 4 Replies Hi guys , I know this is gonna be listed as "just another tutorial" I'm pretty sure there are thousands of these but the thing is , I'm someone who needs every step explained before I barely even recognize what you are talking about. So I made this tutorial for the Totally Clueless. It's pretty much a step by step tutorial for Cheat Engine and Dekaron.
---------------------------------------
Requirements
~~~~~~~~
Dekaron
REXIGNation :...
clueless 03/05/2010 - Dekaron - 1 Replies alright I've been trying to get others scripts to work and whs files and blah blah blah, I've gotten a few trainers to work with a few hax's working, but all in all about only half the shit works ANYWAY so I thought I'd try and figure out how to make my own stuff, and I'm having trouble figureing out how to change offsets and how to even find the correct offset, I've got winhex, I've got CE, I must have looked at every tut on how to do this but everyones tut I guess is explaining for advanced...
Too funny. DEVS are clueless 12/19/2006 - Planetside - 2 Replies http://forums.station.sony.com/ps/posts/li..._id=8 8000005136
Author Message
12/18/2006 21:36:55 Subject: enrico's Q & A with the VS
x24
Recruit
Joined: Dec 18, 2006
Messages: 2