Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jablay01

#1
Quote from: Blintux on September 20, 2011, 04:31:56 PM
Cheers! I successfully added some cool item to my character :)
http://img534.imageshack.us/img534/379/screenshot003wx.jpg

That's how?

- Open "D3Shap/Core/Toons/Toon.cs" in MS Visual C# 2010
- You can find some item ID here: http://forums.penny-arcade.com/discussion/comment/20429143#Comment_20429143
- Replace ".SetGbid(0)" lines to: ".SetGbid( (int)StringHashHelper.HashString2("YOUR_ITEM_ID") )"
  (such as the existing helm or mace)
- Complie and see the result :)

Apart from that, all you can do is just exploring isn't it?
#2
Quote from: ardion on September 20, 2011, 03:33:24 PM
for those experiencing crashing at char selection try the following:

Click Start and then Control Panel
Click View network status and tasks
Click Change adapter settings on the left portion of the Window.
Double-click the icon for the Internet connection you're using. Often this will be labeled "Local Area Connection" or the name of your ISP. If you have multiple connections, make sure not to click the one with the red X.
Click the Properties button.
Uncheck Internet Protocol Version 6 (TCP/IPv6)
Select (highlight) Internet Protocol Version 4 (TCP/IPv4)
Click Properties.
Click Use the following DNS server addresses:
In the "Preferred DNS server" field type 8 - 8 - 8 - 8 (This is Googles free DNS)
In the "Alternate DNS server" field type 8 - 8 - 4 - 4

I was having this problem, tried this and it fixed mine so give it a whirl

Thanks for the fixx