Forum
 
Go Back   D3scene > Hot Games > WoW forum > WoW Tools

[PC] WoW Character Randomizer

This is a discussion on [PC] WoW Character Randomizer within the WoW Tools forum part of the WoW forum category; Im removing this as well because you are all unappreciative noobs with no intelligence to speak of, go have fun ...

Welcome on D3scene.com! Make sure to register - it's free and very quick! You have to register before you can post and participate in our discussions with 35000 other registered members. Downloads, user profiles and some forums can only be seen by registered members. After you create your free account you will be able to customize many options, you will have the full access to new hacks, latest cheats and last but not least will see no advertisements at all. We would love to see you around in our community!
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 11-02-2007, 01:03 AM
Wannabe Member
 
Join Date: Nov 2007
Posts: 10
Reputation: 1
Rep Power: 2
Gothian is an unknown quantity at this point
[PC] WoW Character Randomizer

Im removing this as well because you are all unappreciative noobs with no intelligence to speak of, go have fun believing that the stat changer works. Fucktards.

Last edited by Gothian; 12-16-2007 at 03:26 PM.
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
  #2  
Old 11-02-2007, 06:16 PM
Nexusg7's Avatar
Advanced Hacker
 
Join Date: Feb 2007
Location: Portland
Posts: 260
Reputation: 92
Rep Power: 2
Nexusg7 will become famous soon enough
Send a message via AIM to Nexusg7 Send a message via MSN to Nexusg7
There is a function on WoW that will randomly generate your looks and charecter name.

Whats different in this program compaired to that function?
Reply With Quote
  #3  
Old 11-02-2007, 06:20 PM
Wannabe Member
 
Join Date: Nov 2007
Posts: 10
Reputation: 1
Rep Power: 2
Gothian is an unknown quantity at this point
this generates Race/Class
Reply With Quote
  #4  
Old 11-02-2007, 06:36 PM
Ganom's Avatar
1337
 
Join Date: Aug 2007
Location: No where, but somewhere
Posts: 1,035
Reputation: 527
Rep Power: 4
Ganom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of light
Send a message via MSN to Ganom Send a message via Yahoo to Ganom
AhnLab-V3 2007.11.3.0 2007.11.02 -
AntiVir 7.6.0.30 2007.11.02 -
Authentium 4.93.8 2007.11.01 -
Avast 4.7.1074.0 2007.11.02 -
AVG 7.5.0.503 2007.11.02 -
BitDefender 7.2 2007.11.02 -
CAT-QuickHeal 9.00 2007.11.02 -
ClamAV 0.91.2 2007.11.02 -
DrWeb 4.44.0.09170 2007.11.02 -
eSafe 7.0.15.0 2007.10.28 -
eTrust-Vet 31.2.5262 2007.11.02 -
Ewido 4.0 2007.11.02 -
FileAdvisor 1 2007.11.02 -
Fortinet 3.11.0.0 2007.10.19 -
F-Prot 4.4.2.54 2007.11.02 -
F-Secure 6.70.13030.0 2007.11.02 -
Ikarus T3.1.1.12 2007.11.02 -
Kaspersky 7.0.0.125 2007.11.02 -
McAfee 5155 2007.11.02 -
Microsoft 1.2908 2007.11.02 -
NOD32v2 2634 2007.11.02 -
Norman 5.80.02 2007.11.02 -
Panda 9.0.0.4 2007.11.02 -
Rising 20.16.42.00 2007.11.02 -
Sophos 4.23.0 2007.11.02 Suspicious File
Sunbelt 2.2.907.0 2007.11.02 -
Symantec 10 2007.11.02 -
TheHacker 6.2.9.110 2007.10.27 -
VBA32 3.12.2.4 2007.11.02 -
VirusBuster 4.3.26:9 2007.11.01 -

I would download it just be careful of the suspicious file
Reply With Quote
  #5  
Old 11-02-2007, 07:45 PM
Wannabe Member
 
Join Date: Nov 2007
Posts: 10
Reputation: 1
Rep Power: 2
Gothian is an unknown quantity at this point
Suspicious file?!?! >.<

The only things in there are .BMPs for all the images. And heres the sourcecode:

Code:
Imports System.Drawing.Color

Public Class frmMain

#Region "Declares"

    Dim RandomClass As New Random()
    Private BC As Boolean = True
    Private generated As Boolean = False
    Private generating As Boolean = False
    Private faction As Integer

#End Region

#Region " ClientAreaMove Handling "
    Const WM_NCHITTEST As Integer = &H84
    Const HTCLIENT As Integer = &H1
    Const HTCAPTION As Integer = &H2
    Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
        Select Case m.Msg
            Case WM_NCHITTEST
                MyBase.WndProc(m)
                If m.Result = HTCLIENT Then m.Result = HTCAPTION
                'If m.Result.ToInt32 = HTCLIENT Then m.Result = IntPtr.op_Explicit(HTCAPTION) 'Try this in VS.NET 2002/2003 if the latter line of code doesn't do it... thx to Suhas for the tip.
            Case Else
                'Make sure you pass unhandled messages back to the default message handler.
                MyBase.WndProc(m)
        End Select
    End Sub
#End Region

#Region "Functions"

    Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        PicHordeFlag.Image = Transparent(My.Resources.HordeFlag)
        PicReset.Image = Transparent(My.Resources.Reset)
    End Sub

    Private Function Transparent(ByVal image As System.Drawing.Bitmap)
        image.MakeTransparent(Color.FromArgb(0, 255, 0, 255)) '(Alpha, Red, Green, Blue)
        Transparent = image
    End Function

    Private Sub GenerateCharacter(ByVal sex As Integer)
        Dim RaceInt As Integer
        Dim ClassInt As Integer
        Dim TempInt(5) As Integer

        generating = True

        If BC = True Then
            RaceInt = RandomNumber(1, 6)
        Else
            RaceInt = RandomNumber(1, 5)
        End If

        ClassInt = RandomNumber(1, 10)

        If sex = 1 Then
            If faction = 1 Then
                Select Case RaceInt
                    Case Is = 1
                        PicIcon1.Image = Transparent(My.Resources.HumanMale)
                        Do While ClassInt = 4 Or ClassInt = 5 Or ClassInt = 6
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 2
                        PicIcon1.Image = Transparent(My.Resources.DwarfMale)
                        Do While ClassInt = 2 Or ClassInt = 4 Or ClassInt = 6 Or ClassInt = 8
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 3
                        PicIcon1.Image = Transparent(My.Resources.GnomeMale)
                        Do While ClassInt = 4 Or ClassInt = 5 Or ClassInt = 6 Or ClassInt = 7 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 4
                        PicIcon1.Image = Transparent(My.Resources.NightElfMale)
                        Do While ClassInt = 2 Or ClassInt = 6 Or ClassInt = 8 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 5
                        PicIcon1.Image = Transparent(My.Resources.DraeniMale)
                        Do While ClassInt = 3 Or ClassInt = 4 Or ClassInt = 8
                            ClassInt = RandomNumber(1, 10)
                        Loop
                End Select
            Else
                Select Case RaceInt
                    Case Is = 1
                        PicIcon1.Image = Transparent(My.Resources.TaurenMale)
                        Do While ClassInt = 2 Or ClassInt = 3 Or ClassInt = 7 Or ClassInt = 8 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 2
                        PicIcon1.Image = Transparent(My.Resources.UndeadMale)
                        Do While ClassInt = 4 Or ClassInt = 5 Or ClassInt = 6 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 3
                        PicIcon1.Image = Transparent(My.Resources.TrollMale)
                        Do While ClassInt = 4 Or ClassInt = 9 Or ClassInt = 8
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 4
                        PicIcon1.Image = Transparent(My.Resources.OrcMale)
                        Do While ClassInt = 2 Or ClassInt = 4 Or ClassInt = 7 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 5
                        PicIcon1.Image = Transparent(My.Resources.BloodElfMale)
                        Do While ClassInt = 1 Or ClassInt = 4 Or ClassInt = 6
                            ClassInt = RandomNumber(1, 10)
                        Loop
                End Select
            End If
        Else
            If faction = 1 Then
                Select Case RaceInt
                    Case Is = 1
                        PicIcon1.Image = Transparent(My.Resources.HumanFemale)
                        Do While ClassInt = 4 Or ClassInt = 5 Or ClassInt = 6
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 2
                        PicIcon1.Image = Transparent(My.Resources.DwarfFemale)
                        Do While ClassInt = 2 Or ClassInt = 4 Or ClassInt = 6 Or ClassInt = 8
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 3
                        PicIcon1.Image = Transparent(My.Resources.GnomeFemale)
                        Do While ClassInt = 4 Or ClassInt = 5 Or ClassInt = 6 Or ClassInt = 7 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 4
                        PicIcon1.Image = Transparent(My.Resources.NightElfFemale)
                        Do While ClassInt = 2 Or ClassInt = 6 Or ClassInt = 8 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 5
                        PicIcon1.Image = Transparent(My.Resources.DraeniFemale)
                        Do While ClassInt = 3 Or ClassInt = 4 Or ClassInt = 8
                            ClassInt = RandomNumber(1, 10)
                        Loop
                End Select
            Else
                Select Case RaceInt
                    Case Is = 1
                        PicIcon1.Image = Transparent(My.Resources.TaurenFemale)
                        Do While ClassInt = 2 Or ClassInt = 3 Or ClassInt = 7 Or ClassInt = 8 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 2
                        PicIcon1.Image = Transparent(My.Resources.UndeadFemale)
                        Do While ClassInt = 4 Or ClassInt = 5 Or ClassInt = 6 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 3
                        PicIcon1.Image = Transparent(My.Resources.TrollFemale)
                        ClassInt = RandomClass.Next(1, 10)
                        Do While ClassInt = 4 Or ClassInt = 9 Or ClassInt = 8
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 4
                        PicIcon1.Image = Transparent(My.Resources.OrcFemale)
                        Do While ClassInt = 4 Or ClassInt = 7 Or ClassInt = 9
                            ClassInt = RandomNumber(1, 10)
                        Loop
                    Case Is = 5
                        PicIcon1.Image = Transparent(My.Resources.BloodElfFemale)
                        Do While ClassInt = 1 Or ClassInt = 4 Or ClassInt = 6
                            ClassInt = RandomNumber(1, 10)
                        Loop
                End Select
            End If
        End If

        Select Case ClassInt
            Case Is = 1
                PicIcon2.Image = Transparent(My.Resources.Warrior)
            Case Is = 2
                PicIcon2.Image = Transparent(My.Resources.Mage)
            Case Is = 3
                PicIcon2.Image = Transparent(My.Resources.Rogue)
            Case Is = 4
                PicIcon2.Image = Transparent(My.Resources.Druid)
            Case Is = 5
                PicIcon2.Image = Transparent(My.Resources.Hunter)
            Case Is = 6
                PicIcon2.Image = Transparent(My.Resources.Shaman)
            Case Is = 7
                PicIcon2.Image = Transparent(My.Resources.Priest)
            Case Is = 8
                PicIcon2.Image = Transparent(My.Resources.Warlock)
            Case Is = 9
                PicIcon2.Image = Transparent(My.Resources.Paladin)
        End Select

        lblMain.Text = "Character Generated!"
        generated = True
        generating = False
        RaceInt = 0
        ClassInt = 0

    End Sub

    Private Function RandomNumber(ByVal low As Integer, ByVal high As Integer)
        Dim i As Integer
        Dim tempint(10) As Integer

        tempint(0) = RandomClass.Next(low, high)
        tempint(1) = RandomClass.Next(low, high)
        tempint(2) = RandomClass.Next(low, high)
        tempint(3) = RandomClass.Next(low, high)
        tempint(4) = RandomClass.Next(low, high)
        tempint(5) = RandomClass.Next(low, high)
        tempint(6) = RandomClass.Next(low, high)
        tempint(7) = RandomClass.Next(low, high)
        tempint(8) = RandomClass.Next(low, high)
        tempint(9) = RandomClass.Next(low, high)
        i = RandomClass.Next(0, 10)

        RandomNumber = tempint(i)

        For i = 0 To UBound(tempint)
            tempint(i) = 0
        Next

    End Function

#End Region

#Region "Mouse Event Handlers"

    Private Sub PicHordeFlag_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicHordeFlag.Click
        PicHordeFlag.Visible = False
        PicAllianceFlag.Visible = False
        PicIcon1.Image = Transparent(My.Resources.Male)
        PicIcon2.Image = Transparent(My.Resources.Female)
        faction = 2
        PicIcon1.Enabled = True
        PicIcon2.Enabled = True
        PicIcon1.Visible = True
        PicIcon2.Visible = True
        lblMain.Text = "Choose A Sex"
    End Sub

    Private Sub PicAllianceFlag_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicAllianceFlag.Click
        PicHordeFlag.Visible = False
        PicAllianceFlag.Visible = False
        PicIcon1.Image = Transparent(My.Resources.Male)
        PicIcon2.Image = Transparent(My.Resources.Female)
        faction = 1
        PicIcon1.Enabled = True
        PicIcon2.Enabled = True
        PicIcon1.Visible = True
        PicIcon2.Visible = True
        lblMain.Text = "Choose A Sex"
    End Sub

    Private Sub PicReset_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicReset.Click
        PicHordeFlag.Visible = True
        PicAllianceFlag.Visible = True
        PicIcon1.Visible = False
        PicIcon2.Visible = False
        lblMain.Text = "Choose A Faction"
        generated = False
    End Sub

    Private Sub PicAllianceFlag_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicAllianceFlag.MouseEnter
        PicAllianceFlag.Image = My.Resources.AllianceFlagMouseOver
    End Sub

    Private Sub PicAllianceFlag_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicAllianceFlag.MouseLeave
        PicAllianceFlag.Image = My.Resources.AllianceFlag
    End Sub

    Private Sub PicAllianceFlag_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicAllianceFlag.MouseDown
        PicAllianceFlag.Image = My.Resources.AllianceFlagMouseDown
    End Sub

    Private Sub PicAllianceFlag_MouseUp(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicAllianceFlag.MouseUp
        PicAllianceFlag.Image = My.Resources.AllianceFlagMouseOver
    End Sub

    Private Sub PicClose_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicClose.MouseEnter
        PicClose.Image = My.Resources.CloseButtonMouseOver
    End Sub

    Private Sub PicClose_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicClose.MouseLeave
        PicClose.Image = My.Resources.CloseButton
    End Sub

    Private Sub PicClose_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicClose.MouseDown
        PicClose.Image = My.Resources.CloseButtonMouseDown
    End Sub

    Private Sub PicClose_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicClose.Click
        Me.Close()
    End Sub

    Private Sub PicHordeFlag_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicHordeFlag.MouseEnter
        PicHordeFlag.Image = Transparent(My.Resources.HordeFlagMouseOver)
    End Sub

    Private Sub PicHordeFlag_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicHordeFlag.MouseLeave
        PicHordeFlag.Image = Transparent(My.Resources.HordeFlag)
    End Sub

    Private Sub PicHordeFlag_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicHordeFlag.MouseDown
        PicHordeFlag.Image = Transparent(My.Resources.HordeFlagMouseDown)
    End Sub

    Private Sub PicHordeFlag_MouseUp(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicHordeFlag.MouseUp
        PicHordeFlag.Image = Transparent(My.Resources.HordeFlagMouseOver)
    End Sub

    Private Sub PicIcon1_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicIcon1.MouseEnter
        If PicIcon1.Image.ToString = My.Resources.Male.ToString Then
            If generated = False Then
                PicIcon1.Image = Transparent(My.Resources.MaleMouseOver)
            End If
        End If
    End Sub

    Private Sub PicIcon1_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicIcon1.MouseLeave
        If PicIcon1.Image.ToString = My.Resources.MaleMouseOver.ToString Then
            If generated = False Then
                PicIcon1.Image = Transparent(My.Resources.Male)
            End If
        End If
    End Sub

    Private Sub PicIcon2_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicIcon2.MouseEnter
        If PicIcon2.Image.ToString = My.Resources.Female.ToString Then
            If generated = False Then
                PicIcon2.Image = Transparent(My.Resources.FemaleMouseOver)
            End If
        End If
    End Sub

    Private Sub PicIcon2_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicIcon2.MouseLeave
        If PicIcon2.Image.ToString = My.Resources.FemaleMouseOver.ToString Then
            If generated = False Then
                PicIcon2.Image = Transparent(My.Resources.Female)
            End If
        End If
    End Sub

    Private Sub PicIcon1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicIcon1.MouseDown
        If generating = False Then
            If PicIcon1.Image.ToString = My.Resources.MaleMouseOver.ToString Then
                'If generated = False Then
                PicIcon1.Image = Transparent(My.Resources.MaleMouseDown)
                '    End If
            End If
        End If
    End Sub

    Private Sub PicIcon2_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicIcon2.MouseDown
        If generating = False Then
            If PicIcon2.Image.ToString = My.Resources.FemaleMouseOver.ToString Then
                'If generated = False Then
                PicIcon2.Image = Transparent(My.Resources.FemaleMouseDown)
                'End If
            End If
        End If
    End Sub

    Private Sub PicReset_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicReset.MouseEnter
        PicReset.Image = Transparent(My.Resources.ResetMouseOver)
    End Sub

    Private Sub PicReset_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PicReset.MouseLeave
        PicReset.Image = Transparent(My.Resources.Reset)
    End Sub

    Private Sub PicReset_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicReset.MouseDown
        PicReset.Image = Transparent(My.Resources.ResetMouseDown)
    End Sub

    Private Sub PicReset_MouseUp(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicReset.MouseUp
        PicReset.Image = Transparent(My.Resources.Reset)
    End Sub

    Private Sub chkBC_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkBC.CheckedChanged
        If chkBC.Checked = True Then
            BC = True
        Else
            BC = False
        End If
    End Sub

    Private Sub PicIcon1_MouseUp(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicIcon1.MouseUp
        If generating = False Then
            GenerateCharacter(1)
        End If
    End Sub

    Private Sub PicIcon2_MouseUp(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PicIcon2.MouseUp
        If generating = False Then
            GenerateCharacter(2)
        End If
    End Sub

#End Region

End Class
Reply With Quote
  #6  
Old 11-02-2007, 07:50 PM
Ganom's Avatar
1337
 
Join Date: Aug 2007
Location: No where, but somewhere
Posts: 1,035
Reputation: 527
Rep Power: 4
Ganom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of light
Send a message via MSN to Ganom Send a message via Yahoo to Ganom
Hey i'm not the holder of the scaning device it might just be a error.
Reply With Quote
  #7  
Old 11-02-2007, 07:57 PM
Wannabe Member
 
Join Date: Nov 2007
Posts: 10
Reputation: 1
Rep Power: 2
Gothian is an unknown quantity at this point
I hate having my stuff scan dirty, even if its just suspicious >.< I dont write malware anymore. (Its been years since I wrote a trojan, I got busted and never did it again)
Reply With Quote
  #8  
Old 11-02-2007, 08:06 PM
Ganom's Avatar
1337
 
Join Date: Aug 2007
Location: No where, but somewhere
Posts: 1,035
Reputation: 527
Rep Power: 4
Ganom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of light
Send a message via MSN to Ganom Send a message via Yahoo to Ganom
hey can you make a diablo II program?
Reply With Quote
  #9  
Old 11-02-2007, 11:24 PM
Wannabe Member
 
Join Date: Nov 2007
Posts: 10
Reputation: 1
Rep Power: 2
Gothian is an unknown quantity at this point
Quote:
Originally Posted by XaooaX View Post
hey can you make a diablo II program?
Such as?
Reply With Quote
  #10  
Old 11-02-2007, 11:39 PM
Toxik's Avatar
/b/
 
Join Date: Apr 2007
Location: Ohio
Posts: 1,839
Blog Entries: 1
Reputation: 738
Rep Power: 5
Toxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to behold
Send a message via AIM to Toxik
There's no viruses. I ensure thee!
Reply With Quote
  #11  
Old 11-02-2007, 11:42 PM
Volund's Avatar
Special

 
Join Date: May 2007
Location: in my own pants...
Posts: 4,837
Blog Entries: 2
Reputation: 1125
Rep Power: 9
Volund has much to be proud ofVolund has much to be proud ofVolund has much to be proud ofVolund has much to be proud ofVolund has much to be proud ofVolund has much to be proud ofVolund has much to be proud ofVolund has much to be proud ofVolund has much to be proud of
Send a message via MSN to Volund
Quote:
Originally Posted by Gothian View Post
Such as?
i think he means the same kind of idea for diablo 2
Reply With Quote
  #12  
Old 11-03-2007, 12:04 AM
Ganom's Avatar
1337
 
Join Date: Aug 2007
Location: No where, but somewhere
Posts: 1,035
Reputation: 527
Rep Power: 4
Ganom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of light
Send a message via MSN to Ganom Send a message via Yahoo to Ganom
like can you make a thing that makes charms?
Reply With Quote
  #13  
Old 11-03-2007, 12:06 AM
Toxik's Avatar
/b/
 
Join Date: Apr 2007
Location: Ohio
Posts: 1,839
Blog Entries: 1
Reputation: 738
Rep Power: 5
Toxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to behold
Send a message via AIM to Toxik
Makes Charms, XaooaX? Make them yourself in Hero Editor. Hex is required, go learn it. I used to know Hex, now I'm completely dumbfounded and all I can do is make items with nothing custom on them like 'nState'.
Reply With Quote
  #14  
Old 11-03-2007, 12:07 AM
Ganom's Avatar
1337
 
Join Date: Aug 2007
Location: No where, but somewhere
Posts: 1,035
Reputation: 527
Rep Power: 4
Ganom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of light
Send a message via MSN to Ganom Send a message via Yahoo to Ganom
LOL hey toxik wanna get on open b-net?
Reply With Quote
  #15  
Old 11-03-2007, 12:24 AM
Toxik's Avatar
/b/
 
Join Date: Apr 2007
Location: Ohio
Posts: 1,839
Blog Entries: 1
Reputation: 738
Rep Power: 5
Toxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to behold
Send a message via AIM to Toxik
Get on MSN

:=
Reply With Quote
  #16  
Old 11-03-2007, 12:25 AM
Ganom's Avatar
1337
 
Join Date: Aug 2007
Location: No where, but somewhere
Posts: 1,035
Reputation: 527
Rep Power: 4
Ganom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of light
Send a message via MSN to Ganom Send a message via Yahoo to Ganom
my msn doesnt work where i'm at for some reason =/
Reply With Quote
  #17  
Old 11-03-2007, 12:42 AM
Toxik's Avatar
/b/
 
Join Date: Apr 2007
Location: Ohio
Posts: 1,839
Blog Entries: 1
Reputation: 738
Rep Power: 5
Toxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to beholdToxik is a splendid one to behold
Send a message via AIM to Toxik
Uhh join USEast channel Op Toxik(SoD)
Reply With Quote
  #18  
Old 11-03-2007, 12:59 AM
Ganom's Avatar
1337
 
Join Date: Aug 2007
Location: No where, but somewhere
Posts: 1,035
Reputation: 527
Rep Power: 4
Ganom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of lightGanom is a glorious beacon of light
Send a message via MSN to Ganom Send a message via Yahoo to Ganom
i'm in it but where rr u?
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump