yea I tried others but still nothing happens :/
yea I tried others but still nothing happens :/
Oh now i got it i used the backspace key..
Now it works thanks for your help![]()
Nah, having issues right now. Try Ideone.com | Online IDE & Debugging Tool >> C/C++, Java, PHP, Python, Perl and 40+ compilers and intepreters instead.
Same deal, be sure you select Python.
sweet. thanks
is there any way for blizzard to know who used this program?
I don't think Warden checks for anything that doesn't affect Diablo III directly. (Though I could be wrong.) Anyway, this program doesn't do anything to the Diablo process and they really have no reason to be looking for it.
But that said, you're just copy and pasting item links. I have a hard time seeing bans go out for that. (I could be wrong again!)
I think they can see when you paste and submit links in-game, so if you want to be 100% safe, just never paste a link in-game. This means you can only use the affix range estimate method and not the actual item stat python script.
Last edited by roflcopter666; 07-16-2012 at 07:25 PM.
Can you link other people's items to use this with?
It doesnt work with my French keyboard
anyone can help me?
try รข ^ + a ;-)
Can't seem to get the python code to work anymore, I am absolutely perplexed.
I did this all day yesterday no problem, so I know how to do it. But now when I run the python script on either Codepad or Ideone all I get is
"Line 3
SyntaxError: Non-ASCII character '\xe2' in file t.py on line 3, but no encoding declared; see PEP 0263 -- Defining Python Source Code Encodings for details"
I figured something was amiss so I opened up a notepad I still had open from earlier that still had my python code for a weapon that I ran through the python script earlier without any issues and it returned the same syntax error.
Glad to see people getting some use out of my script.
It sounds like you copied one of the multi-byte characters into the script by accident (Maybe the character you used to break the link string?). Python has special requirements for non-ASCII characters in scripts. Just remove all non-ASCII characters and it should work fine.
Failing that, just copy the original version of the script again and use that as the basis![]()