|
You last visited: Today at 18:54
Advertisement
Nostale script - item bug/fake, dup
Discussion on Nostale script - item bug/fake, dup within the Nostale forum part of the MMORPGs category.
05/18/2016, 16:02
|
#76
|
elite*gold: 0
Join Date: Apr 2013
Posts: 110
Received Thanks: 8
|
XDD we just need a packet to dupe without crash, i have a packet to crash the channel but this give ip instaban in 5 seconds. We need to find new packets coz pstash is now all fixed.
|
|
|
05/18/2016, 16:15
|
#77
|
elite*gold: 0
Join Date: Feb 2015
Posts: 104
Received Thanks: 27
|
Yea but there's no more packet to "dupe" without crash :d
|
|
|
05/18/2016, 16:21
|
#78
|
elite*gold: 0
Join Date: Apr 2013
Posts: 110
Received Thanks: 8
|
There are. A year ago we thought same as now
|
|
|
05/18/2016, 16:27
|
#79
|
elite*gold: 0
Join Date: Feb 2015
Posts: 104
Received Thanks: 27
|
The only kinds packet who allowed us to dupe 1-2 week ago were deposit , withdraw , mvi , stash , pstash but all of these packets are patched :s
In my opinion there are no others packets who could make a duplication :s
|
|
|
05/19/2016, 01:07
|
#80
|
elite*gold: 35
Join Date: Jan 2010
Posts: 1,605
Received Thanks: 272
|
It's gayforge, when they fix something they set something else free
|
|
|
05/19/2016, 09:19
|
#81
|
elite*gold: 0
Join Date: Jan 2011
Posts: 326
Received Thanks: 26
|
there are or not?
Quote:
Originally Posted by FistePeter
It's gayforge, when they fix something they set something else free
|
there are or not?
release crash channel pls
|
|
|
05/19/2016, 09:36
|
#82
|
elite*gold: 0
Join Date: Feb 2015
Posts: 104
Received Thanks: 27
|
Quote:
Originally Posted by lorenx911
there are or not?
there are or not?
release crash channel pls
|
Please understand that we are instaban when we use a channel crash packet so we can't dupe with this kind of method , we can't dupe with channel crash anymore because we don't have time to take the items we are banned before.
The only way to dupe items is to dupe without crashing channels , we found some 1 week ago but they are all patched now, we are still searching for others packets so please BE ******* PATIENT
|
|
|
05/19/2016, 09:49
|
#83
|
elite*gold: 0
Join Date: Jan 2015
Posts: 37
Received Thanks: 0
|
:)
Quote:
Originally Posted by PiedDeFer
Please understand that we are instaban when we use a channel crash packet so we can't dupe with this kind of method , we can't dupe with channel crash anymore because we don't have time to take the items we are banned before.
The only way to dupe items is to dupe without crashing channels , we found some 1 week ago but they are all patched now, we are still searching for others packets so please BE ******* PATIENT
|
Please share packet to one week before me.
Quote:
Originally Posted by Dracula#
I will not publish, it is useless
If this bug will last more than a week. those who wish can buy in the price of 230£
i think
|
Dracula, I'm jui roy acquaintance of your friends.
I would like to ask you.
|
|
|
05/20/2016, 00:39
|
#84
|
elite*gold: 0
Join Date: Mar 2013
Posts: 125
Received Thanks: 44
|
Quote:
Originally Posted by PiedDeFer
Please understand that we are instaban when we use a channel crash packet so we can't dupe with this kind of method , we can't dupe with channel crash anymore because we don't have time to take the items we are banned before.
The only way to dupe items is to dupe without crashing channels , we found some 1 week ago but they are all patched now, we are still searching for others packets so please BE ******* PATIENT
|
You didn't find any method haha... AND bro, theres still ways to dupe, Gameforge leaves holes open when they fix stuff...
Quote:
Originally Posted by PiedDeFer
The only kinds packet who allowed us to dupe 1-2 week ago were deposit , withdraw , mvi , stash , pstash but all of these packets are patched :s
In my opinion there are no others packets who could make a duplication :s
|
Well, its not about opinions lol, if you didnt even know how to debug, how can you give an opinion? BTW no hate mate ^^
|
|
|
05/20/2016, 05:54
|
#85
|
elite*gold: 0
Join Date: Feb 2015
Posts: 104
Received Thanks: 27
|
I'm not talking about me, you know it well ._.
I'll stop trying to help as i see i'm saying sh..y things lol
(Don't worry about hate i understand you're right)
|
|
|
05/21/2016, 09:31
|
#86
|
elite*gold: 0
Join Date: Jan 2015
Posts: 37
Received Thanks: 0
|
Dracula. Do you give Korea to help my server account?
|
|
|
09/01/2017, 11:22
|
#87
|
elite*gold: 0
Join Date: Sep 2017
Posts: 21
Received Thanks: 0
|
how can i use this help pls ..):
|
|
|
09/04/2017, 15:29
|
#88
|
elite*gold: 0
Join Date: Feb 2017
Posts: 8
Received Thanks: 0
|
Still work on a opennos servers ?
|
|
|
01/15/2019, 18:08
|
#89
|
elite*gold: 0
Join Date: Dec 2018
Posts: 6
Received Thanks: 0
|
dupe fixxed all private server
Code:
// add and remove save inventory
destinationInventory = takeItem(destinationInventory.Slot, destinationInventory.Type);
if (destinationInventory == null)
{
Logger.Log.Debug($"ShigeoWall: user {Session.Character.Name} tried an Crash: MOVE ITEM");
return;
}
destinationInventory.Slot = sourceSlot;
destinationInventory.Type = sourcetype;
sourceInventory = takeItem(sourceInventory.Slot, sourceInventory.Type);
if (sourceInventory == null)
{
Logger.Log.Debug($"ShigeoWall: user {Session.Character.Name} tried an Crash: MOVE ITEM");
return;
}
Code:
if (mviPacket.Amount <= 0)
{
Logger.Log.Debug($"ShigeoWall: user {Session.Character.Name} tried an Gold Bug: MoveItem");
return;
}
Enjoy~
|
|
|
01/15/2019, 18:11
|
#90
|
elite*gold: 0
Join Date: Jul 2013
Posts: 409
Received Thanks: 1,067
|
Quote:
Originally Posted by Adrameleckh
dupe fixxed all private server
Code:
// add and remove save inventory
destinationInventory = takeItem(destinationInventory.Slot, destinationInventory.Type);
if (destinationInventory == null)
{
Logger.Log.Debug($"ShigeoWall: user {Session.Character.Name} tried an Crash: MOVE ITEM");
return;
}
destinationInventory.Slot = sourceSlot;
destinationInventory.Type = sourcetype;
sourceInventory = takeItem(sourceInventory.Slot, sourceInventory.Type);
if (sourceInventory == null)
{
Logger.Log.Debug($"ShigeoWall: user {Session.Character.Name} tried an Crash: MOVE ITEM");
return;
}
Code:
if (mviPacket.Amount <= 0)
{
Logger.Log.Debug($"ShigeoWall: user {Session.Character.Name} tried an Gold Bug: MoveItem");
return;
}
Enjoy~
|
Why are you posting in a thread that has nothing to do with your "fix" and that has not been updated since 2017 ?
|
|
|
All times are GMT +1. The time now is 18:56.
|
|