He's using the guide I wrote, and it seriously couldn't be any more noob-friendly...
I even wrote that, 1-2 weeks after i FIRST STARTED using v15 clean source, and had to figure out almost the...
Type: Posts; User: ShadowDragon
He's using the guide I wrote, and it seriously couldn't be any more noob-friendly...
I even wrote that, 1-2 weeks after i FIRST STARTED using v15 clean source, and had to figure out almost the...
You can very easily add "GM Checks" to functions in Worldserver/DPSrvr.cpp to prevent GMs from misbehaving. Just search for functions with "Bank" in the name, and you'll find all related to accessing...
That's exactly what Flyff ResEditor does when you create a new file (instead of just opening one) and the source can still read it without edits. Look at Jhonas's screenshot, Flyff ResEditor can't...
I'm interested in this. Maybe not making an actual server out of it (don't have time for that), but I'd certainly like to look at it and mess around a bit.
Uh, go look at the thread for the extractor, all that's posted is source code lol
He's saying, he doesn't have the program to compile it (which is just VS2012, I think). But really, how is getting...
Ooo, awesome. I've been meaning to make a resource manager for my custom format, but I've just been too busy to start it lol This will get most of the work done for me xD
Thanks for the release!
Exactly my point lol How is this useful for encrypting resource files if you can't make neuz decrypt it?
What good is that? Is there some way for the client to use the password to decrypt it?
Oh, well yeah, that would be lazy. It's not something I do though.
I just thought about it, and I think it's really easy to fix. The inventory icons in Spec_Item.txt already have double quotes, inside of quotes (ex. """Itm_ChrSysScrShoutF.dds"""). Pretty sure you...
Yeah, I had a feeling this wouldn't work right out of the box. Thanks for confirming my suspicions lol
You're misunderstanding his poor english. He's not offering a source, he's asking for one.
Did you even look at the code? The text in the OP is merely the conversation about it on Skype (which as you can tell, I was in...). The release does what I said. It parses WndField.cpp/.h and...
Uh, no? It reads WndField.cpp and WndField.h, and splits them into separate files for each class.
Definitely not. Fly For Fruit has a custom file format.
Uh, is it just me? Or are those characters kinda flat/2D? :/
He removed them cause he refused to share his stolen source files.
I would actually recommend 1.5 GB. This includes the Worldserver (~1GB), DatabaseServer (~150-200MB), and MSSQL DB (at least 500MB would be best, more is better though). And that leaves some leftover...
Look at the post right before yours...
WndTitle.cpp has all of the windows players click through when logging in (Login, Server Select, and Character Select). I'd start there.
Well he said it's easy to bypass. It's really just anti-noob protection lol
Imo, the code blocks in your post look like shit :/ No proper spacing/tabbing. But if it works, than that's good.
If the error is the same as Adielson's source, it's because of an image file in the wrong place. That can't be fixed without source, you just need to put the image where it needs to be. I think it's...
Probably never. This looks like Adeilson's source, but with a few things changed. For example, why isn't the navigator in any of the pictures? Oh, cause it probably looks like Adeilson's, which looks...
Your resource folder is incomplete. It needs a LOT more files.
Open the INI files in the Script folder, and fix the path to the Resource folder.
Those warnings do mean nothing. By default, the exe's are in those individual folders. You just have to find them (or change where they go in the Project settings for each one in Visual Studio and...
Install VS .NET 2003 SP1
Yes, that's all you'd need to do.
Wow... I can't believe I'm actually going to help you with something so simple. In that source folder, go to the folder called "all" and open all.sln using Visual Studio .NET 2003. Go up to the menu...
The point we're getting at, is not viruses. We mean backdoors. For example, it's extremely simple to make hidden text commands, that when used, can do ANYTHING on the computer. It could make the...
I would only check this out if the source files are released. I'd rather not be the victim of an easily hidden backdoor.
If your auth is set to Z, then you have the highest already. Some people add their own custom titles to say "Owner", but it's not in the source by default.
He already asked me for more information via PM and I told him what he needs to do. He thinks he can block that stuff in that file though, which is impossible cause all awakening coding is server...
This question is actually interesting, but simple cause I've done something with a similar need.
What you need to do, is check if the window for what you want to block is currently open. You can...
This isn't the exact same download, but I think it contains what is needed. I'll add it to first post as well.
Source.zip
If this is the release that I think it is, I would avoid it. I tried using it, but it had seemingly random worldserver crashes when linking items. And by random, I mean you could link anywhere from...
@FilixXx: My point, was simply that they were talking about Insanity having encrypted resource files, stating the models couldn't be taken from them. That's not even remotely true.
Ok, I just have to jump in on this..
Encrypted files or not, you could steal ANY MODELS from Insanity if you have the right program and can find somebody in-game wearing what you want to steal :/
Thread cleaned. Keep discussion here on-topic and respectful.
I didn't know about that stuff, but I've seen remnants of a system that let the player actually control a flying ship.
In WndWorldControlPlayer.cpp there's functions to direct it to coding in...
They don't have a problem with your project. The problem is that intentional advertising is not allowed on this forum. None of us here made that rule, but that's just how it is.
You should also mention, that this requires a non-express version of MSSQL. Express versions don't allow indexing.
You should have put that in the if statement for IK3_SHIELD and you should have used '&&' instead of '||'.
I forget what it is exactly, but search for stuff involving IK3_SHIELD (I think it's IK3, not sure). Somewhere, you'll find the coding that unequips the shield when a 2 handed weapon is equipped.
Kamote is close, but not correct. That is the function that needs to be edited. You need to add some math to it to determine the current number of rebirths and the amount of stat points (m_nRemainGP)...
No. I just completely explained the error you got, and kamote gave you his WORKING function. Figure it out yourself.
Error messages can be confusing sometimes. It says 'line 61' but that's only cause that contains the ';' that is used for the 'end of coding line' identifier. I know it sounds weird, but the 'line'...
It would be a tutorial obviously, cause you're telling them how to do something.
Go ahead if you want, all the information for it is in this thread lol