PDA

View Full Version : SEVERE ISSUE WITH DUPERS


resinate
10-10-2008, 01:37 AM
well it seems on ALL odin sources, items can be duped tho a way of lag or dc. i dunno how ppl are doing it but it just ruined my server.

they do this glitch by using hiogh rate servers that get their chars with negative exp.
the neg exp when they log off will auto rollback the player.

so what they do is force themselves to neg exp and goto a spot and drop the items to dupe, then relog. they go and loot the items again and have double the items and they keep repeating until done.

THE FIX WE NEED IS TO make this somewhere

If exp < 0 {
exp = 0
}

something like that THIS NEEDS TO BE MADE FAST!!!.

if someone has this patch made PM ME RIGHT AWAY i have over 1000 players waiting to play.

Jayy
10-10-2008, 01:43 AM
There is so many of them...

It's called google.
Airflow's is of course the only good one while everyone tries making one and calls it "GOOD" "NEW" "FIRSTTTTT" etc. etc.

resinate
10-10-2008, 01:45 AM
there is no neg exp glitch fix for odin lol or it wouldve been in the server files by now lol.

Xterminator
10-10-2008, 01:57 AM
I don't see my server rolling back when people have negative exp...

Jayy
10-10-2008, 02:07 AM
I don't see my server rolling back when people have negative exp...

He's probably running a .55 repack and asking here. I've seen that happen before.


there is no neg exp glitch fix for odin lol or it wouldve been in the server files by now lol.
I've just searched RZ and found quite a few. Airflow's is the best one though...

Boba
10-10-2008, 02:33 AM
Lol I use the negative experience fix by Airflow. Works absolutely well! Don't be a stupid nub saying just because it's not in the source, it doesn't exist. Don't be a lazy retard is the key XD.

Jayy
10-10-2008, 02:37 AM
There is so many of them...

It's called google.
Airflow's is of course the only good one while everyone tries making one and calls it "GOOD" "NEW" "FIRSTTTTT" etc. etc.

It's called google.

resinate
10-10-2008, 03:09 AM
close topic theres alrdy a patch out XD, funny the patch was released at the same time as i posted this LOL.

dont flame me. there was no patch until i just saw someone post it in the release area.

also im no nub to this java scripting lol u should have a look at my server LOL. i have scripts no one ever thought of yet XD.

Jayy
10-10-2008, 03:12 AM
Thinking and making are two different things and there are tons of negative EXP fixs on RageZone and one on here.

PhantomBurn
10-10-2008, 03:38 AM
close topic theres alrdy a patch out XD, funny the patch was released at the same time as i posted this LOL.

dont flame me. there was no patch until i just saw someone post it in the release area.

also im no nub to this java scripting lol u should have a look at my server LOL. i have scripts no one ever thought of yet XD.

Making an exp fix is cake...Not being able to make it and not knowing how to search just shows you are new to this "java scripting"

FYI dude, its not scripting, its programming >.>" Sites are scripting ;) (html, php, javascript, etc)

Learn your stuff before you go around bragging noob

resinate
10-10-2008, 04:00 AM
} else if (selection == 1) {
var party = cm.getParty().getMembers();
if (!cm.isLeader()) { // not party leader
cm.sendSimple("Please have your party leader bring me the Gold Bags.");
cm.dispose();
}
else {

var mapId = cm.getChar().getMapId();
var next = true;
var inMap = 0;

if (party.size() < minPlayers || party.size() > maxPlayers)
next = false;
else {
for (var i = 0; i < party.size() && next; i++) {
if (party.get(i).getMapid() == mapId)
inMap += 1;
}
if (inMap < minPlayers)
next = false;
}
cm.dispose();
if (next) {
if(cm.itemQuantity(5200002) >= 35){
party = cm.getChar().getEventInstance().getPlayers();
cm.removeFromParty(5200002, party);
cm.warpParty(108010201,0);
cm.dispose();
}
else{
cm.sendOk("Sorry you don't have all the #b#t5200002#'s#k");
cm.dispose();
}
}
else {
cm.sendOk("Please make sure all your members are present. I see #r" + inMap.toString() + "#k are in here.");
cm.dispose();
}


}

dont assume anything on me, unless u played the server i run. thats not the full script just selection 1 i released this part cuz ppl can ezly make this lol. theres no server ads here so i cant release any info on the server i host. if u look at rz, look for the skills on mobs on titan lol, im the one who made the patch that makes mobs attack ALL players not just 1 lol. dated back in apr of 2008

i hate when ppl just assume stuff without even looking them up, thats like me assuming ur a terrorist who blows stuff up.

PhantomBurn
10-10-2008, 04:51 AM
dont assume anything on me, unless u played the server i run. thats not the full script just selection 1 i released this part cuz ppl can ezly make this lol. theres no server ads here so i cant release any info on the server i host. if u look at rz, look for the skills on mobs on titan lol, im the one who made the patch that makes mobs attack ALL players not just 1 lol. dated back in apr of 2008

i hate when ppl just assume stuff without even looking them up, thats like me assuming ur a terrorist who blows stuff up.

God, can you just leave please?

NPCs are the lowest of the low when it comes to releases...Hell, they are SOOO easy to make, there is now a program to make them for you...So pleeeeeeeeeeeeease don't go around saying you are pro and as your proof show an UNCOMPLETED npc script.

And Titan is C++ dumb ass >.>" C++ != Java

Boba
10-10-2008, 04:57 AM
LOl I know PhantomBurn. NPC's are the easiest things to code. Awesome fixes/patches that are GMS-like is a lot more challenging. I took a look at the guy's negative exp fix, it was weird. O_O

resinate
10-10-2008, 05:06 AM
yea its a weird fix but it works dont ask me i just added it to my core and compiled.

for java fixes. i rebuilt the party warp cuz the party warp someone released was bugged wrong, it wasnt keeping the player in the instance LOL. mine does tho. and his was warping mobs along with the players.