I made this script myself and its working fine now after the last edit.
It's the best and easiest to use script, click run once and you can go to sleep or whatever, it will stop when you reach 2kkk.
Label(Start)
NPCDLG(Holly[iD=7839])
DELAY(500)
DLGSEL(Buy Consumables and Minerals)
DELAY(100)
{
BuyItem(Soul Ore[iD=1785],1)
}
DELAY(100)
NPCDLG(Holly[iD=7839])
DELAY(500)
DLGSEL(Buy Consumables and Minerals)
DELAY(100)
{
BuyItem(Soul Ore[iD=1785],9999)
}
NPCDLG(Holly[iD=7839])
DELAY(500)
DLGSEL(Sell )
DELAY(100)
{
SellItem(Soul Ore[iD=1785],1)
}
NPCDLG(Holly[iD=7839])
DELAY(500)
DLGSEL(Sell )
DELAY(100)
{
SellItem(Soul Ore[iD=1785],9998)
}
ITEMCOUNT(Adena[iD=57],>,2000000000)
{
EXIT()
}
DELAY(500)
JMP(Start)
PS: You have to be in Aden Grocery near Trader Holly.
PS2: The most expensive item in L2Gold's grocery is now Soul Ore, costs 94 adena. (Inconvenient, huh?)
PS3: If it doesnt work properly just increase the delays.
Tested in L2Gold C4 Official Server (http://www.L2Gold.org)