Jump to content

  •  

Helena

Member Since 31 Jul 2013
Offline Last Active Mar 26 2017 06:47 PM
-----

Posts I've Made

In Topic: getinventorylist fails to pass on card?

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.


In Topic: Cart Termination and reflect

05 December 2016 - 07:37 PM

Still looking. :(


In Topic: Mail box and @mail don't work

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?


In Topic: Array help

08 July 2016 - 08:43 AM

Thank you so much Garr! It works perfectly. :)


In Topic: Array help

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; 

}

 

?