It's fairly impossible really. Since the Client handles very little stuff (relative ofcourse) and leaves the calculations n stuff to the server it would be impossible to run the client on its own....
Type: Posts; User: Lapje
It's fairly impossible really. Since the Client handles very little stuff (relative ofcourse) and leaves the calculations n stuff to the server it would be impossible to run the client on its own....
Here, took out all the useless crap. This should spawn 15 bosses for 100m and take 100m from their inventory. They won't be able to spawn mobs without that 100m. Like n Rep please.
/* Marat...
^ That won't work.
/*
@Author Kyodia
* NPC for : DRAZELMS
* Purpose : Event Trophy Trade-In
Thank and rep me.
/*
Written by: potimus
*/
var status;
var gainItem = [5062002, 5062002, 5062002, 2450000, 2049406, 3010131, 3010145, 1182006, 1142247, 1022082, 1012107, 1112663,...
Firstly, get the current str/dex/int/luk, minus 4 and add that together. That makes your total AP. Easy.
Now for the SP. For each skill the user has (compare it with the job) check how far the...
Never played D.Chaos. However, it could be possible they had skins on those jobs or there were an extra set of jobs in the client files without them being used (weren't some new jobs introduced...
You really cant add custom jobs with new IDs.
You'll need to edit the client for that.
use a clean (127.0.0.1) IP localhost for yourself and distribute a client with your wanIP for your friends.
Male = 0
Female = 1
Trans (or whatever) = 2
if (cm.getPlayer().getGender() == 0 || cm.getPlayer().getGender == 2)
|| is the OR operator. It basically says, if this statement is true OR...
I guess I could be considered a vet. Tho I haven't been around as long as some others..
Well, you will have to make a quest at id 21002 which fits what you want to do.
Its your JCE files. Place those correctly.
Gimme the entire method.
I guess you could go to the attack method and check for certain mob ids. If the mob you're hitting and that particular mob and skill (if its a parameter..) is used you can simply return.
@Above, that doesn't help him even the slightest bit.. You don't even know what you're saying.
at the top replace the top bit with this.
if (status == 6 && mode == 1)
status++;
else if...
For startes, post the error
At line 220, remove */ after ENABLE_KEYS
Do thank me.
/* NPC created by Stevie of Kerning City v83
*/
var status;
function start() {
status = -1;
action(1, 0, 0);
I don't quite get what you're trying to do with the script, but it lacks so much and is so inefficiently written that I wouldn't recommend continuing it. If you tell me what you want to happen and...
There were quite some syntax errors. You might want to check that you have all needed functions in your source. Also, are you aware of the fact that you only have functionality for two or three...
You have 3 errors:
int v10 = (int) (exp - (long) ((double) expforlevel * diepercentage));
first type: AtomicInteger
second type: long
Exp is an 'AtomicInteger' and you're...
Obviously for Java 7 you need the JCE 7 files. Makes sense huh?
It will even tell you if you try to put in the JCE 6 files that they don't work and you should get the correct ones.
Also, JCE 7...
Or
'Nough said.
Here's a working version:
Study it so you won't make the same mistakes twice.
epenis = -1;
nubs = [1512, 2112, 1412, 1312, 1212, 1112, 512, 522, 421, 422, 412, 322, 232, 222, 212, 132, 122,...
As Aaron said, people simply don't know what it is. They see everyone using CMS for any release, design, template or full-fledged CMS. They simply copy it and since noone bothers to correct them they...
status = -1;
req = [03991005, 03991011, 03991000, 03991012, 03991004];
function start() {
var text = "Hello there! I am the <insert purpose of NPC here> of <insert server name here>! To be...
@AngryPepe,
Yeh, I guess I should have done that.. Thanks for explaining it for me though, saves the the work to type it out ^^,
@Sunnyboy,
True, but it wouldn't be on here then and if it...
Why would you want to host your database externally? I only see long loading time and performance issues here.
Upload all your files to the public_html folder (as Subline said 2 posts back).
Set...
Alright, I didn't do proper research. I meant it was slower to execute.
And in some cases, it is. You typically want an if/else statement if you use a small amount of options.
Now, imagine you...
Sigh. No, They are all corrupt and we are all infected. Run while you can to never look back. Go now, we do not have much time left until our PC's are completely full of viruses and malware.
...
Aren't switch statements waaaaaaaaaaaay slower than any other method? It may be neather to the eye but what's the point if you format your code correctly? Nothing wront with if/else if to me..
Seems pretty nice. How long have you been working on this?
Also, what language and what libraries did you use?
First off, don't release something like this. It's not a release. It doesn't work. People can't use it. Even if it did work it would only display some text. A release should be something which would...
It's alright. Try to put more coloring (not the entire rainbow, but 2 or 3 different colors) in it. Right now it looks kinda plain.
The navbar images (Home, Register, etc) aren't that great. It'd be...
Like, the amount of stars you're holding decreases when you throw them?
That's client sided I believe (I'm actually pretty sure it is).
Column count doesn't match value count at row 1
Shouldn't be all too hard if you're creating your own source/rewriting one.
@Above, very well possible. Open the 'dead' players inventory and make the attacker pick an item. Shouldn't be too hard.
Might as well limit the possibilities to equips only or have each player...
var status = 0;
function start() {
if (cm.getGiftLog('1337') < 1) {
cm.setBossLog('1337');
cm.gainItem(4000100); // Plastic Crown
cm.gainItem(5077000, 5); // Triple Smega
...
Make it a long.
And the client. Use this awesome little nifty program made by Diamondo25
http://forum.ragezone.com/f690/release-stredit-localhost-editor-810762/index7.html
Set the login column for your account to 0 in the accounts table in MySQL or w/e Database you're using =3.
Linux supports Java so all sources in this section should work. just gotta install java ^^,
Posted via Mobile Device
@Above, true. I was on mobile and didnt know the forum id x].
Posted via Mobile Device
go to Google -> type:
site:forum.RaGEZONE.com maplestory <insert source name, version or other kind of characteristic feature>
this will force Google to only search and list results from the RZ...
Yes, make sure you have edited the config.php with the correct values.
I guess yes, You'd have to add a column in the drops table and specify which occupations allow that drop. Then in the source add a check for the right occupation and drop. I'm not familiar with the...
*cough like button cough*
Any plans on expanding this?
No, you missed his point.
This:
if (gmLevel == 0) {
totalLives--;
}
if (totalLives < 1) {
client.disconnect();
client.deleteCharacter(id);
Would be cooler if you 'lock' the character on perm death and then reenable it after doing some kind of payment (refering to votes, not money..).
IMO, the char deletion would only attract a very...
Great job as always bro =].