View Single Post
  #33  
Old 06-16-2012, 06:38 PM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Quote:
Originally Posted by ff7chocoboknight View Post
How does one become as obnoxious as you are?
Oh good, I finally have reason to justify the obvious, give me two minutes.


Starting off with the first person I was looking for help from:
Quote:
Originally Posted by cbk1994 View Post
You sure seem to have a lot of trouble with search engines

It seems like this script is going over your heads. The class does not need to be joined in any levels. The main NPC will handle that. See how I did the easter map and then modify that to suit your needs (copy the appropriate levels).

Also see how I created new instances. All of that information is in the OP.
1. Two rude remarks after my first post telling me that I am not impotent.
2. Telling me to reread the OB, which who knows, one might have skipped it?

Quote:
Originally Posted by cbk1994 View Post
I already explained what you need to do in my previous post. Did you ignore the bottom half? This isn't just a copy-and-paste system, but it's not difficult to use if you read the OP.
3. Accusing me of not reading anything he said that was apparently trying to help, which was reading the OP.
4. Telling me once again to reread the OP.
Note: He says that this is not difficult, as long as I read the OP.

Quote:
Originally Posted by cbk1994 View Post
If you want someone to help you, describe the steps you've taken so far and the problem you're having, concisely.
I was only expecting one person to actually try to help me, and at this point it seems like I had gotten him 'slightly' willing to attempt. It only took a few tries. Once again, for obvious reasons he was annoyed too. And at this point I didn't mind stopping the project entirely since I doubted he was going to help.

Quote:
Originally Posted by cbk1994 View Post
I gave instructions on how to use the script. It's not intended for those who are new to scripting. As Ziro pointed out, at one point in that video, you tried sticking a script into a DBNPC's flags.

This script clearly goes over your head, which I've told you before. You would be better off finding a scripter to help you out than whining about it on the forums. Some scripts aren't going to be as simple as others.
5. Once again telling my that I am too inadequate to do this.

There was absolutely no help given in my attempt.
(It should be advised to take note I did not quote any other posts since I knew there was not going to be anyone but him possibly able to help.)

I think after many tries, videos, steps that I've taken, it would be enough to either see a flaw, or have a reason to improve the 'said instructions that were given' that had no particular order or help in using.

But you could be right, I somehow doubt anyone on my server could put this together. I might have to find someone only for this.

Why am I obnoxious in asking for help?
I believe on my first attempt, I've given many things I thought 'could' be the problem, and I asked nicely for help. Since my first post I was handled with poor attitude.


Quote:
Quote:
Originally Posted by Devil_Lord2 View Post
I'm not sure why when I type in "Instance System" or "Instance Manager" I can never find this thread.. That or even looking in the Code Gallery which this thread is said to be in...

Anyway, the problem is... well I don't know...
Cujo started the process, we have a class called "instance" and a class called "intro_instance_map". a

Then inside our NPCs we have InstanceManager.

Inside Folderconfig
level temp/*.graal
level temp/*.nw
level temp/*.gmap
file temp/*.gmap

Inside NPC Server:
r levels/0intro/*
rw levels/temp/*.nw

We both aren't sure what is supposed to happen next, but we do know for the most part that it is not working. This is something we would absolutely love to have for the intro, but he and I cannot seem to figure it out. I just checked today, the whole thing is confusing. The only thing it seemed like I had to do that it did not look like he did was add the rights to the NPC server..

Not sure what type of details are needed..

// class "easter2k11_instance_map"
public function prepare() {
// choose a random map
this.mapLevelName = IntroMapControl.getRandomMapName();

temp.resources = {
"levels/0intro/" @ realMapLocation
};


function onCreated() {
// basic setup
GameInstance = newInstanceTemplate("TStaticVar");
GameInstance.setTempPath("levels/temp/"); // folder which holds resources
GameInstance.setEmergencyExit("shaded_p09.nw", 30, 30);

IntroMapInstance = newInstanceTemplate("GameInstance");
IntroMapInstance.setTempPath("levels/intro0/");
IntroMapInstance.join("intro_instance_map");
}

He joined the class in basically all the levels.. It doesn't use a gmap.. I don't know ...
Can anyone help?
My second try was a little less polite.
However I stated helping and giving more instructions might help others use this as well.

Quote:
Now, since I'm trying to get help, and not argue, lets just say we have tried again, still not working...

Do you, or anyone, mind actually trying to help?
It would be better off to leave out statements like "Check wiki"..

Sure, not many people may need this system, and step-by-step instructions probably aren't asked for due to this fact, however, we find what you've done to be something that could be useful. Whereas we could work around this and do the old style of putting people in a wait room, we would appreciate it if someone could give instructions instead of hoping we can look at the first post and inside the program to understand.

(Point is, not many people might need this, and those that do and don't have any programming experience may not understand any of this since the first post doesn't exactly explain much but what to add...)
The videos afterwards were to be more helpful into seeing what I was doing.





So I ask you, did I not have the right to be irritated?
I'd rather this be answered by a just person.


(Note: I did not add other quotes into my reply since there was only one specific person I thought might be willing and be able to help. So if you were also rude to me, and don't find it achieving that your post was not quoted, sorry.)

But sincerely, I do appreciate that replies were even given and within a day, that was at least one good thing from these attempts in looking for help. No more justification from myself is necessary, and I will not be answering any impolite posts. If there is a desire to actually try to help, let Cujo or I know. Thank you.
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz




Last edited by Devil_Lord2; 06-16-2012 at 07:17 PM.. Reason: Added my reason.
Reply With Quote