Hi KirieZ, I'm not sure what you mean with that I'm not using arrays in getitem2.
I did put .@card1$ and .@refine$ in the getitem2, should that not take care of it?
Thank you in advance.
15 January 2017 - 08:50 PM
Hi KirieZ, I'm not sure what you mean with that I'm not using arrays in getitem2.
I did put .@card1$ and .@refine$ in the getitem2, should that not take care of it?
Thank you in advance.
05 December 2016 - 07:37 PM
Still looking.
21 August 2016 - 11:41 AM
Those clients simply do not support mail anymore, it was replaced with the rodex system.
Thanks Ridley!
Eek. I can find so little info of RO dex in Hercules commits. Is it even supported yet?
08 July 2016 - 08:43 AM
Thank you so much Garr! It works perfectly.
06 July 2016 - 12:14 PM
My quick workaround would be adding a check if return value from getitemname is not "null". Then add the name to the menu.
Any idea how that could be achieved? Something like this?
if (getitemname( .itemid[ .@k ]) == "null" ){
end;
}
?