19935 lines
642 KiB
Text
19935 lines
642 KiB
Text
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
ERIC'S CODE LIST + OTHERS
|
|||
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
base.localAvatar.numPies = 99
|
|||
|
|
|||
|
----------------CONTROL COLOR OF GLOVES-------
|
|||
|
TTGloves = base.localAvatar.findAllMatches('**/hands')
|
|||
|
base.accept('f1', TTGloves.setColor, [255,0,0])
|
|||
|
base.accept('f2', TTGloves.setColor, [1,0,1])
|
|||
|
base.accept('f3', TTGloves.setColor, [0,0,1])
|
|||
|
base.accept('f4', TTGloves.setColor, [0.5,000,0.520,0.2220])
|
|||
|
base.accept('f5', TTGloves.setColor, [1,1,1])
|
|||
|
base.accept('f6', TTGloves.setColor, [0,1,0])
|
|||
|
base.accept('f7', TTGloves.setColor, [0,0,0])
|
|||
|
base.accept('f8', TTGloves.setColor, [0.0,0.8,7.03])
|
|||
|
base.accept('f9', TTGloves.setColor, [0.87,0.3,0.3])
|
|||
|
base.accept('f10', TTGloves.setColor, [8,1,0,3,0])
|
|||
|
base.accept('f11', TTGloves.setColor, [1.999,0.4,0.2220])
|
|||
|
base.accept('f12', TTGloves.setColor, [0.111,0.5,0.2224])
|
|||
|
|
|||
|
--------------------CONTROL COLOR OF SHIRT-------
|
|||
|
TTShirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
base.accept('f1', TTShirt.setColor, [255,0,0])
|
|||
|
base.accept('f2', TTShirt.setColor, [1,0,1])
|
|||
|
base.accept('f3', TTShirt.setColor, [0,0,1])
|
|||
|
base.accept('f4', TTShirt.setColor, [0.5,000,0.520,0.2220])
|
|||
|
base.accept('f5', TTShirt.setColor, [1,1,1])
|
|||
|
base.accept('f6', TTShirt.setColor, [0,1,0])
|
|||
|
base.accept('f7', TTShirt.setColor, [0,0,0])
|
|||
|
base.accept('f8', TTShirt.setColor, [0.0,0.8,7.03])
|
|||
|
base.accept('f9', TTShirt.setColor, [0.87,0.3,0.3])
|
|||
|
base.accept('f10', TTShirt.setColor, [8,1,0,3,0])
|
|||
|
base.accept('f11', TTShirt.setColor, [1.999,0.4,0.2220])
|
|||
|
base.accept('f12', TTShirt.setColor, [0.111,0.5,0.2224])
|
|||
|
|
|||
|
-------------------CONTROL COLOR OF PANTS--------
|
|||
|
|
|||
|
TTShorts = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
base.accept('f1', TTShorts.setColor, [255,0,0])
|
|||
|
base.accept('f2', TTShorts.setColor, [1,0,1])
|
|||
|
base.accept('f3', TTShorts.setColor, [0,0,1])
|
|||
|
base.accept('f4', TTShorts.setColor, [0.5,000,0.520,0.2220])
|
|||
|
base.accept('f5', TTShorts.setColor, [1,1,1])
|
|||
|
base.accept('f6', TTShorts.setColor, [0,1,0])
|
|||
|
base.accept('f7', TTShorts.setColor, [0,0,0])
|
|||
|
base.accept('f8', TTShorts.setColor, [0.0,0.8,7.03])
|
|||
|
base.accept('f9', TTShorts.setColor, [0.87,0.3,0.3])
|
|||
|
base.accept('f10', TTShorts.setColor, [8,1,0,3,0])
|
|||
|
base.accept('f11', TTShorts.setColor, [1.999,0.4,0.2220])
|
|||
|
base.accept('f12', TTShorts.setColor, [0.111,0.5,0.2224])
|
|||
|
|
|||
|
-------------CONTROL COLOR OF FEET------------
|
|||
|
|
|||
|
TTFeet = base.localAvatar.findAllMatches('**/feet')
|
|||
|
base.accept('f1', TTFeet.setColor, [255,0,0])
|
|||
|
base.accept('f2', TTFeet.setColor, [1,0,1])
|
|||
|
base.accept('f3', TTFeet.setColor, [0,0,1])
|
|||
|
base.accept('f4', TTFeet.setColor, [0.5,000,0.520,0.2220])
|
|||
|
base.accept('f5', TTFeet.setColor, [1,1,1])
|
|||
|
base.accept('f6', TTFeet.setColor, [0,1,0])
|
|||
|
base.accept('f7', TTFeet.setColor, [0,0,0])
|
|||
|
base.accept('f8', TTFeet.setColor, [0.0,0.8,7.03])
|
|||
|
base.accept('f9', TTFeet.setColor, [0.87,0.3,0.3])
|
|||
|
base.accept('f10', TTFeet.setColor, [8,1,0,3,0])
|
|||
|
base.accept('f11', TTFeet.setColor, [1.999,0.4,0.2220])
|
|||
|
base.accept('f12', TTFeet.setColor, [0.111,0.5,0.2224])
|
|||
|
|
|||
|
--------CONTROL COLOR OF SLEEVES---------------
|
|||
|
|
|||
|
TTSleeve = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
base.accept('f1', TTSleeve.setColor, [255,0,0])
|
|||
|
base.accept('f2', TTSleeve.setColor, [1,0,1])
|
|||
|
base.accept('f3', TTSleeve.setColor, [0,0,1])
|
|||
|
base.accept('f4', TTSleeve.setColor, [0.5,000,0.520,0.2220])
|
|||
|
base.accept('f5', TTSleeve.setColor, [1,1,1])
|
|||
|
base.accept('f6', TTSleeve.setColor, [0,1,0])
|
|||
|
base.accept('f7', TTSleeve.setColor, [0,0,0])
|
|||
|
base.accept('f8', TTSleeve.setColor, [0.0,0.8,7.03])
|
|||
|
base.accept('f9', TTSleeve.setColor, [0.87,0.3,0.3])
|
|||
|
base.accept('f10', TTSleeve.setColor, [8,1,0,3,0])
|
|||
|
base.accept('f11', TTSleeve.setColor, [1.999,0.4,0.2220])
|
|||
|
base.accept('f12', TTSleeve.setColor, [0.111,0.5,0.2224])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f7',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed=100
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce=100
|
|||
|
base.localAvatar.setSystemMessage(0, 'Super Speed and Super Jump Activated')
|
|||
|
c = Control()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('1',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
c = Control()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('2',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.cr.sendSetZoneMsg(2010)
|
|||
|
c = Control()
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setSCResistance(201, nearbyToons=[286531738, 235326465])
|
|||
|
|
|||
|
base.Disconnect('20.20.20')322374messenger.send('<<name/toonid.toonip>>')
|
|||
|
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_10/maps/BlackWhiteChecks.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.25,0.25,0.3) - Black Cat Color
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.345,0.545,0.4545) - Army Green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.555,0.429,0.2224) - Bronze Gold
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.5,0.18) - Orange
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.5,000,0.520,0.2220) - Purple
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.777,0.429,0.2224) - Tan
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1.111,0.963,0.5694) - Cream Yellow
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(2500,0,0) - Red
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.999,0.888,0.2224) - Yellow
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.111,0.5,0.2224) - Money Green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)# - red
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.96,0.7,0.7)# - pink
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.44,1)# - pinkish
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.86,0.4,0.42)# - pink 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.69,0.29,0.95)# - purple
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.44,0,1)# - neon purple
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.4,1,0.4)# - green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.44,1,0)# - neon green 1
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.0,1.0,0.0)# - neon green 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.2,0.3,0.11)# - rusty green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.82,0.32)# - lime green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.95,0.3)# - yellow
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.28,0.33,0.73)# - dark blue
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.3,0.64,0.85)# - blue
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.44,1,1)# - blue 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.43,0.9,0.84)# - blue 3
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0.44,1)# - weird blue
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0.44,0.44)# - rusty aqua
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.5,0.18)# - orange
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,1,0.57)# - cream
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.55,1)# - perwinkle
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.70,0.70,0.70)# - gray
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1.0,1.0,1.0)# - white
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.20,0.20,0.3)# - black
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0,0.4)# - ink
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.38,0.72,0.72)# - aqua
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,1,0.85)# - aqua 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.62,0.26,0.36)# - red, pinkish
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,0,0.1)# - rusty red, pinkish
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.64,0.35,0.27)# - brown
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.72,1,0.36)# - olive
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.57,0.45,0.16)# - swamp
|
|||
|
|
|||
|
|
|||
|
------- READY TO RAID -------
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg()
|
|||
|
base.accept('f6', base.localAvatar.collisionsOff, [])
|
|||
|
base.accept('f7', base.localAvatar.collisionsOn, [])
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setPos(0,0,14)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setHpr(0,0,180)
|
|||
|
|
|||
|
|
|||
|
-----------RAID TROLLEY-------
|
|||
|
|
|||
|
zone = base.localAvatar.getZoneId()
|
|||
|
zone = str(zone)
|
|||
|
base.localAvatar.setSystemMessage(1, zone)
|
|||
|
|
|||
|
then
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(260251)
|
|||
|
|
|||
|
|
|||
|
-----RAID GOLF--------------
|
|||
|
|
|||
|
zone = base.localAvatar.getZoneId()
|
|||
|
zone = str(zone)
|
|||
|
base.localAvatar.setSystemMessage(1, zone) - GET ZONE
|
|||
|
|
|||
|
then
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(660251)
|
|||
|
|
|||
|
|
|||
|
-----RAID RACE--------------
|
|||
|
|
|||
|
zone = base.localAvatar.getZoneId()
|
|||
|
zone = str(zone)
|
|||
|
base.localAvatar.setSystemMessage(1, zone) - GET ZONE
|
|||
|
|
|||
|
then
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(860251)
|
|||
|
|
|||
|
|
|||
|
----------TESTING ACCESS------
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = ""
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = ""
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = ""
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
base.localAvatar.setSystemMessage(0,'All Pet Tricks Activated')
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = ""
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
base.localAvatar.setSystemMessage(0,'Teleport Anywhere Activated')
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = ""
|
|||
|
textObject.setText(bk_text)
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
base.localAvatar.setSystemMessage(0,'Membership Activated')
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("Pet T.", "pet t.", "pet t.", "Pet T."), scale=.07, pos = (-.98,-0,-.95), command=setText1)
|
|||
|
b2 = DirectButton(text = ("Teleport", "teleport", "teleport", "Teleport"), scale=.07, pos = (-.8,-0,-.85), command=setText2)
|
|||
|
b4 = DirectButton(text = ("Member", "member", "member", "Member"), scale=.07, pos = (-.6,-0,-.95), command=setText4)
|
|||
|
|
|||
|
while var is 1:
|
|||
|
base.accept("control", normal1, [])
|
|||
|
|
|||
|
|
|||
|
-----------
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
base.cr.sendSetZoneMsg(2010) - Whisper but others dont't see
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(0,'We Are Team Dream') - WHISPERS
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.find('**/head').setColor(0.25,0.25,0.3)
|
|||
|
base.localAvatar.find('**/head-front').setColor(0.25,0.25,0.3)
|
|||
|
base.localAvatar.find('**/neck').setColor(0.25,0.25,0.3)
|
|||
|
base.localAvatar.find('**/arms').removeNode()
|
|||
|
base.localAvatar.find('**/arms').removeNode()
|
|||
|
base.localAvatar.find('**/arms').setColor(0.25,0.25,0.3)
|
|||
|
base.localAvatar.find('**/legs').removeNode()
|
|||
|
base.localAvatar.find('**/legs').removeNode()
|
|||
|
base.localAvatar.find('**/legs').setColor(0.25,0.25,0.3)
|
|||
|
base.localAvatar.find('**/feet').removeNode()
|
|||
|
base.localAvatar.find('**/feet').removeNode()
|
|||
|
base.localAvatar.find('**/feet').setColor(0.25,0.25,0.3)
|
|||
|
base.localAvatar.find('**/feet').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6]) - Doodle Phrases
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
messenger.send('purchaseDone-637543152') - Man Skirt
|
|||
|
messenger.send('purchaseDone-286555856') - Man Skit ( By Stella )
|
|||
|
messenger.send('purchaseDone-285976095') - my id
|
|||
|
messenger.send('closetAsleep')
|
|||
|
|
|||
|
------------------------MINE-------------------
|
|||
|
base.accept("f1", base.localAvatar.b_setAnimState, ['Squish'])
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['ScientistEmcee'])
|
|||
|
base.accept("f3", base.localAvatar.b_setAnimState, ['TeleportOut'])
|
|||
|
base.accept("f4", base.localAvatar.b_setAnimState, ['ScientistWork'])
|
|||
|
base.accept("f5", base.localAvatar.b_setAnimState, ['Push'])
|
|||
|
base.accept("f6", base.localAvatar.b_setAnimState, ['FallDown'])
|
|||
|
base.accept("f7", base.localAvatar.b_setAnimState, ['TeleportIn'])
|
|||
|
base.accept("f8", base.localAvatar.b_setAnimState, ['victory'])
|
|||
|
base.accept("f9", base.localAvatar.b_setAnimState, ['swim'])
|
|||
|
base.accept("f10", base.localAvatar.b_setAnimState, ['Sad'])
|
|||
|
base.accept("f11", base.localAvatar.b_setAnimState, ['Died'])
|
|||
|
base.accept("f12", base.localAvatar.b_setAnimState, ['SitStart'])
|
|||
|
|
|||
|
---------------------------FRIENDS-------------------------
|
|||
|
base.accept("f1", base.localAvatar.b_setAnimState, ['SitStart'])
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['swim'])
|
|||
|
base.accept("f3", base.localAvatar.enableBlend, [])
|
|||
|
base.accept("f4", base.localAvatar.disableBlend, [])
|
|||
|
base.accept("f4", base.localAvatar.disableBlend, [])
|
|||
|
base.accept('f5', base.localAvatar.collisionsOff, [])
|
|||
|
base.accept('f6', base.localAvatar.collisionsOn, [])
|
|||
|
base.accept('f7', base.localAvatar.setHpr, [0,0,315])
|
|||
|
base.accept('alt', base.localAvatar.setHpr, [0,0,180])
|
|||
|
base.accept('f9', base.localAvatar.setHpr, [0,0,45])
|
|||
|
base.accept('f10', base.localAvatar.setHpr, [0,0,90])
|
|||
|
base.accept('f11', base.localAvatar.setHpr, [0,0,270])
|
|||
|
base.accept('f12', base.localAvatar.setHpr, [0,0,360])
|
|||
|
base.accept('delete', base.localAvatar.b_setSC, [60673])
|
|||
|
base.accept('insert', base.localAvatar.b_setSC, [60676])
|
|||
|
base.accept('*', base.localAvatar.b_setSC, [60672])
|
|||
|
base.accept('-', base.localAvatar.b_setSC, [60674])
|
|||
|
base.accept('+', base.localAvatar.b_setSC, [60675])
|
|||
|
|
|||
|
---------------FRIENDS HOTKEY FLIPS---------------
|
|||
|
base.accept('f1', base.localAvatar.setHpr, [0,0,315])
|
|||
|
base.accept('f2', base.localAvatar.setHpr, [0,0,45])
|
|||
|
base.accept('f3', base.localAvatar.setHpr, [0,0,90])
|
|||
|
base.accept('f4', base.localAvatar.setHpr, [0,0,-250])
|
|||
|
base.accept('f5', base.localAvatar.setHpr, [0,0,-230])
|
|||
|
base.accept('f6', base.localAvatar.setHpr, [0,0,-210])
|
|||
|
base.accept('f7', base.localAvatar.setHpr, [0,0,-180])
|
|||
|
base.accept('f9', base.localAvatar.setHpr, [0,0,-160])
|
|||
|
base.accept('f10', base.localAvatar.setHpr, [0,0,-140])
|
|||
|
base.accept('f11', base.localAvatar.setHpr, [0,0,-120])
|
|||
|
base.accept('f12', base.localAvatar.setHpr, [0,0,-100])
|
|||
|
base.accept('1', base.localAvatar.setHpr, [0,0,-80])
|
|||
|
base.accept('2', base.localAvatar.setHpr, [0,0,-60])
|
|||
|
base.accept('3', base.localAvatar.setHpr, [0,0,-40])
|
|||
|
base.accept('4', base.localAvatar.setHpr, [0,0,-20])
|
|||
|
base.accept('5', base.localAvatar.setHpr, [0,0,-0])
|
|||
|
base.accept('6', base.localAvatar.collisionsOff, [])
|
|||
|
base.accept('7', base.localAvatar.collisionsOn, [])
|
|||
|
---------------------HOTKEYS FLIPS------------------
|
|||
|
base.accept('f1', base.localAvatar.setHpr, [0,0,315])
|
|||
|
base.accept('f2', base.localAvatar.setHpr, [0,0,45])
|
|||
|
base.accept('f3', base.localAvatar.setHpr, [0,0,90])
|
|||
|
base.accept('f4', base.localAvatar.setHpr, [0,0,270])
|
|||
|
base.accept('f5', base.localAvatar.setHpr, [0,0,360])
|
|||
|
base.accept('f6', base.localAvatar.setHpr, [0,0,180])
|
|||
|
base.accept('f7', base.localAvatar.setHpr, [0,270,0])
|
|||
|
base.accept('f9', base.localAvatar.collisionsOff, [])
|
|||
|
|
|||
|
------------------HOTKEYS COLLISIONS---------
|
|||
|
base.accept('f6', base.localAvatar.collisionsOff, [])
|
|||
|
base.accept('f7', base.localAvatar.collisionsOn, [])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
199.181.132.250 - Toontowns IP
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
base.localAvatar.setPos(0,-70,40)
|
|||
|
|
|||
|
messenger.send('SCStaticTextMsg', [10002]) - Im Pick'n Chicken!
|
|||
|
messenger.send('SCStaticTextMsg', [20000]) - It's my day off
|
|||
|
messenger.send('SCStaticTextMsg', [20007]) -Im a sucker for toons
|
|||
|
messenger.send('SCStaticTextMsg', [20006]) - Im ready to feast
|
|||
|
messenger.send('SCStaticTextMsg', [10003]) - PHRASES
|
|||
|
messenger.send('SCStaticTextMsg', [20136]) - RAID!
|
|||
|
messenger.send('SCStaticTextMsg', [2]) - No
|
|||
|
messenger.send('SCStaticTextMsg', [1]) - Yes
|
|||
|
messenger.send('SCStaticTextMsg', [4]) - SPEEDCHAT PLUS
|
|||
|
messenger.send('SCStaticTextMsg', [20004]) - Talk to my assistant.
|
|||
|
messenger.send('SCStaticTextMsg', [2000]) - Purple
|
|||
|
messenger.send('SCStaticTextMsg', [2001]) - Blue
|
|||
|
messenger.send('SCStaticTextMsg', [2001]) - Green
|
|||
|
messenger.send('SCStaticTextMsg', [20155]) - Pwned
|
|||
|
messenger.send('SCStaticTextMsg', [20030]) - I haven't been wrong yet
|
|||
|
messenger.send('SCStaticTextMsg', [20030]) - Yes, Im ready for you
|
|||
|
messenger.send('SCStaticTextMsg', [20032]) - Are you posive you want to do this?
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setPos(0,-70,40) - FALL FORM SKY
|
|||
|
base.localAvatar.setPos(0,-10,20) - TTC SKY FALL
|
|||
|
|
|||
|
messenger.send('friendAvatar', [284720681, 'name here', 1])
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f6',self.Control)
|
|||
|
def Control(self):
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.setTurbo(999999)
|
|||
|
c = Control()
|
|||
|
|
|||
|
------------ SKELECOG INVASION----------------
|
|||
|
|
|||
|
cog1 = base.cr.doFindAll("Bottom Feeder")
|
|||
|
for cog1 in base.cr.doFindAll("Bottom Feeder"):
|
|||
|
cog1.setSkelecog(True)
|
|||
|
cog1.setName('Skelecog')
|
|||
|
cog1.displayTalk('')
|
|||
|
cog1.setLevel(6)
|
|||
|
|
|||
|
cog12 = base.cr.doFindAll("Bloodsucker")
|
|||
|
for cog12 in base.cr.doFindAll("Bloodsucker"):
|
|||
|
cog12.setSkelecog(True)
|
|||
|
cog12.setName('Skelecog')
|
|||
|
cog12.displayTalk('')
|
|||
|
cog12.setLevel(6)
|
|||
|
|
|||
|
cog13 = base.cr.doFindAll("Flunky")
|
|||
|
for cog13 in base.cr.doFindAll("Flunky"):
|
|||
|
cog13.setSkelecog(True)
|
|||
|
cog13.setName('Skelecog')
|
|||
|
cog13.displayTalk('')
|
|||
|
cog13.setLevel(6)
|
|||
|
|
|||
|
cog14 = base.cr.doFindAll("Pencil Pusher")
|
|||
|
for cog14 in base.cr.doFindAll("Pencil Pusher"):
|
|||
|
cog14.setSkelecog(True)
|
|||
|
cog14.setName('Skelecog')
|
|||
|
cog14.displayTalk('')
|
|||
|
cog14.setLevel(6)
|
|||
|
|
|||
|
cog15 = base.cr.doFindAll("Cold Caller")
|
|||
|
for cog15 in base.cr.doFindAll("Cold Caller"):
|
|||
|
cog15.setSkelecog(True)
|
|||
|
cog15.setName('Skelecog')
|
|||
|
cog15.displayTalk('')
|
|||
|
cog15.setLevel(6)
|
|||
|
|
|||
|
cog16 = base.cr.doFindAll("Telemarketer")
|
|||
|
for cog16 in base.cr.doFindAll("Telemarketer"):
|
|||
|
cog16.setSkelecog(True)
|
|||
|
cog16.setName('Skelecog')
|
|||
|
cog16.displayTalk('')
|
|||
|
cog16.setLevel(6)
|
|||
|
|
|||
|
cog17 = base.cr.doFindAll("Name Dropper")
|
|||
|
for cog17 in base.cr.doFindAll("Name Dropper"):
|
|||
|
cog17.setSkelecog(True)
|
|||
|
cog17.setName('Skelecog')
|
|||
|
cog17.displayTalk('')
|
|||
|
cog17.setLevel(6)
|
|||
|
|
|||
|
cog18 = base.cr.doFindAll("Short Change")
|
|||
|
for cog18 in base.cr.doFindAll("Short Change"):
|
|||
|
cog18.setSkelecog(True)
|
|||
|
cog18.setName('Skelecog')
|
|||
|
cog18.displayTalk('')
|
|||
|
cog18.setLevel(6)
|
|||
|
|
|||
|
cog189 = base.cr.doFindAll("Yesman")
|
|||
|
for cog189 in base.cr.doFindAll("Yesman"):
|
|||
|
cog189.setSkelecog(True)
|
|||
|
cog189.setName('Skelecog')
|
|||
|
cog189.displayTalk('')
|
|||
|
cog189.setLevel(6)
|
|||
|
|
|||
|
cog19 = base.cr.doFindAll("Two-Face")
|
|||
|
for cog19 in base.cr.doFindAll("Two-Face"):
|
|||
|
cog19.setSkelecog(True)
|
|||
|
cog19.setName('Skelecog')
|
|||
|
cog19.displayTalk('')
|
|||
|
cog19.setLevel(6)
|
|||
|
|
|||
|
cog21 = base.cr.doFindAll("Number Cruncher")
|
|||
|
for cog21 in base.cr.doFindAll("Number Cruncher"):
|
|||
|
cog21.setSkelecog(True)
|
|||
|
cog21.setName('Skelecog')
|
|||
|
cog21.displayTalk('')
|
|||
|
cog21.setLevel(6)
|
|||
|
|
|||
|
cog31 = base.cr.doFindAll("Loan Shark")
|
|||
|
for cog1 in base.cr.doFindAll("Loan Shark"):
|
|||
|
cog31.setSkelecog(True)
|
|||
|
cog31.setName('Skelecog')
|
|||
|
cog31.displayTalk('')
|
|||
|
cog31.setLevel(6)
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def SkeleInv():
|
|||
|
base.localAvatar.setSystemMessage(0,'TOON HQ: There is a Cog Invasion in progress!!!')
|
|||
|
def SkeleInv2():
|
|||
|
base.localAvatar.setSystemMessage(0,'TOON HQ: Skelecogs have taken over Toontown!!!')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(SkeleInv))
|
|||
|
seq.append(Wait(.99))
|
|||
|
seq.append(Func(SkeleInv2))
|
|||
|
seq.append(Wait(.99))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
cogs=base.cr.doFindAll("The Mingler")
|
|||
|
for cogs in cogs: cogs.setSkelecog(True)
|
|||
|
cogs.setName('Freckleslam Slave')
|
|||
|
cogs.displayTalk('Freckleslam Slave at your service')
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
cogs.setTexture(gloves, 1)
|
|||
|
|
|||
|
------------------ FOREVER AWAKE ------------
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
-------------------- DARK RAIN MATCH GLOVES ----------
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0.44,1)#
|
|||
|
|
|||
|
|
|||
|
---------------------- TESTING LAND CODES -------------
|
|||
|
|
|||
|
environ = loader.loadModel('phase_3/models/fonts/Comedy.bam')
|
|||
|
environ.reparentTo(render)
|
|||
|
environ.setPos(0,0,10)
|
|||
|
environ.setHpr(60,0,0)
|
|||
|
environ.setScale(10)
|
|||
|
|
|||
|
|
|||
|
environ = loader.loadModel('phase_3/models/fonts/MickeyFont.bam')
|
|||
|
environ.reparentTo(render)
|
|||
|
environ.setPos(0,0,10)
|
|||
|
environ.setHpr(60,0,0)
|
|||
|
environ.setScale(10)
|
|||
|
|
|||
|
|
|||
|
chairmanelevator = loader.loadModel('phase_10/models/cashbotHQ/ZONE31a.bam')
|
|||
|
chairmanelevator.reparentTo(render)
|
|||
|
chairmanelevator.setPos(-1561,-1030,2350)
|
|||
|
chairmanelevator.setHpr(90,0,0)
|
|||
|
chairmanelevator.setScale(1.75,0.5,2.5)
|
|||
|
chairmanelevator.setColor(0,1,0)
|
|||
|
pandaPosInterval22 = chairmanelevator.posInterval(13,Point3(-1561,-1030,2350),
|
|||
|
startPos=Point3(-1561,-1030,2650))
|
|||
|
pandaPosInterval33 = chairmanelevator.posInterval(13,Point3(-1561,-1030,2650),
|
|||
|
startPos=Point3(-1561,-1030,2350))
|
|||
|
pandaHprInterval11 = chairmanelevator.hprInterval(3,Point3(90,0,0),
|
|||
|
startHpr=Point3(90, 0, 0))
|
|||
|
pandaHprInterval22 = chairmanelevator.hprInterval(3,Point3(90, 0, 0),
|
|||
|
startHpr=Point3(90, 0, 0))
|
|||
|
chairmanelevatorPace5 = Sequence(pandaPosInterval22,
|
|||
|
pandaHprInterval11,
|
|||
|
pandaPosInterval33,
|
|||
|
pandaHprInterval22,
|
|||
|
name="chairmanelevatorPace5")
|
|||
|
chairmanelevatorPace5.loop()
|
|||
|
|
|||
|
----------------------------------------------------------------
|
|||
|
|
|||
|
OTHERS
|
|||
|
|
|||
|
base.localAvatar.setSCResistance(200)
|
|||
|
messenger.send('avatarDetails', [280215860, 'Toon Troop Travis', 1])
|
|||
|
|
|||
|
|
|||
|
--------
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f10',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.setSCResistance(100, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(201, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(1, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(101, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(102, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(103, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(104, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(105, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(106, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(107, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSystemMessage(0, 'JellyBeans,ToonUp and Gags given!,')
|
|||
|
c = Control()
|
|||
|
|
|||
|
|
|||
|
------------ DC TOON -------------
|
|||
|
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
|
|||
|
|
|||
|
dcToon = base.cr.doFindAll("render/King Hector-28706158")
|
|||
|
for dcToon in base.cr.doFindAll("render/King Hector-28706158"):
|
|||
|
dcToon.sendtoGolfCourse(1)
|
|||
|
|
|||
|
|
|||
|
------------------
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f10',self.Control)
|
|||
|
def Control(self):
|
|||
|
messenger.send('clearOutToonInterior')
|
|||
|
c = Control()
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def victory():
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
def jump():
|
|||
|
base.localAvatar.b_setAnimState('jump')
|
|||
|
def jumpEmote():
|
|||
|
base.localAvatar.b_setEmoteState(1,1)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(victory))
|
|||
|
seq.append(Wait(.000000000000000000000000000001))
|
|||
|
seq.append(Func(jump))
|
|||
|
seq.append(Wait(.000000000000000000000000000001))
|
|||
|
seq.append(Func(jumpEmote))
|
|||
|
seq.start()
|
|||
|
onTime() - SKIPPING
|
|||
|
|
|||
|
|
|||
|
localAvatar.b_setAnimState('BananaPeel', -1) - DC DISTRICT
|
|||
|
|
|||
|
base.localAvatar.setPos(0,0,14)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setHpr(0,0,180) - ROOF STANDING ( use inside a house )
|
|||
|
|
|||
|
base.localAvatar.setPos(0,0,4)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setHpr(0,0,180) - FACE TO FACE
|
|||
|
|
|||
|
base.localAvatar.setPos(0,0,8)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setHpr(0,0,180) - FACE TO FACE TTC
|
|||
|
|
|||
|
base.localAvatar.promoteWateringCan(3)
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1 - TELEPORT ANYWHERE
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1 - ron
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2513)
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(255,0,0) - Colored Gloves (RED)
|
|||
|
|
|||
|
messenger.send('gotoAvatar', [275087539, 'Ozzie', 1])
|
|||
|
messenger.send('leaveRace')
|
|||
|
messenger.send('friendAvatar', Aqua dog-id)
|
|||
|
messenger.send('clearOutToonInterior') - WALK THROUGH ALL DOORS
|
|||
|
messenger.send('gardenGame') - garden game
|
|||
|
messenger.send('minigameAbort') - Skip trolley games
|
|||
|
messenger.send('rejectTutorial') - SKP TOON TUTORIAL
|
|||
|
messenger.send('playerDetails', [286051117, 1]) - TOON TRACKER
|
|||
|
messenger.send('avatarDetails', [245681021, 'Meownaise', 1])
|
|||
|
messenger.send('control-arrow_up')
|
|||
|
messenger.send('control-arrow_down')
|
|||
|
messenger.send('control-arrow_left')
|
|||
|
messenger.send('control-arrow_right')
|
|||
|
|
|||
|
messenger.send('PandaRestarted')
|
|||
|
messenger.send('PandaPaused')
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', 3)]) - FAST DANCE
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', .3)]) - SLOW DANCE
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', -.5)]) - BACKWARDS DANCE
|
|||
|
|
|||
|
|
|||
|
base.localAvatar._LocalAvatar__friendOnline(base.localAvatar.doId)
|
|||
|
|
|||
|
- whisper to self
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('. PACK ERRS WON :D!')
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk(' ' * 100) - MAKE NAME INVISIBLE
|
|||
|
base.talkAssistant.sendOpenTalk('.OOO ' * 50)
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('LOL \n ' * 36)
|
|||
|
base.talkAssistant.sendOpenTalk(' \n ' * 100)
|
|||
|
base.talkAssistant.sendOpenTalk('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 5)
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk(' We Are Team Dream')
|
|||
|
base.localAvatar.b_setEmoteState(22,1) - Pose Talk
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk(' We Are Team Dream' * 11, )
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('.Join Team Dream now :-) Create a cat any blue or purple mouse same thing any clothes name : _ _ Dream Dream _ _')
|
|||
|
|
|||
|
base.accept('delete', base.localAvatar.b_setSC, [60664]) - WAVE
|
|||
|
base.accept('delete', base.localAvatar.b_setSC, [60665]) - WINK
|
|||
|
base.accept('delete', base.localAvatar.b_setSC, [60666]) - YAWN
|
|||
|
|
|||
|
base.useTrackball() - Move mouse view
|
|||
|
base.oobe()
|
|||
|
base.localAvatar.setTunnelIn(0, 0, 10, 10, 4, 0) - my view
|
|||
|
|
|||
|
base.cam.setPos(0,20,-1)
|
|||
|
base.cam.setHpr(180,0,0)
|
|||
|
base.cam.setScale(1,1,1)
|
|||
|
|
|||
|
base.localAvatar.find('**/panel').find('**/text').setColor(0.1,0.1,0.1)
|
|||
|
|
|||
|
--------------------METAL--------------
|
|||
|
gloves = loader.loadTexture("phase_9/maps/metal_plate_256_irregular.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
-------------------MONEY-------------
|
|||
|
gloves = loader.loadTexture("phase_10/maps/CBWrapperBill.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
|
|||
|
-------------------COG MANIA-------------
|
|||
|
gloves = loader.loadTexture("phase_13/maps/parties_palette_4amla_3.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
----------------NIGHT TIME-------------------
|
|||
|
gloves = loader.loadTexture("phase_5.5/maps/windowView_Stars2.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
|
|||
|
-------------------------BEE LAND-----------------
|
|||
|
gloves = loader.loadTexture("phase_10/maps/BlackWhiteChecks.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(gloves, 1)
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_10/maps/BlackWhiteChecks.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
----------------------SNOW PLACE----------------
|
|||
|
gloves = loader.loadTexture("phase_5.5/maps/flakes_border.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(gloves, 1)
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_5.5/maps/flakes_border.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
-------------------------COLORFUL SKY--------------------
|
|||
|
|
|||
|
shirts=loader.loadTexture("phase_4/maps/shirtTieDyeNew.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
shorts=loader.loadTexture("phase_4/maps/shirtTieDyeNew.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(sleve, 1)
|
|||
|
|
|||
|
shirts=loader.loadTexture("phase_4/maps/shirtTieDyeNew.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
shorts=loader.loadTexture("phase_4/maps/shirtTieDyeNew.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(sleve, 1) - SKY IS COLORFUL
|
|||
|
|
|||
|
--------------------EPIC SKY-------------------------
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/').setColorScale(25)
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/').setTexture(sleve, 2)
|
|||
|
base.localAvatar.findAllMatches('**/').setColor(0,1,0)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setColorScale(25)
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(sleve, 2)
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setColor(0,1,0) - EPIC SKY
|
|||
|
|
|||
|
--------------------------MEDAL SHIRT--------------------------------
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_marathon1.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shorts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(shorts, 1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
----------------------- TRON SUIT-------------------
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def red():
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(255,0,0)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/it.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(255,0,0)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(255,0,0)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(255,0,0)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColorScale(25)
|
|||
|
shirt = base.localAvatar.findAllMatches('**/hands')
|
|||
|
shirttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_cogbuster.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shorts_saveBuilding1.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shorttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shorts_saveBuilding1.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
def blue():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0,1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0,0,1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0,0,1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0,0,1)
|
|||
|
def tron():
|
|||
|
rain = Sequence()
|
|||
|
rain.append(Func(red))
|
|||
|
rain.append(Wait(0.2))
|
|||
|
rain.append(Func(blue))
|
|||
|
rain.append(Wait(0.2))
|
|||
|
rain.append(Func(tron))
|
|||
|
rain.start()
|
|||
|
tron()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
--------------------ANGRY!-------------
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.localAvatar.b_setEmoteState(23,1)
|
|||
|
def anim():
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
def intro():
|
|||
|
base.localAvatar.setNametagStyle(5)
|
|||
|
def part2():
|
|||
|
base.localAvatar.setNametagStyle(5)
|
|||
|
def part3():
|
|||
|
base.localAvatar.setNametagStyle(5)
|
|||
|
def part4():
|
|||
|
base.localAvatar.setNametagStyle(5)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
-----------------------CRAZY FLIP---------------------
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.talkAssistant.sendOpenTalk('')
|
|||
|
def anim():
|
|||
|
|
|||
|
def intro():
|
|||
|
base.talkAssistant.sendOpenTalk('')
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('')
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('')
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
-----------------LONG DELIGHTED--------
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def anim():
|
|||
|
base.localAvatar.b_setAnimState(('jumpAirborne'))
|
|||
|
def intro():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part3():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part4():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
---------------CONFUSED!-----------
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.localAvatar.b_setEmoteState(11,1)
|
|||
|
def anim():
|
|||
|
base.localAvatar.b_setAnimState(('jumpAirborne'))
|
|||
|
def intro():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part3():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part4():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
------------------LOL-----------------
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def anim():
|
|||
|
base.localAvatar.b_setAnimState(('jumpAirborne'))
|
|||
|
def intro():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part3():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def part4():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Wait(0))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
------------TOON TROOP HAT----------------
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
ttHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
ttHat.reparentTo(localAvatar)
|
|||
|
ttHat.setZ(3)
|
|||
|
ttHat.setColorScale(25)
|
|||
|
ttHatSpin = ttHat.find('**/whistleIcon').hprInterval(3, Vec3(360, 0, 0))
|
|||
|
ttHatSpin.loop()
|
|||
|
|
|||
|
base.localAvatar.setName('TOON TROOP No')
|
|||
|
base.localAvatar.setNametagStyle(5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
TOON TROO HAT ATTACHED
|
|||
|
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
tTroopHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
tTroopHat.reparentTo(base.localAvatar.find('**/head-short'))
|
|||
|
tTroopHat.setZ(0.45)
|
|||
|
tTroopHat.setX(-0.05)
|
|||
|
tTroopHat.setColorScale(25)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
------------------ WE ARE TEAM DREAM -------------
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.talkAssistant.sendOpenTalk('Hola!')
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('YOU LOSE')
|
|||
|
base.localAvatar.d_squish(2)
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('OH YA I SAID IT')
|
|||
|
base.localAvatar.d_squish(2)
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('We OWN!')
|
|||
|
base.localAvatar.d_squish(2)
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('We are Epic!')
|
|||
|
base.localAvatar.d_squish(2)
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('We Are Team Dream!')
|
|||
|
def part7():
|
|||
|
base.talkAssistant.sendOpenTalk('YEP!')
|
|||
|
def part8():
|
|||
|
base.talkAssistant.sendOpenTalk(' We Are Team Dream')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def addzone():
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part8))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(addzone))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
--------------------------------------------
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
alight = AmbientLight('alight')
|
|||
|
alight.setColor(VBase4(0, 0, 1, 1))
|
|||
|
alnp = render.attachNewNode(alight)
|
|||
|
messenger.send('nametagAmbientLightChanged', [alnp]) - NAME TAGS BLUE
|
|||
|
-----------------------------------------------------
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
alight = AmbientLight('alight')
|
|||
|
alight.setColor(VBase4(1, 0, 5, 3))
|
|||
|
alnp = render.attachNewNode(alight)
|
|||
|
messenger.send('nametagAmbientLightChanged', [alnp]) - NAME TAGS PINK
|
|||
|
------------------------------------------------------------
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
alight = AmbientLight('alight')
|
|||
|
alight.setColor(VBase4(0, 6, 1, 4))
|
|||
|
alnp = render.attachNewNode(alight)
|
|||
|
messenger.send('nametagAmbientLightChanged', [alnp]) - LIGHT BLUE
|
|||
|
-----------------------------NAME TAGS RED -------
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
alight = AmbientLight('alight')
|
|||
|
alight.setColor(VBase4(8, 0, 0, 0))
|
|||
|
alnp = render.attachNewNode(alight)
|
|||
|
messenger.send('nametagAmbientLightChanged', [alnp])
|
|||
|
|
|||
|
|
|||
|
-----------------NAME TAGS YELLOW---------
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
alight = AmbientLight('alight')
|
|||
|
alight.setColor(VBase4(8, 04, 0, 0))
|
|||
|
alnp = render.attachNewNode(alight)
|
|||
|
messenger.send('nametagAmbientLightChanged', [alnp])
|
|||
|
|
|||
|
~~~~~~~~~~~~
|
|||
|
|
|||
|
base.cr.pullNetworkPlug()
|
|||
|
base.cr.networkPlugPulled()
|
|||
|
base.cr.waitForDatabaseTimeOut()
|
|||
|
base.cr.networkPlugPulled()
|
|||
|
base.cr.restoreNetworkPlug()
|
|||
|
|
|||
|
~~~~~~~~~~~~
|
|||
|
|
|||
|
base.cr.networkPlugPulled()
|
|||
|
base.cr.restoreNetworkPlug()
|
|||
|
~~~~~~~~~~~~
|
|||
|
lose laff
|
|||
|
~~~~~~~~~~~~
|
|||
|
base.localAvatar.d_squish(2)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~
|
|||
|
toon up server
|
|||
|
~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.toonUp(5)
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
for ttt in base.cr.doFindAll("Treasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
for ttt in base.cr.doFindAll("Treasure"):
|
|||
|
ttt.setPosition(0,0,4)
|
|||
|
~~~~~~~~~~~~~~
|
|||
|
|
|||
|
base.localAvatar.setfriendslist([(ID HERE )])
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.cr.allowFreeNames()
|
|||
|
~~~~~~~~~~~~~~
|
|||
|
base.cr.sendDisconnect()
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~~~~~
|
|||
|
base.cr.lostConnection()
|
|||
|
~~~~~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
base.cr.enterChooseAvatar([286531738)
|
|||
|
base.cr.goToPickAName(286531738, 1)
|
|||
|
d_playSplashEffect(self, x, y, z)
|
|||
|
|
|||
|
base.localAvatar.getKartAccessoriesOwned()
|
|||
|
base.localAvatarsetKartBodyType(2)
|
|||
|
|
|||
|
|
|||
|
-------------------------------------------------
|
|||
|
closetn = base.cr.doFindAll("closet")
|
|||
|
for closetn in base.cr.doFindAll("closet"):
|
|||
|
messenger.send("purchaseDone-" + str(closetn.doId))
|
|||
|
|
|||
|
--------------RARE CODES---------------
|
|||
|
|
|||
|
|
|||
|
|
|||
|
all = base.cr.doFindAll("render/")
|
|||
|
for all in base.cr.doFindAll("render/"):
|
|||
|
all.setSCSinging(4)
|
|||
|
|
|||
|
- DEL TOONS
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.showCS()
|
|||
|
|
|||
|
IN A BALL
|
|||
|
|
|||
|
------------------------------
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render/Nando")
|
|||
|
for ttd in base.cr.doFindAll("render/Nando"):
|
|||
|
ttd.displayTalk('')
|
|||
|
|
|||
|
----------------------------
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttvid = ttv.doId
|
|||
|
ttv = base.cr.doFindAll("vehicle-" + str(ttvid))
|
|||
|
for ttv in base.cr.doFindAll("vehicle-" + str(ttvid)):
|
|||
|
ttv.windResistance.setAmplitude(-10)
|
|||
|
|
|||
|
-------------------------
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
base.localAvatar.b_setEmoteState(23,1)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
- TOON CRASH/ANNOYING
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
messenger.send('SCStaticTextMsg', [2])
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.9))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUps():
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUps))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
- SELF DESTRUCT
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=100
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed=100
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
- HILARIOUS FAST TOON
|
|||
|
|
|||
|
|
|||
|
---------------------------
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f10',self.Control)
|
|||
|
def Control(self):
|
|||
|
cc = base.cr.doFindAll("Dark Rain")
|
|||
|
for cc in base.cr.doFindAll("Dark Rain"):
|
|||
|
cc.copyTo(render)
|
|||
|
c = Control()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
--------- FISH CATCHER---------
|
|||
|
fishCaught = 0
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def catch():
|
|||
|
fish = base.cr.doFindAll("FishingTarget")
|
|||
|
for fish in fish:
|
|||
|
print "Activated"
|
|||
|
|
|||
|
fp = base.cr.doFindAll("FishingPond")
|
|||
|
for fp in fp:
|
|||
|
fp.d_hitTarget(fish)
|
|||
|
def sell():
|
|||
|
base.localAvatar.setMaxFishTank(fishCaught)
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in fishman:
|
|||
|
fishid = fishman.doId
|
|||
|
base.localAvatar.setMoney(base.localAvatar.bankMoney)
|
|||
|
messenger.send('enterNPCToon-' + str(fishid), [1])
|
|||
|
def onGo():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(sell))
|
|||
|
seq.start()
|
|||
|
onGo()
|
|||
|
|
|||
|
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in base.cr.doFindAll("Fisherman"):
|
|||
|
fishman.displayTalk('LOL')
|
|||
|
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in base.cr.doFindAll("Fisherman"):
|
|||
|
fishman.setAnimState('Sit')
|
|||
|
|
|||
|
fishman = bingo
|
|||
|
fishman.setJackpot(12000)
|
|||
|
fishman.enableBingo()
|
|||
|
|
|||
|
fishman.setPos(0,0,0)
|
|||
|
fishman.setHpr(180,0,50)
|
|||
|
fishman.showHpString('Heh...')
|
|||
|
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in base.cr.doFindAll("Fisherman"):
|
|||
|
print dir(fishman)
|
|||
|
|
|||
|
--------- CATCH DEVIL RAY---------
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_4/audio/sfx/DevilRay.mp3")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
----------- BRRRGH STREET MUSIC------
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_8/audio/bgm/TB_SZ.mid")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
----------------- FISH--------------
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_4/audio/sfx/BallonFish.mp3")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_4/audio/sfx/CatFish.mp3")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_4/audio/sfx/Dog_Fish.mp3")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_4/audio/sfx/Frozen_Fish.mp3")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_4/audio/sfx/Moon_Fish.mp3")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_4/audio/sfx/PBJ_Fish.mp3")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
------------------------------------------
|
|||
|
|
|||
|
|
|||
|
nmgr = base.cr.doFindAll("NewsManager")
|
|||
|
for nmgr in base.cr.doFindAll("NewsManager"):
|
|||
|
nmgr.setInvasionStatus('No, 'No', 'No', 'No')
|
|||
|
|
|||
|
nmgr = base.cr.doFindAll("NewsManager")
|
|||
|
for nmgr in base.cr.doFindAll("NewsManager"):
|
|||
|
nmgr.setInvasionStatus(1, 'hh', 1, 1)
|
|||
|
|
|||
|
nmgr = base.cr.doFindAll("NewsManager")
|
|||
|
for nmgr in base.cr.doFindAll("NewsManager"):
|
|||
|
nmgr.setInvasionStatus(0, 'bs', 1000, 0)
|
|||
|
|
|||
|
-------------------
|
|||
|
|
|||
|
|
|||
|
def checkForCommand():
|
|||
|
if base.talkAssistant.checkWhisperTypedChatAvatar('Command sit.') == True:
|
|||
|
base.localAvatar.b_setAnimState('Sit')
|
|||
|
|
|||
|
def alwaysCheck():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(checkForCommand))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(alwaysCheck))
|
|||
|
seq.start()
|
|||
|
|
|||
|
alwaysCheck()
|
|||
|
|
|||
|
-----------------------
|
|||
|
|
|||
|
base.cr.goToPickAName(286531738, 1)
|
|||
|
|
|||
|
-----------------
|
|||
|
|
|||
|
base.cr.waitForDatabaseTimeout()
|
|||
|
|
|||
|
base.cr.networkPlugPulled()
|
|||
|
|
|||
|
base.cr.pullNetworkPlug()
|
|||
|
|
|||
|
base.cr.restoreNetworkPlug()
|
|||
|
|
|||
|
base.localAvatar.flush()
|
|||
|
|
|||
|
base.localAvatar.cr.toons.flush()
|
|||
|
|
|||
|
------------ DISCONNECT TOONS -------
|
|||
|
|
|||
|
AW = base.cr.doFindAll("render/Sammy")
|
|||
|
for AW in base.cr.doFindAll("render/Sammy"):
|
|||
|
AW.timeout()
|
|||
|
|
|||
|
|
|||
|
-----------COG SUITS------
|
|||
|
|
|||
|
base.localAvatar.putOnSuit('tbc') - BIG CHEESE COG
|
|||
|
base.localAvatar.putOnSuit('mh') - MR. HOLLYWOOD
|
|||
|
base.localAvatar.putOnSuit('ls') - LOAN SHARK
|
|||
|
base.localAvatar.putOnSuit('dt') - Double-Talker
|
|||
|
base.localAvatar.putOnSuit('ms') - Mover & Shaker
|
|||
|
base.localAvatar.putOnSuit('m') - MINGLER
|
|||
|
base.localAvatar.putOnSuit('f') - Flunky
|
|||
|
base.localAvatar.putOnSuit('tf') - Two-Face
|
|||
|
base.localAvatar.putOnSuit('sc') - Short Change
|
|||
|
base.localAvatar.putOnSuit('tm') - TELEMARKETER
|
|||
|
base.localAvatar.putOnSuit('rb') - Robber Barron
|
|||
|
base.localAvatar.putOnSuit('cc') - COLD CALLER
|
|||
|
base.localAvatar.putOnSuit('bf') - BOTTOM FEEDER
|
|||
|
base.localAvatar.putOnSuit('b') - BLOOD SUCKER
|
|||
|
base.localAvatar.putOnSuit('ym') - YESMAN
|
|||
|
base.localAvatar.putOnSuit('cr') - CORPORATE RAIDER
|
|||
|
base.localAvatar.putOnSuit('bw') - BIG WIG
|
|||
|
base.localAvatar.putOnSuit('sd') - SPIN DOCTOR
|
|||
|
base.localAvatar.putOnSuit('hh') - HEAD HUNTER
|
|||
|
base.localAvatar.putOnSuit('nc') - NUMBER CRUNCHER
|
|||
|
base.localAvatar.putOnSuit('le') - LEGAL EAGLE
|
|||
|
base.localAvatar.putOnSuit('mb') - MONEYBAG
|
|||
|
base.localAvatar.putOnSuit('nd') - NAME DROPPER
|
|||
|
base.localAvatar.putOnSuit('bc') - Bean Counter
|
|||
|
base.localAvatar.putOnSuit('ac') - Ambulane Chaser
|
|||
|
base.localAvatar.putOnSuit('tw') - TIGHTWAD
|
|||
|
base.localAvatar.putOnSuit('gh') - GLAD HANDER
|
|||
|
base.localAvatar.putOnSuit('pp') - Penny Pincher
|
|||
|
base.localAvatar.putOnSuit('mm') - MICROMANGER
|
|||
|
base.localAvatar.putOnSuit('p') - Pencil Pusher
|
|||
|
base.localAvatar.putOnSuit('ds') - Downsizer
|
|||
|
---------------------
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
speed = -5500
|
|||
|
lttv = len(ttv)
|
|||
|
if lttv >= 0:
|
|||
|
if 'windResistance' in str(dir(ttv[0])):
|
|||
|
ttv[0].windResistance.setAmplitude(speed)
|
|||
|
elif lttv >= 2:
|
|||
|
if 'windResistance' in str(dir(ttv[1])):
|
|||
|
ttv[1].windResistance.setAmplitude(speed)
|
|||
|
elif lttv >= 3:
|
|||
|
if 'windResistance' in str(dir(ttv[2])):
|
|||
|
ttv[2].windResistance.setAmplitude(speed)
|
|||
|
elif lttv >= 4:
|
|||
|
if 'windResistance' in str(dir(ttv[3])):
|
|||
|
ttv[3].windResistance.setAmplitude(speed)
|
|||
|
|
|||
|
----------------------------------
|
|||
|
|
|||
|
base.localAvatar.getName(ID)
|
|||
|
base.localAvatar.receiveAcceptGetName('King No')
|
|||
|
base.localAvatar.addName(ID, 'King No')
|
|||
|
base.localAvatar.receiveAcceptAddName(ID)
|
|||
|
|
|||
|
|
|||
|
-------------
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.showHpString('lol')
|
|||
|
base.localAvatar.showHpText('lol')
|
|||
|
|
|||
|
-------
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.d_playSplashEffect(0,0,0)
|
|||
|
|
|||
|
----------
|
|||
|
|
|||
|
base.localAvatar.localPresentPie(1)
|
|||
|
|
|||
|
base.localAvatar.localTossPie(100)
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
fe = base.cr.doFindAll("FactoryElevatorExt")
|
|||
|
for fe in base.cr.doFindAll("FactoryElevatorExt"):
|
|||
|
fe.acceptBoard()
|
|||
|
|
|||
|
fe = base.cr.doFindAll("FactoryElevatorExt")
|
|||
|
for fe in base.cr.doFindAll("FactoryElevatorExt"):
|
|||
|
fe.enterWaitCountdown(1)
|
|||
|
|
|||
|
fe = base.cr.doFindAll("FactoryElevatorExt")
|
|||
|
for fe in base.cr.doFindAll("FactoryElevatorExt"):
|
|||
|
fe.enterOpening(0)
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
clerks = base.cr.doFindAll("Clerk")
|
|||
|
for clerks in base.cr.doFindAll("Clerk"):
|
|||
|
clerks.setAnimState('SitStart')
|
|||
|
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in base.cr.doFindAll("Fisherman"):
|
|||
|
fishman.displayTalk('LOL')
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
sbhqd = base.cr.doFindAll("SellbotHQDoor")
|
|||
|
for sbhqd in base.cr.doFindAll("SellbotHQDoor"):
|
|||
|
sbhqd.setState('opening', 1)
|
|||
|
sbhqd.setState('open', 1)
|
|||
|
|
|||
|
sbhqd = base.cr.doFindAll("SellbotHQDoor")
|
|||
|
for sbhqd in base.cr.doFindAll("SellbotHQDoor"):
|
|||
|
sbhqd.setState('closing', 1)
|
|||
|
sbhqd.setState('closed', 1)
|
|||
|
|
|||
|
sbhqd = base.cr.doFindAll("SellbotHQDoor")
|
|||
|
for sbhqd in base.cr.doFindAll("SellbotHQDoor"):
|
|||
|
sbhqd.rejectEnter = sbhqd.avatarEnter(base.localAvatar.doId)
|
|||
|
sbhqd.setOtherZoneIdAndDoId(11100, base.localAvatar.doId)
|
|||
|
|
|||
|
chqd = base.cr.doFindAll("CogHQDoor")
|
|||
|
for chqd in base.cr.doFindAll("CogHQDoor"):
|
|||
|
chqd.rejectEnter = chqd.avatarEnter(base.localAvatar.doId)
|
|||
|
chqd.setOtherZoneIdAndDoId(12100, 286531738)
|
|||
|
|
|||
|
chqd = base.cr.doFindAll("CogHQDoor")
|
|||
|
for chqd in base.cr.doFindAll("CogHQDoor"):
|
|||
|
print dir(chqd)
|
|||
|
|
|||
|
|
|||
|
~~~~~~~~~~~~~ TOON TP ~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render/Oswald-289554338")
|
|||
|
for ttd in base.cr.doFindAll("render/Oswald-289554338"):
|
|||
|
ttd.setLocation(450000000, 7000)
|
|||
|
|
|||
|
|
|||
|
~~~~~PLAY GROUND SERVER LAFF-----------
|
|||
|
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.setPosition(0,0,4)
|
|||
|
|
|||
|
--------------ANYWHERE WITH TOON UP SERVERLAFF-----------
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
for ttt in base.cr.doFindAll("Treasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
for ttt in base.cr.doFindAll("Treasure"):
|
|||
|
ttt.setPosition(0,0,4)
|
|||
|
|
|||
|
------------
|
|||
|
|
|||
|
div = base.cr.doFindAll("DivingGame")
|
|||
|
for div in base.cr.doFindAll("DivingGame"):
|
|||
|
div.setTreasureGrabbed(base.localAvatar.doId, True)
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("TargetGame")
|
|||
|
for ttd in base.cr.doFindAll("TargetGame"):
|
|||
|
ttd.speedForward = 2000
|
|||
|
ttd.speedLaunch = 2000
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.startValentinesDay()
|
|||
|
|
|||
|
tr = base.cr.doFindAll("Trolley")
|
|||
|
for tr in base.cr.doFindAll("Trolley"):
|
|||
|
tr.enterEntering(0)
|
|||
|
|
|||
|
tr = base.cr.doFindAll("Trolley")
|
|||
|
for tr in base.cr.doFindAll("Trolley"):
|
|||
|
tr.exitWaitCounting()
|
|||
|
|
|||
|
-------------------------
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
veh = base.cr.doFindAll("Vehicle")
|
|||
|
for veh in base.cr.doFindAll("Vehicle"):
|
|||
|
print dir(veh)
|
|||
|
|
|||
|
|
|||
|
veh = base.cr.doFindAll("Vehicle")
|
|||
|
for veh in base.cr.doFindAll("Vehicle"):
|
|||
|
veh.anvil()
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Race")
|
|||
|
for ttv in base.cr.doFindAll("Race"):
|
|||
|
ttv.genGag(1,1,4)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("GagBarrel")
|
|||
|
for ttv in base.cr.doFindAll("GagBarrel"):
|
|||
|
print dir(ttv)
|
|||
|
|
|||
|
'show', 'showAllDescendants', 'showBounds', 'showCS', 'showPieces', 'showShadow', 'showSiblings', 'showSpeedometer', 'showThrough', 'showTightBounds',
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('PYTHONPATH149267-794630)
|
|||
|
|
|||
|
zone = base.localAvatar.getZoneId()
|
|||
|
zone = str(zone)
|
|||
|
base.localAvatar.setSystemMessage(1, zone) - GET ZONE
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(260251)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
---------------RAID-----------
|
|||
|
BETTER WORKING ONE - base.cr.sendSetZoneMsg(78936)
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(269811) - PLAY WITH IT
|
|||
|
|
|||
|
-------------------------------------------
|
|||
|
|
|||
|
base.localAvatar.loop('melt') - Fall down
|
|||
|
base.localAvatar.loop('up') - Dance move
|
|||
|
base.localAvatar.loop('climb') - Clib ladder
|
|||
|
base.localAvatar.loop('pet-loop')
|
|||
|
base.localAvatar.loop('swing')
|
|||
|
base.localAvatar.loop('happy-dance')
|
|||
|
base.localAvatar.loop('juggle')
|
|||
|
base.localAvatar.loop('sound')
|
|||
|
base.localAvatar.loop('firehose')
|
|||
|
base.localAvatar.loop('swing')
|
|||
|
base.localAvatar.loop('climb')
|
|||
|
base.localAvatar.loop('running-jump')
|
|||
|
base.localAvatar.loop('shrug')
|
|||
|
base.localAvatar.loop('sidestep-left')
|
|||
|
base.localAvatar.loop('sidestep-right')
|
|||
|
base.localAvatar.loop('neutral')
|
|||
|
base.localAvatar.loop('angry')
|
|||
|
base.localAvatar.loop('book')
|
|||
|
base.localAvatar.loop('conked')
|
|||
|
base.localAvatar.loop('cringe')
|
|||
|
base.localAvatar.loop('duck')
|
|||
|
base.localAvatar.loop('cast')
|
|||
|
base.localAvatar.loop('castlong')
|
|||
|
base.localAvatar.loop('reel')
|
|||
|
base.localAvatar.loop('confused')
|
|||
|
base.localAvatar.loop('down')
|
|||
|
base.localAvatar.loop('up')
|
|||
|
base.localAvatar.loop('left')
|
|||
|
base.localAvatar.loop('right')
|
|||
|
base.localAvatar.loop('pole')
|
|||
|
base.localAvatar.loop('sad-neutral')
|
|||
|
base.localAvatar.loop('sit')
|
|||
|
base.localAvatar.loop('slip-backward')
|
|||
|
base.localAvatar.loop('slip-forward')
|
|||
|
base.localAvatar.loop('swim')
|
|||
|
base.localAvatar.loop('swing')
|
|||
|
base.localAvatar.loop('think')
|
|||
|
base.localAvatar.loop('tug-o-war')
|
|||
|
base.localAvatar.loop('firehose')
|
|||
|
base.localAvatar.loop('happy-dance')
|
|||
|
base.localAvatar.loop('hold-bottle')
|
|||
|
base.localAvatar.loop('hold-magnet')
|
|||
|
base.localAvatar.loop('hypnotize')
|
|||
|
base.localAvatar.loop('juggle')
|
|||
|
base.localAvatar.loop('lose')
|
|||
|
base.localAvatar.loop('melt')
|
|||
|
base.localAvatar.loop('smooch')
|
|||
|
base.localAvatar.loop('spit')
|
|||
|
base.localAvatar.loop('sprinkle-dust')
|
|||
|
base.localAvatar.loop('struggle')
|
|||
|
base.localAvatar.loop('tickle')
|
|||
|
base.localAvatar.loop('toss')
|
|||
|
base.localAvatar.loop('water-gun')
|
|||
|
base.localAvatar.loop('callPet')
|
|||
|
base.localAvatar.loop('feedPet')
|
|||
|
base.localAvatar.loop('takePhone')
|
|||
|
base.localAvatar.loop('phoneBack')
|
|||
|
base.localAvatar.loop('phoneNeutral')
|
|||
|
base.localAvatar.loop('sound')
|
|||
|
|
|||
|
'right-hand-start', 'firehose', 'rotateL-putt', 'slip-forward', 'catch-eatnrun', 'tickle', 'water-gun', 'leverNeutral', 'swim', 'catch-run', 'sad-neutral', 'pet-loop', 'jump-squat', 'wave', 'reel-neutral', 'pole-neutral', 'bank', 'scientistGame', 'takePhone', 'good-putt', 'victory', 'lose', 'cringe', 'right', 'headdown-putt', 'conked', 'jump', 'into-putt', 'fish-end', 'running-jump-land', 'shrug', 'sprinkle-dust', 'hold-bottle', 'right-hand', 'melt', 'pet-start', 'look-putt', 'loop-putt', 'lookloop-putt', 'juggle', 'run', 'pushbutton', 'sidestep-right', 'water', 'right-point-start', 'jump-land', 'struggle', 'running-jump', 'callPet', 'throw', 'catch-eatneutral', 'tug-o-war', 'bow', 'swing', 'climb', 'scientistWork', 'think', 'catch-intro-throw', 'walk', 'down', 'pole', 'periscope', 'duck', 'curtsy', 'bad-putt', 'loop-dig', 'angry', 'bored', 'swing-putt', 'pet-end', 'spit', 'right-point', 'start-dig', 'castlong', 'running-jump-squat', 'neutral', 'jump-idle', 'reel', 'slip-backward', 'sound', 'sidestep-left', 'up', 'fish-again', 'cast', 'phoneBack', 'phoneNeutral', 'scientistJealous', 'battlecast', 'sit-start', 'toss', 'happy-dance', 'confused', 'teleport', 'sit', 'sad-walk', 'give-props-start', 'book', 'fish-neutral', 'scientistEmcee', 'leverPull', 'tutorial-neutral', 'badloop-putt', 'give-props', 'hold-magnet', 'hypnotize', 'left-point', 'leverReach', 'feedPet', 'reel-H', 'applause', 'smooch', 'rotateR-putt', 'running-jump-idle', 'push', 'catch-neutral', 'left'
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('run')) - run in place
|
|||
|
base.localAvatar.b_setAnimState(('walk')) - walk in place
|
|||
|
base.localAvatar.b_setAnimState(('cringe')) - cringe in place lol
|
|||
|
base.localAvatar.enterSitStart()is sit - sit in air
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.b_setAnimState('teleport')
|
|||
|
base.localAvatar.b_setAnimState(('ScientistJealous'))
|
|||
|
base.localAvatar.b_setAnimState(('Push'))
|
|||
|
base.localAvatar.b_setAnimState(('Sad'))
|
|||
|
base.localAvatar.b_setAnimState(('Happy'))
|
|||
|
base.localAvatar.b_setAnimState(('flat'))
|
|||
|
base.localAvatar.b_setAnimState(('Squish'))
|
|||
|
base.localAvatar.b_setAnimState('Flattened')
|
|||
|
base.localAvatar.b_setAnimState(('victory'))
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork'))
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
base.localAvatar.b_setAnimState('ScientistLessWork')
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttLoop'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfGoodPutt')
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttSwing'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfBadPutt'))
|
|||
|
base.localAvatar.b_setAnimState(('Catching'))
|
|||
|
base.localAvatar.b_setAnimState('ReadBook')
|
|||
|
base.localAvatar.b_setAnimState(('Flattened'))
|
|||
|
base.localAvatar.b_setAnimState(('Died'))
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
base.localAvatar.b_setAnimState('CatchEating')
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateRight'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateLeft'))
|
|||
|
base.localAvatar.b_setAnimState(('CogThiefRunning'))
|
|||
|
base.localAvatar.b_setAnimState(('jumpSquat'))
|
|||
|
base.localAvatar.b_setAnimState(('OpenBook'))
|
|||
|
base.localAvatar.b_setAnimState(('FallDown'))
|
|||
|
base.localAvatar.b_setAnimState(('TeleportingOut'))
|
|||
|
base.localAvatar.b_setAnimState(('Sleep')
|
|||
|
base.localAvatar.disableBlend()
|
|||
|
base.localAvatar.enableBlend()
|
|||
|
base.localAvatar.b_setAnimState('jump')
|
|||
|
base.localAvatar.b_setAnimState('ScientistJealous')
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed=100 - fast toon
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=5533 - Sideways
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce=100 - high jump
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=100 - Reverse
|
|||
|
|
|||
|
|
|||
|
['ActiveAvatars', 'Actor_initialized', 'AnimDef', 'Avatar_initialized', 'BroadcastTypes', 'DISLid', 'DISLname', 'DelayDeleteSerialGen', 'DistributedActor_initialized', 'DistributedAvatar_announced', 'DistributedAvatar_initialized', 'DistributedNode_initialized', 'DistributedObject_initialized', 'DistributedPlayer_initialized', 'DistributedSmoothNode_initialized', 'DistributedToon_initialized', 'DtoolClassDict', 'DtoolGetSupperBase', 'ETFail', 'ETNotFound', 'ETOk', 'ETRemoved', 'EyesAngryClosed', 'EyesAngryOpen', 'EyesClosed', 'EyesOpen', 'EyesSadClosed', 'EyesSadOpen', 'EyesSurprised', 'HpTextEnabled', 'HpTextGenerator', 'LeftA', 'LeftAD', 'LeftB', 'LeftBC', 'LeftC', 'LeftD', 'LocalAvatar_initialized', 'LocalToon_initialized', 'ManagesNametagAmbientLightChanged', 'Muzzle', 'MuzzleSurprised', 'NPCFriendsDict', 'NodePath', 'PartDef', 'RightA', 'RightAD', 'RightB', 'RightBC', 'RightC', 'RightD', 'SubpartDef', 'TeleportFailureTimeout', 'ToonHead_initialized', 'Toon_initialized', '_Actor__LODAnimation', '_Actor__LODCenter', '_Actor__LODNode', '_Actor__animControlDict', '_Actor__bindAnimToPart', '_Actor__commonBundleHandles', '_Actor__copyAnimControls', '_Actor__copyPartBundles', '_Actor__copySubpartDict', '_Actor__doListJoints', '_Actor__geomNode', '_Actor__getPartJoints', '_Actor__hasLOD', '_Actor__partBundleDict', '_Actor__prepareBundle', '_Actor__sortedLODNames', '_Actor__subpartDict', '_Actor__subpartsComplete', '_Actor__updateSortedLODNames', '_Avatar__chatAddressee', '_Avatar__chatDialogueList', '_Avatar__chatFlags', '_Avatar__chatLocal', '_Avatar__chatMessage', '_Avatar__chatPageNumber', '_Avatar__chatParagraph', '_Avatar__chatSet', '_Avatar__currentDialogue', '_Avatar__font', '_Avatar__nameVisible', '_Avatar__updatePageChat', '_DistributedAvatar__nameTagShowAvId', '_DistributedAvatar__nameTagShowName', '_DistributedAvatar__setTags', '_DistributedObject__barrierContext', '_DistributedObject__callbacks', '_DistributedObject__nextContext', '_DistributedPlayer__teleportAvailable', '_DistributedSmoothNodeBase__broadcastPeriod', '_DistributedToon__currentDialogue', '_DistributedToon__handleGMName', '_DistributedToon__petDetailsLoaded', '_DistributedToon__refreshNameCallBack', '_DistributedToon__starSpin', '_DistributedToon__starSpin1', '_LocalAvatar__camCollCanMove', '_LocalAvatar__cameraHasBeenMoved', '_LocalAvatar__curLookAt', '_LocalAvatar__d
|
|||
|
|
|||
|
----------cords----------------
|
|||
|
base.localAvatar.setXYZH
|
|||
|
-------toontown central cords----------------------
|
|||
|
base.localAvatar.setXYZH(-60.173, -8.817, 1.227, 99.147)-ttc gazeebo
|
|||
|
base.localAvatar.setXYZH(0.197, -1.698, 3.362, 90.737) - ttc stairs
|
|||
|
base.localAvatar.setXYZH(-118.583, 62.454, 24.603,-1219.699) - pet shop ttc
|
|||
|
base.localAvatar.setXYZH(-83.642, -90.233, 25.336, -728.746) - GAG SHOP TTC-
|
|||
|
base.localAvatar.setXYZH(33.977, -150.424, 3.025, 143.147) - S.S street ttc
|
|||
|
base.localAvatar.setXYZH(-144.263, 4.647, 0.252, 84.718 ) - loopy lane ttc
|
|||
|
base.localAvatar.setXYZH(-48.280, 87.749, 0.525, -13.600) - punchline ttc
|
|||
|
base.localAvatar.setXYZH(15.772, 44.632, 3.825, -235.062) - sitting area ttc
|
|||
|
base.localAvatar.setXYZH(-25.464, 4.378, 5.763, 278.846) - ddl island
|
|||
|
base.localAvatar.setXYZH(75.864, 32.121, 26.683, -193.404)-TTC BANK
|
|||
|
base.localAvatar.setXYZH(33.007, 30.181, 3.698, 141.066) - HQ
|
|||
|
base.localAvatar.setXYZH(-61.060, -8.576, 16.798, 119.111) on top of arch
|
|||
|
base.localAvatar.setXYZH(-90.862, -83.304, 6.955, -1819.017) - gag shop rip
|
|||
|
base.localAvatar.setXYZH(60.613, -28.162, 38.265, 811.075) - roof of library
|
|||
|
base.localAvatar.setXYZH(118.364, 1.339, 67.339, 1172.075) - very top of toon hall
|
|||
|
base.localAvatar.setXYZH(18.581, -49.105, 12.045, 1453.850) - flower pot
|
|||
|
base.localAvatar.setXYZH(75.263, 25.442, 24.960, 1193.982) - roof of bank
|
|||
|
|
|||
|
|
|||
|
------------toontown estate cords----------------------------
|
|||
|
base.localAvatar.setXYZH(44.834, 82.225, 22.190, 284.419) - pink house
|
|||
|
base.localAvatar.setXYZH(65.880, 10.842, 31.965, 262.562) - blue house
|
|||
|
base.localAvatar.setXYZH(84.289, -79.017, 24.069, 120.691) -green house
|
|||
|
base.localAvatar.setXYZH(-69.684, -125.659, 23.254, 477.882) - purple house
|
|||
|
base.localAvatar.setXYZH(-32.025, 27.665, 11.477, 105.826) - yellow house
|
|||
|
base.localAvatar.setXYZH(-56.939, -34.610, 28.106, -717.942) - red house
|
|||
|
base.localAvatar.setXYZH(17.722, -143.701, -9.975, -880.455) - estate pond
|
|||
|
-----------some zones------------------------------------
|
|||
|
base.cr.sendSetZoneMsg(11204) - Cog Zone
|
|||
|
base.cr.sendSetZoneMsg(6000) - chip and dales
|
|||
|
base.cr.sendSetZoneMsg(7000) - funny farm
|
|||
|
base.cr.sendSetZoneMsg(14000) - CODE OF DEATH
|
|||
|
base.cr.sendSetZoneMsg(11100) - sellbot vp lobby
|
|||
|
base.cr.sendSetZoneMsg(2520) - VP COG SUIT
|
|||
|
base.cr.sendSetZoneMsg(13000) - lawbot cj lawby
|
|||
|
base.cr.sendSetZoneMsg(13300) - da office lawby
|
|||
|
base.cr.sendSetZoneMsg(13100) - CJ LOBBY
|
|||
|
base.cr.sendSetZoneMsg(11200) - factory sellbot hq lobby
|
|||
|
base.cr.sendSetZoneMsg(11500)- factory sellbot hq
|
|||
|
base.cr.sendSetZoneMsg(12100)- cashbot cfo lobby
|
|||
|
base.cr.sendSetZoneMsg(10100)- bossbot ceo lobby
|
|||
|
|
|||
|
------------------TTC PLACES------
|
|||
|
base.cr.sendSetZoneMsg(2000) ttc
|
|||
|
base.cr.sendSetZoneMsg(2520) ttc hq
|
|||
|
base.cr.sendSetZoneMsg(2513) ttc toon hall 1
|
|||
|
base.cr.sendSetZoneMsg(2521) ttc cloth store
|
|||
|
base.cr.sendSetZoneMsg(2522) ttc pet store
|
|||
|
base.cr.sendSetZoneMsg(2519) ttc gag shop
|
|||
|
base.cr.sendSetZoneMsg(2518) ttc library
|
|||
|
base.cr.sendSetZoneMsg(2516) ttc school house
|
|||
|
base.cr.sendSetZoneMsg(2514) ttc bank
|
|||
|
|
|||
|
------------------DD PLACES------------------
|
|||
|
base.cr.sendSetZoneMsg(1507) donald dock hq
|
|||
|
base.cr.sendSetZoneMsg(1508) donald dock cloth store
|
|||
|
base.cr.sendSetZoneMsg(1506) donald dock gag store
|
|||
|
base.cr.sendSetZoneMsg(1612) - DIME AND QUATERDECK BANK
|
|||
|
base.cr.sendSetZoneMsg(1617) - OUT TO SEE OPTICS
|
|||
|
---------------------DG PLACES----------------
|
|||
|
base.cr.sendSetZoneMsg(5501) daisy garden gag store
|
|||
|
base.cr.sendSetZoneMsg(5502) daisy garden hq
|
|||
|
base.cr.sendSetZoneMsg(5503) daisy garden cloth store
|
|||
|
|
|||
|
-------------------MML PLACES----------------
|
|||
|
base.cr.sendSetZoneMsg(4503) minnie's melodyland gag shop
|
|||
|
base.cr.sendSetZoneMsg(4504) minnie's melodyland hq
|
|||
|
base.cr.sendSetZoneMsg(4506) minnie's melodyland cloth store
|
|||
|
|
|||
|
-----------------------TB PLACES---------------
|
|||
|
base.cr.sendSetZoneMsg(3507) Brrrgh gag shop
|
|||
|
base.cr.sendSetZoneMsg(3508) Brrrgh hq
|
|||
|
base.cr.sendSetZoneMsg(3509) Brrrgh cloth store
|
|||
|
|
|||
|
--------------------DDL PLACES-----------------------
|
|||
|
base.cr.sendSetZoneMsg(9504) Donald Dreamland Gag shop
|
|||
|
base.cr.sendSetZoneMsg(9506) Donald Dreamland Cloth store
|
|||
|
base.cr.sendSetZoneMsg(9505) Donald Dreamland hq
|
|||
|
base.cr.sendSetZoneMsg(9508) DDL PET SHOP
|
|||
|
|
|||
|
--------------------SELLBOT HQ PLACES------------
|
|||
|
base.cr.sendSetZoneMsg(11200) sellbot factory Lobby
|
|||
|
base.cr.sendSetZoneMsg(11500) sellbot factory
|
|||
|
base.cr.sendSetZoneMsg(11100) sellbot hq vp lobby
|
|||
|
|
|||
|
------------------CASHBOT HQ PLACES-----------
|
|||
|
base.cr.sendSetZoneMsg(12100) cashbot hq cfo lobby
|
|||
|
|
|||
|
-------------------------LAWBOT HQ PLACES--------
|
|||
|
base.cr.sendSetZoneMsg(13100) lawbot hq cj lobby
|
|||
|
base.cr.sendSetZoneMsg(13200) lawbot hq da lobby
|
|||
|
|
|||
|
-----------------------BOSSBOT HQ PLACES--------
|
|||
|
base.cr.sendSetZoneMsg(14100) bossbot hq ceo lobby
|
|||
|
|
|||
|
|
|||
|
|
|||
|
-------------- EXTRA ZONES-------------------
|
|||
|
base.cr.sendSetZoneMsg(3607)# - lil oldman
|
|||
|
base.cr.sendSetZoneMsg(3621)# - sticky george
|
|||
|
base.cr.sendSetZoneMsg(3621)# - hysterical harry
|
|||
|
base.cr.sendSetZoneMsg(3627)# - snooty sinjin
|
|||
|
base.cr.sendSetZoneMsg(3629)# - chicken boy
|
|||
|
base.cr.sendSetZoneMsg(3636)# - gus gooseburger
|
|||
|
base.cr.sendSetZoneMsg(3638)# - toboggan ted
|
|||
|
base.cr.sendSetZoneMsg(3643)# - lounge lassard
|
|||
|
base.cr.sendSetZoneMsg(3653)# - creepy carl
|
|||
|
base.cr.sendSetZoneMsg(3721)# - bumpy noggin
|
|||
|
base.cr.sendSetZoneMsg(3722)# - vidalia vavoom
|
|||
|
base.cr.sendSetZoneMsg(3728)# - simian sam
|
|||
|
base.cr.sendSetZoneMsg(3730)# - wynne chill
|
|||
|
base.cr.sendSetZoneMsg(3732)# - grumpy phil
|
|||
|
base.cr.sendSetZoneMsg(3808)# - johnny cashmere
|
|||
|
base.cr.sendSetZoneMsg(3813)# - march harry
|
|||
|
base.cr.sendSetZoneMsg(2513)# - flippy
|
|||
|
base.cr.sendSetZoneMsg(2518)# - librarian larry
|
|||
|
base.cr.sendSetZoneMsg(2516)# - professor pete
|
|||
|
base.cr.sendSetZoneMsg(2656)# - loony louis
|
|||
|
base.cr.sendSetZoneMsg(2629)# - honey haha
|
|||
|
base.cr.sendSetZoneMsg(2708)# - sticky lou
|
|||
|
base.cr.sendSetZoneMsg(2729)# - professor wiggle
|
|||
|
base.cr.sendSetZoneMsg(2729)# - sharky jones
|
|||
|
base.cr.sendSetZoneMsg(2655)# - woody nickel
|
|||
|
base.cr.sendSetZoneMsg(2660)# - feather duster
|
|||
|
base.cr.sendSetZoneMsg(2610)# - dr. tom
|
|||
|
base.cr.sendSetZoneMsg(2711)# - postmaster pete
|
|||
|
base.cr.sendSetZoneMsg(2705)# - will wiseacre
|
|||
|
base.cr.sendSetZoneMsg(2712)# - charlie chortle
|
|||
|
base.cr.sendSetZoneMsg(2804)# - dr. pulyurleg
|
|||
|
base.cr.sendSetZoneMsg(2520)# - toon hq
|
|||
|
base.cr.sendSetZoneMsg(1612)# - captain carl
|
|||
|
base.cr.sendSetZoneMsg(1606)# - admiral hook
|
|||
|
base.cr.sendSetZoneMsg(1617)# - doctor squall
|
|||
|
base.cr.sendSetZoneMsg(1627)# - billy budd
|
|||
|
base.cr.sendSetZoneMsg(1710)# - barnacle barbara
|
|||
|
base.cr.sendSetZoneMsg(1712)# - rocky shores
|
|||
|
base.cr.sendSetZoneMsg(1713)# - art
|
|||
|
base.cr.sendSetZoneMsg(1725)# - ahab
|
|||
|
base.cr.sendSetZoneMsg(1604)# - mrs. starch
|
|||
|
base.cr.sendSetZoneMsg(1621)# - cal estenicks
|
|||
|
base.cr.sendSetZoneMsg(1826)# - claggart
|
|||
|
base.cr.sendSetZoneMsg(1828)# - alice
|
|||
|
base.cr.sendSetZoneMsg(1832)# - melville
|
|||
|
base.cr.sendSetZoneMsg(4612)# - dr. fret
|
|||
|
base.cr.sendSetZoneMsg(4626)# - cleff
|
|||
|
|
|||
|
|
|||
|
|
|||
|
---------------PUMPKIN HEAD STEPS------------
|
|||
|
base.cr.sendSetZoneMsg(2649) - TTC
|
|||
|
base.cr.sendSetZoneMsg(1834) - DD
|
|||
|
base.cr.sendSetZoneMsg(5620) - DG
|
|||
|
base.cr.sendSetZoneMsg(4835) - MML
|
|||
|
base.cr.sendSetZoneMsg(3707) - TB
|
|||
|
base.cr.sendSetZoneMsg(9619) - DDL
|
|||
|
|
|||
|
------- Greentoon --------------
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(5819)
|
|||
|
|
|||
|
|
|||
|
---------------------------------------------
|
|||
|
base.cr.sendSetZoneMsg(1000) - DD
|
|||
|
base.cr.sendSetZoneMsg(2000) - TTC
|
|||
|
base.cr.sendSetZoneMsg(3000) - TB
|
|||
|
base.cr.sendSetZoneMsg(4000) - MML
|
|||
|
base.cr.sendSetZoneMsg(5000) - DG
|
|||
|
base.cr.sendSetZoneMsg(8000) - GSW
|
|||
|
base.cr.sendSetZoneMsg(9000) - DDL
|
|||
|
--------------client sided & set codes-------------------------------------
|
|||
|
base.localAvatar.setTickets(800) - ticket code change 800 - 100000
|
|||
|
base.localAvatar.setGhostMode(2) - ghost mode change 0 not to be ghost
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]) - all emotes
|
|||
|
base.localAvatar.setName(('put the name here')) = cahnge name
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
base.localAvatar.setBankMoney(10000) - jelly bean
|
|||
|
base.localAvatar.setMaxBankMoney(10000) - another jelly bean
|
|||
|
base.localAvatar.setMoney(10000)
|
|||
|
base.localAvatar.setMaxMoney(10000)
|
|||
|
base.localAvatar.setQuestCarryLimit(4) - CARRY 4 TASK
|
|||
|
base.localAvatar.setExperience('9999999999999999999')
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1]) - all tracks
|
|||
|
base.localAvatar.setCheesyEffect(14, 0, 0) --snowman head -
|
|||
|
base.localAvatar.setCheesyEffect(13, 0, 0) --big and white-
|
|||
|
base.localAvatar.setCheesyEffect(12, 0, 0) --pumpkin head-
|
|||
|
base.localAvatar.setCheesyEffect(11, 0, 0) --invisible head-
|
|||
|
base.localAvatar.setCheesyEffect(10, 0, 0) --regular white-
|
|||
|
base.localAvatar.setCheesyEffect(9, 0, 0) --invisible-
|
|||
|
base.localAvatar.setCheesyEffect(8, 0, 0) --sideways..?-
|
|||
|
base.localAvatar.setCheesyEffect(7, 0, 0) --another sideways-
|
|||
|
base.localAvatar.setCheesyEffect(6, 0, 0) --small toon-
|
|||
|
base.localAvatar.setCheesyEffect(5, 0, 0) --big toon-
|
|||
|
base.localAvatar.setCheesyEffect(4, 0, 0) --small feet-
|
|||
|
base.localAvatar.setCheesyEffect(3, 0, 0) --big feet LOL-
|
|||
|
base.localAvatar.setCheesyEffect(1, 0, 0) --big head LOL-
|
|||
|
base.localAvatar.setCheesyEffect(2, 0, 0) --small head LOL-
|
|||
|
|
|||
|
-----------------------------
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f7',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.setPos(0,0,10)
|
|||
|
c = Control()
|
|||
|
|
|||
|
USE CODE IN DD
|
|||
|
|
|||
|
-----------------------------------------
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setCogIndex(1)--- for lawbot
|
|||
|
base.localAvatar.setCogIndex(2)---- for cash bot
|
|||
|
base.localAvatar.setCogIndex(3) ----for sellbot
|
|||
|
base.localAvatar.setCogIndex(0) --- for bossbot
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
|
|||
|
base.localAvatar.setCogIndex = 1 (2,3,4)
|
|||
|
base.localAvatar.setMerits(0,0,0,0)
|
|||
|
base.localAvatar.setCogLevels([49, 49, 49, 49])
|
|||
|
base.localAvatar.setCogTypes([7, 7, 7, 7])
|
|||
|
base.localAvatar.setCogParts([0, 0, 56447, 56411]) - BIG COG
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setCogParts([56444, 56447, 56447, 56411])
|
|||
|
base.localAvatar.setTrackBonusLevel((1,1,1,1,1,1,1))
|
|||
|
base.localAvatar.setColor(0,0) - change all based on 1& 0 ( this one can have 2 also )
|
|||
|
base.localAvatar.setColor(0,0,0)
|
|||
|
base.localAvatar.setColor(0,0,0,0)
|
|||
|
base.localAvatar.setColor(0,0,0,0,0)
|
|||
|
base.localAvatar.setNumPies(999)
|
|||
|
base.localAvatar.setPieType(5) - use 1 - 7 but dont use 6 when u throw u dc
|
|||
|
base.localAvatar.setHeight(0)- the higher the number, the higher the tag
|
|||
|
Twig Rod-base.localAvatar.setFishingRod(0)
|
|||
|
Bamboo Rod-base.localAvatar.setFishingRod(1)
|
|||
|
Hardwood Rod-base.localAvatar.setFishingRod(2)
|
|||
|
Steel Rod-base.localAvatar.setFishingRod(3)
|
|||
|
Gold Rod-base.localAvatar.setFishingRod(4)
|
|||
|
-----------------------sideway&flipcodes----------------------
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
base.localAvatar.setHpr(0,0,135)
|
|||
|
base.localAvatar.setHpr(0,0,225)
|
|||
|
base.localAvatar.setHpr(0,0,270)
|
|||
|
toon12
|
|||
|
normal
|
|||
|
base.localAvatar.setHpr(0,0,180) upside down
|
|||
|
base.localAvatar.setHpr(0,0,80) sideways
|
|||
|
base.localAvatar.setHpr(0,0,360) straitg
|
|||
|
base.localAvatar.setHpr(315,315,315) - flip1
|
|||
|
base.localAvatar.setHpr(0,90,0) on ur back
|
|||
|
base.localAvatar.setHpr(0,270,0) on your face
|
|||
|
base.localAvatar.setHpr(0,0,10) small sideway
|
|||
|
base.localAvatar.setHpr(0,0,70) - Sideways ALOT
|
|||
|
-----------------------member ship codes-----------------
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
|
|||
|
--------TESTING CODES--------------------
|
|||
|
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isPaidGameServer = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
base.cr.isTimeLeft = 9:59
|
|||
|
base.cr.isTimeLeft = new
|
|||
|
base.cr.isTime = new
|
|||
|
base.cr.isTime = 9:59
|
|||
|
base.cr.freeTimeLeft = new
|
|||
|
base.cr.freeTimeLeft = 5
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
|
|||
|
|
|||
|
--------------------------weird settings-----------------
|
|||
|
base.wireframeOn()
|
|||
|
base.wireframeOff()
|
|||
|
-----------------------Laff Codes-------------------------
|
|||
|
base.localAvatar.toonUp(137)
|
|||
|
base.localAvatar.takeDamage(500)
|
|||
|
base.localAvatar.setMaxHp(15)
|
|||
|
base.localAvatar.setHp(15)
|
|||
|
----------------Book Codes----------------------
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
---------------Teleport Codes---------------------
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
THE BEST CODE LIST
|
|||
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
|
|||
|
|
|||
|
WeAreTeamFd
|
|||
|
fdaim9
|
|||
|
localAvatar.d_setAnimState('Disconnected')
|
|||
|
|
|||
|
|
|||
|
|
|||
|
http://www.allanonymity.com/download/
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.talkAssistant.sendWhisperTalk('LOL ' * 60, 288672755)
|
|||
|
|
|||
|
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
|
|||
|
|
|||
|
|
|||
|
cog1 = base.cr.doFindAll("Cog Name")
|
|||
|
for cog1 in base.cr.doFindAll("Cog Name"):
|
|||
|
cog1.setHpr(0,0,180)
|
|||
|
cog1.setZ(5.5)
|
|||
|
|
|||
|
cog18 = base.cr.doFindAll("Short Change")
|
|||
|
for cog18 in base.cr.doFindAll("Short Change"):
|
|||
|
cog18.setSkelecog(True)
|
|||
|
cog18.setName('Skelecog')
|
|||
|
cog18.displayTalk('')
|
|||
|
cog18.setLevel(6)
|
|||
|
|
|||
|
cog1 = base.cr.doFindAll("Spin Doctor")
|
|||
|
for cog1 in base.cr.doFindAll("Spin Doctor"):
|
|||
|
cog1.setSkelecog(True)
|
|||
|
cog1.setName('FD Servant v2.0')
|
|||
|
cog1.setColor(225,0,0)
|
|||
|
cog1.displayTalk('FD BE OWNING ME')
|
|||
|
cog1.setLevel(6.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
cog1 = base.cr.doFindAll("Spin Doctor")
|
|||
|
for cog1 in base.cr.doFindAll("Spin Doctor"):
|
|||
|
cog1.setSkelecog(True)
|
|||
|
cog1.setVirtual(True)
|
|||
|
cog1.setSkeleRevives(1)
|
|||
|
cog1.setHpr(0,0,180)
|
|||
|
cog1.setZ(5.5)
|
|||
|
cog1.setTwoSided(True)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
toons = base.cr.doFindAll("render")
|
|||
|
for toons in base.cr.doFindAll("render"):
|
|||
|
toons.setName('FD Servant v2.0')
|
|||
|
toons.sendWhisperTalk('LOL ' * 60)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
awake forever :
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
fishCaught = 0
|
|||
|
|
|||
|
fishCaught += 20
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def catch():
|
|||
|
fish = base.cr.doFindAll("FishingTarget")
|
|||
|
for fish in fish:
|
|||
|
print "Activated"
|
|||
|
|
|||
|
fp = base.cr.doFindAll("FishingPond")
|
|||
|
for fp in fp:
|
|||
|
fp.d_hitTarget(fish)
|
|||
|
def sell():
|
|||
|
base.localAvatar.setMaxFishTank(fishCaught)
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in fishman:
|
|||
|
fishid = fishman.doId
|
|||
|
base.localAvatar.setMoney(base.localAvatar.bankMoney)
|
|||
|
messenger.send('enterNPCToon-' + str(fishid), [1])
|
|||
|
def onGo():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(sell))
|
|||
|
seq.start()
|
|||
|
onGo()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
def banBlock(log):
|
|||
|
fileToRead = "C:/Program Files/Disney/Disney Online/ToontownOnline/" + str(log)
|
|||
|
readFile = open('%s'%(fileToRead),'r')
|
|||
|
trash = readFile.read()
|
|||
|
del trash
|
|||
|
def blockBan():
|
|||
|
line_to_parse = readFile.readline()
|
|||
|
line_to_parse = str(line_to_parse)
|
|||
|
if "Server is booting us out" in line_to_parse:
|
|||
|
messenger.send('pandaRenderError')
|
|||
|
else:
|
|||
|
None
|
|||
|
def alwaysGo():
|
|||
|
seq.append(Func(blockBan))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(alwaysGo))
|
|||
|
seq.start()
|
|||
|
alwaysGo()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
getCloset = base.cr.doFindAll("closet")
|
|||
|
for getCloset in base.cr.doFindAll("closet"):
|
|||
|
messenger.send('purchaseDone-' + str(getCloset.doId))
|
|||
|
|
|||
|
|
|||
|
|
|||
|
always works :
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
speed = -230
|
|||
|
lttv = len(ttv)
|
|||
|
if lttv >= 0:
|
|||
|
if 'windResistance' in str(dir(ttv[0])):
|
|||
|
ttv[0].windResistance.setAmplitude(speed)
|
|||
|
elif lttv >= 2:
|
|||
|
if 'windResistance' in str(dir(ttv[1])):
|
|||
|
ttv[1].windResistance.setAmplitude(speed)
|
|||
|
elif lttv >= 3:
|
|||
|
if 'windResistance' in str(dir(ttv[2])):
|
|||
|
ttv[2].windResistance.setAmplitude(speed)
|
|||
|
elif lttv >= 4:
|
|||
|
if 'windResistance' in str(dir(ttv[3])):
|
|||
|
ttv[3].windResistance.setAmplitude(speed)
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess ([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000,9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 1
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.allowSecretChat = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
base.localAvatar.getGameAccess = new2
|
|||
|
|
|||
|
|
|||
|
rainbow gloves :
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').removeNode()
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
from pandac.PandaModules import VBase4
|
|||
|
base.localAvatar.setSystemMessage(0, 'Fd Color Interval Gloves')
|
|||
|
def changeHandColor1():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.97,0.3,0.3,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor2():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.96,0.7,0.7,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor3():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.69,0.29,0.95,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor4():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.69,0.29,0.95,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor5():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.38,0.98,0.43,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor6():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(1,0.90,0.30,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor7():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.35,0.35,0.85,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor8():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.3,0.64,0.85,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor9():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(1,0.5,0.18,1))
|
|||
|
handsChange.start()
|
|||
|
def onChange():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(changeHandColor1))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor2))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor3))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor4))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor5))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor6))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor7))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor8))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor9))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(onChange))
|
|||
|
seq.start()
|
|||
|
onChange()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
flashing gloves :
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def red():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
def pink():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.96,0.7,0.7)
|
|||
|
def purple():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.69,0.29,0.95)
|
|||
|
def green():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.4,1,0.4)
|
|||
|
def yellow():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.95,0.3)
|
|||
|
def dblue():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,0.35,0.85)
|
|||
|
def blue():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.3,0.64,0.85)
|
|||
|
def orange():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.5,0.18)
|
|||
|
def cream():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,1,0.57)
|
|||
|
def perwk():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.55,1)
|
|||
|
def rainglov():
|
|||
|
rain = Sequence()
|
|||
|
rain.append(Func(red))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(pink))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(purple))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(green))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(yellow))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(dblue))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(blue))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(orange))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(cream))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(perwk))
|
|||
|
rain.append(Wait(0.03))
|
|||
|
rain.append(Func(rainglov))
|
|||
|
rain.start()
|
|||
|
rainglov()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
mickey = base.cr.doFindAll("render/mickey")
|
|||
|
for mickey in base.cr.doFindAll("render/mickey"):
|
|||
|
mickey.setName('Ghost Mickey')
|
|||
|
mickey.hideShadow()
|
|||
|
mickey.loop('right-point')
|
|||
|
mickey.setColorScale(0.3)
|
|||
|
mickey.setChatAbsolute('', 1, None, True)
|
|||
|
mickey.find('**/MickeycRay').removeNode()
|
|||
|
mickey.find('**/distAvatarCollNode-415100656').removeNode()
|
|||
|
mickey.find('**/MickeyBlatherSphere').setScale(5000)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
messenger.send('FactoryWinEvent')
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.find('**/panel').find('**/text').setColor(0.1,0.1,0.1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').removeNode()
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
from pandac.PandaModules import VBase4
|
|||
|
base.localAvatar.setSystemMessage(0, 'Fd Color Interval Gloves')
|
|||
|
def changeHandColor1():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.97,0.3,0.3,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor2():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.96,0.7,0.7,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor3():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.69,0.29,0.95,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor4():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.69,0.29,0.95,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor5():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.38,0.98,0.43,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor6():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(1,0.90,0.30,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor7():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.35,0.35,0.85,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor8():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(0.3,0.64,0.85,1))
|
|||
|
handsChange.start()
|
|||
|
def changeHandColor9():
|
|||
|
handsChange = base.localAvatar.find('**/hands').colorInterval(0.5, VBase4(1,0.5,0.18,1))
|
|||
|
handsChange.start()
|
|||
|
def onChange():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(changeHandColor1))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor2))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor3))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor4))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor5))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor6))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor7))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor8))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(changeHandColor9))
|
|||
|
seq.append(Wait(0.5))
|
|||
|
seq.append(Func(onChange))
|
|||
|
seq.start()
|
|||
|
onChange()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
snowman head :
|
|||
|
|
|||
|
Toontown Central : base.cr.sendSetZoneMsg(2659)
|
|||
|
Donald Dock : base.cr.sendSetZoneMsg(1707)
|
|||
|
Daisy Gardens : base.cr.sendSetZoneMsg(5626)
|
|||
|
Minnies Melody Land :base.cr.sendSetZoneMsg(4614)
|
|||
|
Brrrgh :base.cr.sendSetZoneMsg(3828)
|
|||
|
Donald Dream Land : base.cr.sendSetZoneMsg(9720)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.getSmileMuzzles()
|
|||
|
base.localAvatar.showAngryMuzzle()
|
|||
|
base.localAvatar.getSurpriseMuzzles()
|
|||
|
base.localAvatar.showSmileMuzzle()
|
|||
|
base.localAvatar.getSadMuzzles()
|
|||
|
base.localAvatar.hideSadMuzzles()
|
|||
|
base.localAvatar.hideSmileMuzzle()
|
|||
|
base.localAvatar.hideSurpriseMuzzles()
|
|||
|
base.localAvatar.hideAngryMuzzle()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('.brb \n ' * 35)
|
|||
|
base.talkAssistant.sendOpenTalk('\n' * 256)
|
|||
|
base.talkAssistant.sendOpenTalk('Meow \n ' * 36)
|
|||
|
base.talkAssistant.sendOpenTalk('\n'.center(256))
|
|||
|
base.talkAssistant.sendOpenTalk('\n'.center(50) * 5)
|
|||
|
base.talkAssistant.sendOpenTalk('- _ \n O_O \n' * 23)
|
|||
|
base.talkAssistant.sendOpenTalk('Team RED Are Faqs \n ' * 11)
|
|||
|
base.talkAssistant.sendOpenTalk('Kevin is STU POD \n ' * 11)
|
|||
|
base.talkAssistant.sendOpenTalk('Go to report and click Hocks \n ' * 7)
|
|||
|
base.talkAssistant.sendOpenTalk('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 5)
|
|||
|
|
|||
|
dcToon = base.cr.doFindAll("render/Monty")
|
|||
|
for dcToon in base.cr.doFindAll("render/Monty"):
|
|||
|
dcToon.sendtoGolfCourse(1)
|
|||
|
|
|||
|
288073144
|
|||
|
|
|||
|
<EFBFBD> Pass Char
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('\n' * 256)
|
|||
|
base.talkAssistant.sendOpenTalk('Meow \n ' * 30)
|
|||
|
base.talkAssistant.sendOpenTalk('\n'.center(256))
|
|||
|
base.talkAssistant.sendOpenTalk('\n'.center(50) * 5)
|
|||
|
base.talkAssistant.sendOpenTalk('- _ \n O_o \n' * 23)
|
|||
|
|
|||
|
myMusic = base.loader.loadSfx("Custom/Sfx/er Compilation BGM.mp3")
|
|||
|
myMusic.setLoop(True)
|
|||
|
myMusic.play()
|
|||
|
|
|||
|
def avatarController(Toon, control=True):
|
|||
|
if control == True:
|
|||
|
cc = base.cr.doFindAll(str(Toon))
|
|||
|
for cc in base.cr.doFindAll(str(Toon)):
|
|||
|
height = cc.getHeight()
|
|||
|
base.talkAssistant.sendOpenTalk('.I am now being controlled by \' ' + str(cc.getName()) + ' \'')
|
|||
|
base.localAvatar.reparentTo(cc)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setXY(0,0)
|
|||
|
base.localAvatar.setZ(height)
|
|||
|
base.localAvatar.setHpr(0,0,0)
|
|||
|
elif control == False:
|
|||
|
cc = base.cr.doFindAll(str(Toon))
|
|||
|
for cc in base.cr.doFindAll(str(Toon)):
|
|||
|
base.talkAssistant.sendOpenTalk('I am no longer being controlled by \' ' + str(cc.getName()) + ' \'')
|
|||
|
base.localAvatar.reparentTo(render)
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setHpr(90,0,0)
|
|||
|
|
|||
|
|
|||
|
messenger.send('leaveRace')
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
tid = ttv.doId
|
|||
|
|
|||
|
lttv = base.cr.doFindAll("vehicle-" + str(tid))
|
|||
|
for lttv in base.cr.doFindAll("vehicle-" + str(tid)):
|
|||
|
lttv.windResistance.setAmplitude(-160)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.setTurbo(999999)
|
|||
|
base.accept("f6", ttv.startTurbo, [])
|
|||
|
ttv.windResistance.setAmplitude(-50)
|
|||
|
ttv = base.cr.doFindAll("vehicle-" + str(tid))
|
|||
|
|
|||
|
base.localAvatar.getClothesTopsList()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def Control(self):
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
base.accept("f6", ttv.startTurbo, [])
|
|||
|
print ttv.windResistance.setAmplitude(-50)
|
|||
|
c = Control()
|
|||
|
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.setTurbo(999999)
|
|||
|
base.accept("f6", ttv.startTurbo, [])
|
|||
|
print ttv.windResistance.setAmplitude(-50)
|
|||
|
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
print dir(ttv)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.setTurbo(999999)
|
|||
|
base.accept("f6", ttv.startTurbo, [])
|
|||
|
print ttv.windResistance.setAmplitude(-50)
|
|||
|
|
|||
|
ttk = base.cr.doFindAll("Vehicle")
|
|||
|
for ttk in base.cr.doFindAll("Vehicle"):
|
|||
|
ttk.toon.setCogIndex(1)
|
|||
|
|
|||
|
base.localAvatar.physControls.placeOnFloor()
|
|||
|
|
|||
|
['DistributedGag', 'DistributedKartPad', 'DistributedLeaderBoard', 'DistributedP
|
|||
|
rojectile', 'DistributedRace', 'DistributedRacePad', 'DistributedStartingBlock',
|
|||
|
'DistributedVehicle', 'DistributedViewPad', 'DroppedGag', 'EffectManager', 'Fly
|
|||
|
ingGag', 'Kart', 'KartDNA', 'KartShopGlobals', 'KartShopGui', 'Piejectile', 'Pie
|
|||
|
jectileManager', 'RaceEndPanels', 'RaceGUI', 'RaceGag', 'RaceGlobals', 'RaceHead
|
|||
|
Frame', '__builtins__', '__doc__', '__file__', '__name__', '__path__']
|
|||
|
|
|||
|
base.localAvatar._LocalAvatar__friendOnline(base.localAvatar.doId)
|
|||
|
|
|||
|
FriendManager
|
|||
|
|
|||
|
95,27,84,27 and bot = 7,15
|
|||
|
|
|||
|
base.cr.sendDatagram('%xf%')
|
|||
|
|
|||
|
sendToonTaskSpeedChat(self, taskId, toNpcId, toonProgress, msgIndex) method of t
|
|||
|
oontown.chat.TTTalkAssistant.TTTalkAssistant instance
|
|||
|
|
|||
|
'checkAnyTypedChat', 'checkGuildSpeedChat', 'checkGuildTypedChat', 'checkOpenSpeedChat', 'checkOpenTypedChat', 'checkWhisperSpeedChatAvatar', 'checkWhisperSpeedChatPlayer', 'checkWhisperTypedChatAvatar', 'checkWhisperTypedChatPlayer'
|
|||
|
|
|||
|
|
|||
|
Maybe able to use in base.talkAssistant as a 'Command Acception Bot' like 'Fritz' used.
|
|||
|
|
|||
|
def checkForCommand():
|
|||
|
if base.talkAssistant.checkWhisperTypedChatAvatar('Command sit.') == True:
|
|||
|
base.localAvatar.b_setAnimState('Sit')
|
|||
|
|
|||
|
def alwaysCheck():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(checkForCommand))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(alwaysCheck))
|
|||
|
seq.start()
|
|||
|
|
|||
|
alwaysCheck()
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def updateAnimText():
|
|||
|
canim = base.localAvatar.getCurrentAnim()
|
|||
|
canim = str(canim)
|
|||
|
base.talkAssistant.sendOpenTalk('My Current Animation Is : \'' + canim + '\'')
|
|||
|
|
|||
|
def alwaysChangeAnim():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(updateAnimText))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(alwaysChangeAnim))
|
|||
|
seq.start()
|
|||
|
|
|||
|
alwaysChangeAnim()
|
|||
|
|
|||
|
Anim Fetcher:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
from direct.task import Task
|
|||
|
|
|||
|
animStateText = OnscreenText(text='', style=1, fg=(1,1,1,1), align=TextNode.ALeft, pos=(-1.15, .8), scale=.07)
|
|||
|
|
|||
|
animUpdateText(str):
|
|||
|
animStateText.setText(str)
|
|||
|
|
|||
|
def gotoanimUpdateText():
|
|||
|
animUpdateText(str(base.localAvatar.getCurrentAnim()))
|
|||
|
|
|||
|
def alwaysGoAnUp():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(gotoanimUpdateText))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(alwaysGoAnUp))
|
|||
|
seq.start()
|
|||
|
|
|||
|
alwaysGoAnUp()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
http://mmavipc.dyndns.org:8080/english/currentVersionWGN/content/ ?
|
|||
|
|
|||
|
http://www.youtube.com/mmavipc#p/u/3/o3lhD8gBny0
|
|||
|
|
|||
|
Find Message Types:
|
|||
|
|
|||
|
from toontown.distributed.ToontownMsgTypes import *
|
|||
|
print dir(ToontownMsgTypes)
|
|||
|
|
|||
|
tmt = CLIENT_LOGIN_2_BLUE
|
|||
|
print tmt
|
|||
|
|
|||
|
from toontown.toon.ToonDNA import ToonDNA
|
|||
|
tdna = ToonDNA()
|
|||
|
print tdna.getGloveColor()
|
|||
|
|
|||
|
render.findAllMatches('**/hands').setColor(0.97,0.3,0.3,1)
|
|||
|
|
|||
|
Edit any toontown object:
|
|||
|
|
|||
|
ttcGrassSnow = loader.loadTexture("phase_3.5/maps/snow.jpg")
|
|||
|
render.find('**/mainfloor').setTexture(ttcGrassSnow, 1)
|
|||
|
|
|||
|
render.find('**/stair').setColor(1)
|
|||
|
|
|||
|
render.ls()
|
|||
|
|
|||
|
messenger.send('SCStaticTextMsg', [20155])
|
|||
|
|
|||
|
render.find codes?
|
|||
|
|
|||
|
print help(import)
|
|||
|
|
|||
|
Neutral Animations:
|
|||
|
|
|||
|
base.localAvatar.standWalkRunReverse = (('neutral', 3.0), ('walk', 3.0), ('run', 3.0), ('walk', -3.0))
|
|||
|
|
|||
|
base.localAvatar.standWalkRunReverse = (('neutral', -1.0), ('walk', -1.0), ('run', -1.0), ('walk', 1.0))
|
|||
|
|
|||
|
base.localAvatar.standWalkRunReverse = (('neutral', -0.0), ('walk', -0.0), ('run', -0.0), ('walk', 0.0))
|
|||
|
|
|||
|
base.localAvatar.standWalkRunReverse = (('neutral', 0.3), ('walk', 0.3), ('run', 0.3), ('walk', -0.3))
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('CogThiefRunning', 0.3)])
|
|||
|
|
|||
|
base.localAvatar.applyTextureColors()
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk(' ' * 100)
|
|||
|
|
|||
|
def delName():
|
|||
|
base.talkAssistant.sendOpenTalk(' ' * 100)
|
|||
|
|
|||
|
def onNameTime():
|
|||
|
nam = Sequence()
|
|||
|
nam.append(Func(delName))
|
|||
|
nam.append(Wait(7))
|
|||
|
nam.append(Func(onNameTime))
|
|||
|
nam.start()
|
|||
|
|
|||
|
onNameTime()
|
|||
|
|
|||
|
from _start import *
|
|||
|
start()
|
|||
|
|
|||
|
base.localAvatar.stopSleepWatch()
|
|||
|
|
|||
|
base.toggleTexture()
|
|||
|
base.toggleTexMem()
|
|||
|
base.toggleShowVertices()
|
|||
|
|
|||
|
base.setSleep(0)
|
|||
|
|
|||
|
messenger.send('SCStaticTextMsg', [4])
|
|||
|
|
|||
|
messenger.send('SCStaticTextMsg', [20136])
|
|||
|
|
|||
|
messenger.send('SCCustomMsg', [11010])
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk(str(base.talkAssistant.fillWithTestText()))
|
|||
|
|
|||
|
import os
|
|||
|
if os.path.exists("C:\Users\Cody\Desktop\codes.txt"):
|
|||
|
print True"
|
|||
|
else:
|
|||
|
print "False"
|
|||
|
|
|||
|
def resetDoodle():
|
|||
|
pet = base.cr.doFindAll("X")
|
|||
|
for pet in base.cr.doFindAll("X"):
|
|||
|
pet.find('**/body').setColor(0.05,0.05,0.5)
|
|||
|
pet.find('**/leftFoot').setColor(0.05,0.05,0.5)
|
|||
|
pet.find('**/rightFoot').setColor(0.05,0.05,0.5)
|
|||
|
pet.find('**/longTail').setColor(0.9,0.9,0.8)
|
|||
|
pet.find('**/rabbitEars').setColor(0.9,0.9,0.8)
|
|||
|
pet.find('**/feathers').setColor(0.9,0.9,0.8)
|
|||
|
pet.find('**/leftBrow').setColor(0.9,0.9,0.8)
|
|||
|
pet.find('**/rightBrow').setColor(0.9,0.9,0.8)
|
|||
|
pet.find('**/leftPupil').setColor(0.9,0.9,0.8)
|
|||
|
pet.find('**/rightPupil').setColor(0.9,0.9,0.8)
|
|||
|
pet.find('**/leftHighlight').setColor(0.97,0.3,0.3)
|
|||
|
pet.find('**/rightHighlight').setColor(0.97,0.3,0.3)
|
|||
|
pet.find('**/eyeWhites').setColor(0.97,0.3,0.3)
|
|||
|
pet.find('**/panel').find('**/text').setColor(0,0,0)
|
|||
|
pet.find('**/PetEmoteHappy').show()
|
|||
|
pet.find('**/PetEmoteInside4').hide()
|
|||
|
pet.find('**/PetEmoteSurprised').hide()
|
|||
|
pet.find('**/PetEmoteSleepy2').hide()
|
|||
|
pet.find('**/PetEmoteSad4').hide()
|
|||
|
pet.find('**/PetEmotePlay2').hide()
|
|||
|
pet.find('**/PetEmoteOutside2').hide()
|
|||
|
pet.find('**/PetEmoteLove1').hide()
|
|||
|
pet.find('**/PetEmoteLonely2').hide()
|
|||
|
pet.find('**/PetEmoteHungry3').hide()
|
|||
|
pet.find('**/PetEmoteConfused2').hide()
|
|||
|
pet.find('**/PetEmoteBored2').hide()
|
|||
|
pet.find('**/PetEmoteAngry2').hide()
|
|||
|
base.localAvatar.find('**/panel').find('**/text').setColor(0.97,0.3,0.3)
|
|||
|
|
|||
|
def onReset():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(resetDoodle))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(onReset))
|
|||
|
seq.start()
|
|||
|
|
|||
|
onReset()
|
|||
|
|
|||
|
pet = base.cr.doFindAll("X")
|
|||
|
for pet in base.cr.doFindAll("X"):
|
|||
|
pet.find('**/body').setColor(0.05,0.05,0.1)
|
|||
|
pet.find('**/leftFoot').setColor(0.05,0.05,0.1)
|
|||
|
pet.find('**/rightFoot').setColor(0.05,0.05,0.1)
|
|||
|
pet.find('**/rabbitEars').setColor(0.9,0.9,0.9)
|
|||
|
pet.find('**/feathers').setColor(0.9,0.9,0.9)
|
|||
|
pet.find('**/leftBrow').setColor(0.9,0.9,0.9)
|
|||
|
pet.find('**/rightBrow').setColor(0.9,0.9,0.9)
|
|||
|
pet.find('**/leftPupil').setColor(0.9,0.9,0.9)
|
|||
|
pet.find('**/rightPupil').setColor(0.9,0.9,0.9)
|
|||
|
pet.find('**/leftHighlight').setColor(0.97,0.3,0.9)
|
|||
|
pet.find('**/rightHighlight').setColor(0.97,0.3,0.9)
|
|||
|
pet.find('**/eyeWhites').setColor(0.97,0.3,0.9)
|
|||
|
pet.find('**/panel').find('**/text').setColor(0,0,0)
|
|||
|
pet.find('**/PetEmoteHappy').show()
|
|||
|
pet.find('**/PetEmoteInside4').hide()
|
|||
|
pet.find('**/PetEmoteSurprised').hide()
|
|||
|
pet.find('**/PetEmoteSleepy2').hide()
|
|||
|
pet.find('**/PetEmoteSad4').hide()
|
|||
|
pet.find('**/PetEmotePlay2').hide()
|
|||
|
pet.find('**/PetEmoteOutside2').hide()
|
|||
|
pet.find('**/PetEmoteLove1').hide()
|
|||
|
pet.find('**/PetEmoteLonely2').hide()
|
|||
|
pet.find('**/PetEmoteHungry3').hide()
|
|||
|
pet.find('**/PetEmoteConfused2').hide()
|
|||
|
pet.find('**/PetEmoteBored2').hide()
|
|||
|
pet.find('**/PetEmoteAngry2').hide()
|
|||
|
pet.find('**/pigNose').setColor(0.1,0.1,0.1)
|
|||
|
pet.setName('Incorrect')
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("CogKart")
|
|||
|
for ttd in base.cr.doFindAll("CogKart"):
|
|||
|
ttd.rejectBoard(1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
pet = base.cr.doFindAll("X")
|
|||
|
for pet in base.cr.doFindAll("X"):
|
|||
|
pet.setPetName('Suck It')
|
|||
|
|
|||
|
pet = base.cr.doFindAll("Suck ")
|
|||
|
for pet in base.cr.doFindAll("Suck "):
|
|||
|
pet.displayTalk('Hi there! My Name is \'Suck I\', my Name says all!')
|
|||
|
|
|||
|
pet.enterDance()
|
|||
|
pet.enterSwim()
|
|||
|
pet.enterTeleportIn(0)
|
|||
|
pet.enterTeleportOut(0)
|
|||
|
pet.setScale(2,2,0.001)
|
|||
|
pet.setScale(2,0.001,2)
|
|||
|
pet.setScale(0.001,1,1)
|
|||
|
pet.setScale(3,3,3)
|
|||
|
pet.setZ(40)
|
|||
|
|
|||
|
TTC Spinning:
|
|||
|
|
|||
|
base.cam.reparentTo(render)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cam.setPos(-89,50,3.25)
|
|||
|
base.localAvatar.setPos(-89,64,3.25)
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
ttd = base.cr.doFindAll("Fd Green Cat Fd")
|
|||
|
for ttd in base.cr.doFindAll("Fd Green Cat Fd"):
|
|||
|
fdi = ttd.hprInterval(3, Vec3(360, 360, 360))
|
|||
|
fdi.loop()
|
|||
|
|
|||
|
Donalds Dock Spin Interval Server:
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cam.setPos(-38, 95, 6)
|
|||
|
base.localAvatar.setPos(-38, 120, 4)
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
ttd = base.cr.doFindAll("Fd Green Cat Fd")
|
|||
|
for ttd in base.cr.doFindAll("Fd Green Cat Fd"):
|
|||
|
fdi = ttd.hprInterval(3, Vec3(360, 360, 360))
|
|||
|
fdi.loop()
|
|||
|
|
|||
|
toons = base.cr.doFindAll("render")
|
|||
|
for toons in base.cr.doFindAll("render"):
|
|||
|
print toons.getName()
|
|||
|
print toons.doId
|
|||
|
|
|||
|
bc = base.cr.doFindAll("render/Brown Cat")
|
|||
|
for bc in base.cr.doFindAll("render/Brown Cat"):
|
|||
|
messenger.send([bc.b_setAnimState('swim')])
|
|||
|
|
|||
|
Toon Trooper Todd
|
|||
|
281044022
|
|||
|
|
|||
|
Toon Trooper Tabitha
|
|||
|
280608020
|
|||
|
|
|||
|
FIND CODES:
|
|||
|
|
|||
|
print dir(base.localAvatar)
|
|||
|
print dir(base.cr)
|
|||
|
print dir(toontown)
|
|||
|
print dir(base.localAvatar.physControls)
|
|||
|
print dir(base.talkAssistant)
|
|||
|
print dir(cog1)
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def toonTrail():
|
|||
|
base.localAvatar.copyTo(render)
|
|||
|
def onTrail():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(toonTrail))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(onTrail))
|
|||
|
seq.start()
|
|||
|
onTrail()
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('.brb \n ' * 30)
|
|||
|
|
|||
|
marioissoepic
|
|||
|
wecanshare102
|
|||
|
|
|||
|
Fd Green Cat Fd: 0.97,0.3,0.3,1
|
|||
|
Magic Maker: 0.996, 0.898, 0.32, 1
|
|||
|
Incorrect: 0.547, 0.281, 0.75, 1
|
|||
|
Captain Butch: 0.1, 0.9, 0.99, 1
|
|||
|
Duck Buddy: 0.547, 0.281, 0.75, 1
|
|||
|
Crazy Butch Sournoodle: 0.992, 0.48, 0.168, 1
|
|||
|
|
|||
|
Cog Control:
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render")
|
|||
|
for ttd in base.cr.doFindAll("render"):
|
|||
|
ttd.setHpr(0,0,315)
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render")
|
|||
|
for ttd in base.cr.doFindAll("render"):
|
|||
|
ttd.displayTalk('LOL')
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("TagGame")
|
|||
|
for ttd in base.cr.doFindAll("TagGame"):
|
|||
|
ttd.setIt()
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("DivingGame")
|
|||
|
for ttd in base.cr.doFindAll("DivingGame"):
|
|||
|
ttd.setTreasureGrabbed(base.localAvatar.doId, True)
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("TargetGame")
|
|||
|
for ttd in base.cr.doFindAll("TargetGame"):
|
|||
|
ttd.speedForward = 2000
|
|||
|
ttd.speedLaunch = 2000
|
|||
|
|
|||
|
render/ for all toons:
|
|||
|
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render/Aqua Mouse-287435192")
|
|||
|
for ttd in base.cr.doFindAll("render/Aqua Mouse-287435192"):
|
|||
|
ttd.setAnimState('swim')
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render/Ladybug-286544486")
|
|||
|
for ttd in base.cr.doFindAll("render/Ladybug-286544486"):
|
|||
|
ttd.displayTalk('I <3 ')
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render/Raven-272790860")
|
|||
|
for ttd in base.cr.doFindAll("render/Raven-272790860"):
|
|||
|
ttd.setLocation(450000000, 7000)
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
|
|||
|
filepath = "toontown-101126_185750.log"
|
|||
|
|
|||
|
def check():
|
|||
|
file_to_read_from = open('%s'%(filepath),'r')
|
|||
|
if "Command sit." in file_to_read_from.read(2000):
|
|||
|
base.localAvatar.b_setAnimState('Sit')
|
|||
|
if "Command swim." in file_to_read_from.read(2000):
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
if "Command run." in file_to_read_from.read(2000):
|
|||
|
base.localAvatar.b_setAnimState('run')
|
|||
|
if "Command walk." in file_to_read_from.read(2000):
|
|||
|
base.localAvatar.b_setAnimState('walk')
|
|||
|
if "Command victory." in file_to_read_from.read(2000):
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
if "Command jump." in file_to_read_from.read(2000):
|
|||
|
base.localAvatar.b_setAnimState('jump')
|
|||
|
|
|||
|
def checkTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(check))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(checkTime))
|
|||
|
seq.start()
|
|||
|
|
|||
|
checkTime()
|
|||
|
|
|||
|
WEB INFO:
|
|||
|
|
|||
|
nmgr = base.cr.doFindAll("NewsManager")
|
|||
|
for nmgr in base.cr.doFindAll("NewsManager"):
|
|||
|
nmgr.setInvasionStatus('Da Big ', 'Da Big ', 'Da Big ', 'Da Big ')
|
|||
|
|
|||
|
nmgr = base.cr.doFindAll("NewsManager")
|
|||
|
for nmgr in base.cr.doFindAll("NewsManager"):
|
|||
|
nmgr.setInvasionStatus(1, 'hh', 1, 1)
|
|||
|
|
|||
|
nmgr = base.cr.doFindAll("NewsManager")
|
|||
|
for nmgr in base.cr.doFindAll("NewsManager"):
|
|||
|
nmgr.setInvasionStatus(0, 'bs', 1000, 0)
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("ToontownDistrict")
|
|||
|
for ttd in base.cr.doFindAll("ToontownDistrict"):
|
|||
|
ttd.setName('None')
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.setTurbo(999999)
|
|||
|
ttv.enableControls()
|
|||
|
base.accept("f6", ttv.startTurbo, [])
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
base.accept("1", ttv.startTurbo, [])
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.spinCar(36)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("GagBarrel")
|
|||
|
for ttv in base.cr.doFindAll("GagBarrel"):
|
|||
|
print dir(ttv)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.turbo = 99999
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
ttv.setTurbo(9999)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Race")
|
|||
|
for ttv in base.cr.doFindAll("Race"):
|
|||
|
ttv.setLapCount(1)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Race")
|
|||
|
for ttv in base.cr.doFindAll("Race"):
|
|||
|
print dir(ttv.victory)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Race")
|
|||
|
for ttv in base.cr.doFindAll("Race"):
|
|||
|
ttv.genGag(1,1,4)
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("KartShop")
|
|||
|
for ttv in base.cr.doFindAll("KartShop"):
|
|||
|
ttv.putOnSuit('f')
|
|||
|
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: ================"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: Chose avatar id: 287258051"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: Chose avatar name: Incorrect"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: Chose avatar dna: ('rss', 'ms', 's', 'm', 20, 0, 20, 20, 1, 7, 1, 7, 1, 0)"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: Chose avatar position: 1"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: isPaid: False"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: freeTimeLeft: 0"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: allowSecretChat: True"
|
|||
|
print":11-24-2010 17:38:20 OTPClientRepository: ================"
|
|||
|
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: ================"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: Chose avatar id: 287316823"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: Chose avatar name: Master Green Cat"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: Chose avatar dna: ('css', 'ld', 's', 'm', 14, 0, 14, 14, 95, 27, 84, 27, 1, 17)"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: Chose avatar position: 1"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: isPaid: True"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: freeTimeLeft: 0"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: allowSecretChat: True"
|
|||
|
print":11-25-2010 04:37:58 OTPClientRepository: ================"
|
|||
|
|
|||
|
print ":11-25-2010 08:38:45 NewsManager: setInvasionStatus: msgType: 0, cogType: Da Big , numRemaining: 1000, skeleton: 0"
|
|||
|
|
|||
|
Server Toon Up
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.setPosition(0,0,4)
|
|||
|
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.startValentinesDay()
|
|||
|
|
|||
|
tr = base.cr.doFindAll("Trolley")
|
|||
|
for tr in base.cr.doFindAll("Trolley"):
|
|||
|
tr.enterEntering(0)
|
|||
|
|
|||
|
tr = base.cr.doFindAll("Trolley")
|
|||
|
for tr in base.cr.doFindAll("Trolley"):
|
|||
|
tr.exitWaitCounting()
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('Squish')
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
|
|||
|
base.localAvatar.localPresentPie(1)
|
|||
|
|
|||
|
base.localAvatar.localTossPie(100)
|
|||
|
|
|||
|
base.localAvatar.sleepTimeout = 1
|
|||
|
|
|||
|
base.localAvatar.d_playSplashEffect(0,0,0)
|
|||
|
|
|||
|
base.localAvatar.died()
|
|||
|
|
|||
|
base.localAvatar.startBobSwimTask()
|
|||
|
|
|||
|
base.localAvatar.stopBobSwimTask()
|
|||
|
|
|||
|
fm = base.cr.doFindAll("FurnitureManager")
|
|||
|
for fm in base.cr.doFindAll("FurnitureManager"):
|
|||
|
fm.setDirector(287316823)
|
|||
|
|
|||
|
fm = base.cr.doFindAll("FurnitureManager")
|
|||
|
for fm in base.cr.doFindAll("FurnitureManager"):
|
|||
|
fm.setDirector(0)
|
|||
|
|
|||
|
fe = base.cr.doFindAll("FactoryElevatorExt")
|
|||
|
for fe in base.cr.doFindAll("FactoryElevatorExt"):
|
|||
|
fe.acceptBoard()
|
|||
|
|
|||
|
fe = base.cr.doFindAll("FactoryElevatorExt")
|
|||
|
for fe in base.cr.doFindAll("FactoryElevatorExt"):
|
|||
|
fe.enterWaitCountdown(1)
|
|||
|
|
|||
|
fe = base.cr.doFindAll("FactoryElevatorExt")
|
|||
|
for fe in base.cr.doFindAll("FactoryElevatorExt"):
|
|||
|
fe.enterOpening(0)
|
|||
|
|
|||
|
clerks = base.cr.doFindAll("Clerk")
|
|||
|
for clerks in base.cr.doFindAll("Clerk"):
|
|||
|
clerks.setAnimState('SitStart')
|
|||
|
|
|||
|
ttcs = base.cr.doFindAll("SuitDNA")
|
|||
|
for ttcs in base.cr.doFindAll("SuitDNA"):
|
|||
|
print dir(ttcs)
|
|||
|
|
|||
|
Flatten Codes:
|
|||
|
|
|||
|
base.localAvatar.flattenMedium()
|
|||
|
|
|||
|
base.localAvatar.flattenLight()
|
|||
|
|
|||
|
base.localAvatar.flattenStrong()
|
|||
|
|
|||
|
base.localAvatar.flattenMultitex()
|
|||
|
|
|||
|
|
|||
|
sbhqd = base.cr.doFindAll("SellbotHQDoor")
|
|||
|
for sbhqd in base.cr.doFindAll("SellbotHQDoor"):
|
|||
|
sbhqd.setState('opening', 1)
|
|||
|
sbhqd.setState('open', 1)
|
|||
|
|
|||
|
sbhqd = base.cr.doFindAll("SellbotHQDoor")
|
|||
|
for sbhqd in base.cr.doFindAll("SellbotHQDoor"):
|
|||
|
sbhqd.setState('closing', 1)
|
|||
|
sbhqd.setState('closed', 1)
|
|||
|
|
|||
|
sbhqd = base.cr.doFindAll("SellbotHQDoor")
|
|||
|
for sbhqd in base.cr.doFindAll("SellbotHQDoor"):
|
|||
|
sbhqd.rejectEnter = sbhqd.avatarEnter(base.localAvatar.doId)
|
|||
|
sbhqd.setOtherZoneIdAndDoId(11100, base.localAvatar.doId)
|
|||
|
|
|||
|
chqd = base.cr.doFindAll("CogHQDoor")
|
|||
|
for chqd in base.cr.doFindAll("CogHQDoor"):
|
|||
|
chqd.rejectEnter = chqd.avatarEnter(base.localAvatar.doId)
|
|||
|
chqd.setOtherZoneIdAndDoId(12100, 286531738)
|
|||
|
|
|||
|
chqd = base.cr.doFindAll("CogHQDoor")
|
|||
|
for chqd in base.cr.doFindAll("CogHQDoor"):
|
|||
|
print dir(chqd)
|
|||
|
|
|||
|
bank = base.cr.doFindAll("Bank")
|
|||
|
for bank in base.cr.doFindAll("Bank"):
|
|||
|
print dir(bank)
|
|||
|
|
|||
|
bank.find('**/pigBody').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/pigHead').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/earR').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/earL').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/bowl').setColor(0.97,0.3,0.3,1)
|
|||
|
bank.find('**/pedal').setColor(0.97,0.3,0.3,1)
|
|||
|
bank.find('**/base').setColor(0,0,255)
|
|||
|
bank.find('**/main_base').setColor(0,0,255)
|
|||
|
bank.find('**/label').setColor(0,0,255)
|
|||
|
bank.find('**/lid').setColor(0,0,255)
|
|||
|
bank.find('**/jellybeans').removeNode()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
bank.hide()
|
|||
|
bank.show()
|
|||
|
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in base.cr.doFindAll("Fisherman"):
|
|||
|
fishman.displayTalk('LOL')
|
|||
|
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in base.cr.doFindAll("Fisherman"):
|
|||
|
fishman.setAnimState('Sit')
|
|||
|
|
|||
|
fishman = bingo
|
|||
|
fishman.setJackpot(12000)
|
|||
|
fishman.enableBingo()
|
|||
|
|
|||
|
fishman.setPos(0,0,0)
|
|||
|
fishman.setHpr(180,0,50)
|
|||
|
fishman.showHpString('Heh...')
|
|||
|
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in base.cr.doFindAll("Fisherman"):
|
|||
|
print dir(fishman)
|
|||
|
|
|||
|
fishman.findAllMatches('**/hands').setColor(0.3,0.3,0.35)
|
|||
|
fishman.findAllMatches('**/head-short').setColor(0.97,0.3,0.3,1)
|
|||
|
fishman.findAllMatches('**/head-front-short').setColor(0.97,0.3,0.3,1)
|
|||
|
fishman.findAllMatches('**/ears-short').setColor(0.97,0.3,0.3,1)
|
|||
|
fishman.findAllMatches('**/neck').setColor(0.97,0.3,0.3,1)
|
|||
|
fishman.findAllMatches('**/arms').setColor(0.97,0.3,0.3,1)
|
|||
|
fishman.findAllMatches('**/legs').setColor(0.97,0.3,0.3,1)
|
|||
|
fishman.findAllMatches('**/feet').setColor(0.97,0.3,0.3,1)
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
ttHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
ttHat.reparentTo(fishman)
|
|||
|
ttHat.setZ(5)
|
|||
|
ttHat.setColorScale(25)
|
|||
|
ttHatSpin = ttHat.find('**/whistleIcon').hprInterval(3, Vec3(360, 0, 0))
|
|||
|
ttHatSpin.loop()
|
|||
|
fishman.setName('~ Toon Troop ~ Freddy')
|
|||
|
fishman.displayTalk('.I\'m Pimped!')
|
|||
|
fishman.loop('happy-dance')
|
|||
|
fishman.findAllMatches('**/ears-short').hide()
|
|||
|
hat = loader.loadModel("phase_5/models/props/hat.bam")
|
|||
|
hat.reparentTo(fishman.find('**/head-short'))
|
|||
|
hat.setColor(1)
|
|||
|
hat.setZ(0.4)
|
|||
|
hat.setR(270)
|
|||
|
fishman.find('**/muzzle-short-neutral').hide()
|
|||
|
fishman.find('**/muzzle-short-angry').show()
|
|||
|
fmSpin = fishman.hprInterval(5, Vec3(360, 0, 0))
|
|||
|
fmSpin.loop()
|
|||
|
fishman.find('**/distAvatarCollNode-415100032').removeNode()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Flippy Tricker:
|
|||
|
|
|||
|
flippy.showHpString('Heh...')
|
|||
|
flippy.findAllMatches('**/hands').setColor(0.3,0.3,0.35)
|
|||
|
flippy.findAllMatches('**/head').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/head-front').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/ears-short').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/neck').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/arms').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/legs').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/feet').setColor(0.97,0.3,0.3,1)
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
ttHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
ttHat.reparentTo(flippy)
|
|||
|
ttHat.setZ(5)
|
|||
|
ttHat.setColorScale(25)
|
|||
|
ttHatSpin = ttHat.find('**/whistleIcon').hprInterval(3, Vec3(360, 0, 0))
|
|||
|
ttHatSpin.loop()
|
|||
|
flippy.setName('~ Toon Troop ~ Flippy')
|
|||
|
flippy.setSC(4)
|
|||
|
flippy.setEmoteState(0,0)
|
|||
|
|
|||
|
|
|||
|
PopCorn:
|
|||
|
|
|||
|
messenger.send('avatarDetails', [268708519, 'Popcorn', 1])
|
|||
|
|
|||
|
base.localAvatar.setFriendsList([(268708519, 1)])
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(268708519)
|
|||
|
|
|||
|
base.cr.enterCreateAccount(createAccountDoneData={'back': 'login', 'backArgs': []})
|
|||
|
|
|||
|
base.cr.enterChooseAvatar([286531738])
|
|||
|
|
|||
|
base.cr.goToPickAName(286531738, 1)
|
|||
|
|
|||
|
base.cr.allowOpenChat()
|
|||
|
|
|||
|
base.cr.enterLogin()
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetLocation(286454723, 450000000, 7000)
|
|||
|
|
|||
|
base.localAvatar.enableSnowMen(1)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-short').hide()
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').hide()
|
|||
|
base.localAvatar.find('**/ears-short').hide()
|
|||
|
base.localAvatar.find('**/muzzle-short-laugh').hide()
|
|||
|
base.localAvatar.enablePumpkins(1)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-short').show()
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').show()
|
|||
|
base.localAvatar.find('**/ears-short').show()
|
|||
|
base.localAvatar.find('**/muzzle-short-laugh').show()
|
|||
|
base.localAvatar.enablePumpkins(0)
|
|||
|
|
|||
|
Server Disconnections:
|
|||
|
|
|||
|
base.cr.waitForDatabaseTimeout()
|
|||
|
|
|||
|
base.cr.networkPlugPulled()
|
|||
|
|
|||
|
base.cr.pullNetworkPlug()
|
|||
|
|
|||
|
base.cr.restoreNetworkPlug()
|
|||
|
|
|||
|
base.localAvatar.flush()
|
|||
|
|
|||
|
base.localAvatar.cr.toons.flush()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('swimhold')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('off')
|
|||
|
|
|||
|
base.localAvatar.composeColorScale(4)
|
|||
|
|
|||
|
toontown.toon.LocalToon.LocalToon.play(base.localAvatar, 'swing')
|
|||
|
|
|||
|
base.localAvatar.forceGotoSleep()
|
|||
|
|
|||
|
Generators:
|
|||
|
|
|||
|
base.localAvatar.generateToonColor()
|
|||
|
|
|||
|
base.localAvatar.generateToonHead()
|
|||
|
|
|||
|
base.localAvatar.generateToonTorso()
|
|||
|
|
|||
|
base.localAvatar.generateToonLegs()
|
|||
|
|
|||
|
base.localAvatar.setFancyNametag('Incorrect')
|
|||
|
|
|||
|
Server Laff:
|
|||
|
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
|
|||
|
Chat Plans:
|
|||
|
|
|||
|
phase_3.5/models/gui/chat_input_gui.bam
|
|||
|
|
|||
|
base.localAvatar.b_setLocation(316000000, 11100)
|
|||
|
|
|||
|
base.localAvatar.putOnSuit
|
|||
|
|
|||
|
base.localAvatar.createSystemMsgAckGui
|
|||
|
|
|||
|
base.localAvatar.cr.**/?
|
|||
|
|
|||
|
use node.ls()
|
|||
|
|
|||
|
node.find('**/the name from the ls')
|
|||
|
|
|||
|
use it to type in onscreen text and display it on the other persons screen using a network connection
|
|||
|
|
|||
|
Display text using: phase_3.5/models/gui/frame.bam or: phase_3.5/models/gui/photo_frame.bam
|
|||
|
|
|||
|
Display people in the chatroom using: phase_3.5/models/gui/frame4names.bam
|
|||
|
|
|||
|
Use the arrows from this file to scroll up and down the displayed text using a Direct Scroller:
|
|||
|
|
|||
|
phase_3.5/models/gui/friendslist_gui.bam
|
|||
|
|
|||
|
use node.ls() and find()
|
|||
|
|
|||
|
base.localAvatar.setLookAtPoint(1)
|
|||
|
and move your toon
|
|||
|
|
|||
|
base.localAvatar.setSCResistance(201, nearbyToons=[286531738, 235326465])
|
|||
|
|
|||
|
base.localAvatar.displayTalk('Motha', mods=True)
|
|||
|
|
|||
|
import libdirect
|
|||
|
libdirect.CConnectionRepository.disconnect(286731203)
|
|||
|
|
|||
|
base.localAvatar.physControls.disableAvatarControls()
|
|||
|
|
|||
|
base.localAvatar.physControls.enableAvatarControls()
|
|||
|
|
|||
|
base.localAvatar.setNameVisible(False)
|
|||
|
|
|||
|
base.localAvatar.setNameVisible(True)
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def addEyes():
|
|||
|
base.localAvatar.surprise()
|
|||
|
def goEyes():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(addEyes))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(goEyes))
|
|||
|
seq.start()
|
|||
|
goEyes()
|
|||
|
|
|||
|
Transformations:
|
|||
|
|
|||
|
base.localAvatar.showAllBounds()
|
|||
|
|
|||
|
base.localAvatar.showAllDescendants()
|
|||
|
|
|||
|
base.localAvatar.showBooks()
|
|||
|
|
|||
|
base.localAvatar.showBounds()
|
|||
|
|
|||
|
base.localAvatar.showCS()
|
|||
|
|
|||
|
base.localAvatar.showHpString('')
|
|||
|
|
|||
|
base.localAvatar.showHpText('')
|
|||
|
|
|||
|
base.localAvatar.showHpString('1')
|
|||
|
|
|||
|
base.localAvatar.showHpString('-1')
|
|||
|
|
|||
|
base.localAvatar.showSiblings()
|
|||
|
|
|||
|
|
|||
|
Troop Hat:
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
ttHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
ttHat.reparentTo(base.localAvatar)
|
|||
|
ttHat.setZ(4.1)
|
|||
|
ttHat.setColorScale(25)
|
|||
|
ttHatSpin = ttHat.find('**/whistleIcon').hprInterval(3, Vec3(360, 0, 0))
|
|||
|
ttHatSpin.loop()
|
|||
|
|
|||
|
|
|||
|
Party Hat:
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
tTroopHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
tTroopHat.reparentTo(base.localAvatar.find('**/head-short'))
|
|||
|
tTroopHat.setZ(0.45)
|
|||
|
tTroopHat.setX(-0.05)
|
|||
|
tTroopHat.setColorScale(25)
|
|||
|
|
|||
|
|
|||
|
Walk:
|
|||
|
|
|||
|
base.localAvatar.setWalkSpeedSlow()
|
|||
|
|
|||
|
base.localAvatar.setWalkSpeedNormal()
|
|||
|
|
|||
|
Cut:
|
|||
|
|
|||
|
base.localAvatar.setScissor(10,0)
|
|||
|
|
|||
|
base.localAvatar.setScissor(100,100)
|
|||
|
|
|||
|
base.localAvatar.clearScissor()
|
|||
|
|
|||
|
base.localAvatar.clearChat()
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setRenderModeNeutral()
|
|||
|
|
|||
|
base.localAvatar.setRenderModeFilled()
|
|||
|
|
|||
|
|
|||
|
To show time in the IM:
|
|||
|
|
|||
|
from time import *
|
|||
|
ctime = ctime()
|
|||
|
print ctime + ": " + msg
|
|||
|
|
|||
|
base.localAvatar.swapToonHead(CatHead250Polys)
|
|||
|
|
|||
|
|
|||
|
Good Plans:
|
|||
|
|
|||
|
Graveyard For Cutscene: phase_12/models/bossbotHQ/BossbotFairwayRoom_A.bam
|
|||
|
|
|||
|
Cog Games: phase_10/models/cashbothq/zone17a.bam
|
|||
|
|
|||
|
interior: phase_3.5/models/modules/toon_interior_t.bam or: phase_3.5/models/modules/toon_interior.bam etc.
|
|||
|
|
|||
|
Tutorial: phase_3.5/models/modules/toon_interior_tutorial.bam
|
|||
|
|
|||
|
Counter/wall: phase_3.5/models/modules/countershort.bam or: phase_3.5/models/modules/counter.bam
|
|||
|
|
|||
|
Gags: phase_3.5/models/gui/inventory_icons.bam
|
|||
|
|
|||
|
Clock: phase_3.5/models/gui/clock_gui.bam
|
|||
|
|
|||
|
Film Strip: phase_3.5/models/gui/filmstrip.bam
|
|||
|
|
|||
|
Holiday Trees: phase_3.5/models/props/winter_trees or phase_3.5/models/props/
|
|||
|
|
|||
|
Blue Cat : 286808081
|
|||
|
|
|||
|
Motion Path:
|
|||
|
|
|||
|
from direct.directutil import Mopath
|
|||
|
from direct.interval.MopathInterval import *
|
|||
|
|
|||
|
motionPath1 = Mopath.Mopath()
|
|||
|
motionPath1.loadFile("Filepath")
|
|||
|
|
|||
|
moInterval = MopathInterval(motionPath1, base.localAvatar, name = "avMoP")
|
|||
|
moInterval.start()
|
|||
|
|
|||
|
messenger.send('entertreasureSphere-415151763', [1])
|
|||
|
messenger.send('entertreasureSphere-415256834', [1])
|
|||
|
messenger.send('entertreasureSphere-415924840', [1]) - Near Tree in the back
|
|||
|
messenger.send('entertreasureSphere-415964177', [1])
|
|||
|
messenger.send('entertreasureSphere-415972469', [1])
|
|||
|
|
|||
|
base.localAvatar.find('**/eyes-short').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/joint_pupilR_short').removeNode()
|
|||
|
base.localAvatar.find('**/joint_pupilL_short').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/Fd Green Cat Fd').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/TT_sky.egg').setTexture(gloves, 1)
|
|||
|
base.localAvatar.find('**/TT_sky.egg').setColor(1)
|
|||
|
|
|||
|
base.localAvatar.ls()
|
|||
|
|
|||
|
Escape The Fate - 286593520
|
|||
|
Fever Ray - 286565303
|
|||
|
|
|||
|
|
|||
|
SC:
|
|||
|
|
|||
|
Neutral:
|
|||
|
|
|||
|
base.localAvatar.setCustomMessages([550, 580, 6000, 6100, 12000, 11010, 590, 820, 40, 100, 170, 230, 890, 290, 320, 370, 380, 400, 420, 460, 470, 440, 480, 510, 500, 560, 570, 650, 660, 670, 680, 710, 770, 830])
|
|||
|
|
|||
|
Valentines:
|
|||
|
|
|||
|
base.localAvatar.setCustomMessages([12000, 12001, 12002, 12003, 12004, 12005, 12006, 12007, 12008, 12009, 12010, 12011, 12012, 12013, 12014, 12015, 12016, 12017, 12018])
|
|||
|
|
|||
|
Collision:
|
|||
|
|
|||
|
base.localAvatar.find('**/GW.cWallSphereNode').show()
|
|||
|
base.localAvatar.find('**/GW.cEventSphereNode').show()
|
|||
|
base.localAvatar.find('**/ccLineNode').show()
|
|||
|
|
|||
|
base.localAvatar.find('**/GW.cWallSphereNode').hide()
|
|||
|
base.localAvatar.find('**/GW.cEventSphereNode').hide()
|
|||
|
base.localAvatar.find('**/ccLineNode').hide()
|
|||
|
|
|||
|
|
|||
|
Big Cheese Head blue:
|
|||
|
|
|||
|
avHead = base.localAvatar.find('**/head-short')
|
|||
|
bAvHead = loader.loadModel("phase_4/models/char/suitA-heads.bam")
|
|||
|
avBigCheeseHead = bAvHead.find('**/bigcheese')
|
|||
|
avBigCheeseHead.setColor(0,0,1)
|
|||
|
avBigCheeseHead.reparentTo(avHead)
|
|||
|
avBigCheeseHead.setScale(2.3)
|
|||
|
avBigCheeseHead.setPos(0,.3,-1)
|
|||
|
|
|||
|
List:
|
|||
|
|
|||
|
backstabber
|
|||
|
bigwig
|
|||
|
headhunter
|
|||
|
legaleagle
|
|||
|
numbercruncher
|
|||
|
pennypincher
|
|||
|
yesman
|
|||
|
twoface
|
|||
|
|
|||
|
|
|||
|
Convert BAM files to EGG files
|
|||
|
|
|||
|
Command Prompt:
|
|||
|
|
|||
|
cd\
|
|||
|
|
|||
|
cd\Users\cody\Desktop\Panda3D-1.7.0\Bin
|
|||
|
|
|||
|
bam2egg -ps rel -o danceFloor.egg danceFloor.ba
|
|||
|
|
|||
|
|
|||
|
cd\Users\Desktop\Panda3D-1.7.0\Bin
|
|||
|
|
|||
|
pview partyCatchTree.bam grass.bam event Sign.bam danceFloor.bam cogPinataHole.bam cogPinata_actor.bam cogPinata_bodyHitBack_anim.bam partyGrounds.bam
|
|||
|
|
|||
|
|
|||
|
Disco Pants:
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
base.localAvatar.b_setEmoteState(3,1)
|
|||
|
|
|||
|
Then:
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
|
|||
|
from toontown.ai import DistributedBlackCatMgr
|
|||
|
from toontown.ai.DistributedBlackCatMgr import *
|
|||
|
messenger.send('DistributedBlackCatMgr-activate')
|
|||
|
|
|||
|
ball = loader.loadModel("rock.bam")
|
|||
|
ball.reparentTo(render)
|
|||
|
ball.setPos(69, -0, 6)
|
|||
|
ball.setScale(4)
|
|||
|
ball.setColor(0.97,0.3,0.3,1)
|
|||
|
|
|||
|
light1 = PointLight("light1")
|
|||
|
light1transform = render.attachNewNode (light1)
|
|||
|
ball.setLight(light1transform)
|
|||
|
light1transform.setPos(0,-20,20)
|
|||
|
|
|||
|
rotator = ball.hprInterval(10, Vec3(360, 0, 0))
|
|||
|
rotator.loop()
|
|||
|
|
|||
|
ball.setShaderInput("light",light1transform)
|
|||
|
ball.setShaderAuto()
|
|||
|
|
|||
|
ballObj = ball.attachNewNode(CollisionNode('colNode'))
|
|||
|
ballObj.node().addSolid(CollisionSphere(0, 0, 0, 1))
|
|||
|
|
|||
|
ballPusher = CollisionHandlerPusher()
|
|||
|
pusher.addCollider(ballObj, ball)
|
|||
|
|
|||
|
|
|||
|
:10-28-2010 12:18:28 LoginScreen: Paid from game server login: False
|
|||
|
|
|||
|
|
|||
|
<toontown.ai.DistributedTrickOrTreatTarget.DistributedTrickOrTreatTarget instance at 0x1AB969E0>:
|
|||
|
'SCCustomMsg'
|
|||
|
|
|||
|
|
|||
|
messenger.send('SCStaticTextMsg', [10003])
|
|||
|
messenger.send('SCStaticTextMsg', [20004]) - Talk to my assistant.
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.systemWarning('Disconnected!')
|
|||
|
|
|||
|
from pandac.PandaModules import Material
|
|||
|
from pandac.PandaModules import VBase4
|
|||
|
|
|||
|
avMaterial = Material()
|
|||
|
avMaterial.setShininess(5.0) #Make this material shiny
|
|||
|
avMaterial.setAmbient(VBase4(0,0,1,1))
|
|||
|
|
|||
|
av = base.localAvatar
|
|||
|
av.setMaterial(myMaterial)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Name tag color change:
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
alight = AmbientLight('alight')
|
|||
|
alight.setColor(VBase4(.93,0,0,1))
|
|||
|
alnp = render.attachNewNode(alight)
|
|||
|
messenger.send('nametagAmbientLightChanged', [alnp])
|
|||
|
|
|||
|
|
|||
|
messenger.send('SCCustomMsg', [10003])
|
|||
|
|
|||
|
|
|||
|
Kart Racing s:
|
|||
|
|
|||
|
messenger.send('leaveRace')
|
|||
|
messenger.send('imIn-banana')
|
|||
|
messenger.send('leavingRace')
|
|||
|
messenger.send('InputState-forward', [100])
|
|||
|
|
|||
|
|
|||
|
messenger.send('hpChange-286412384', [137,137])
|
|||
|
|
|||
|
|
|||
|
base.acceptOnce("escape", sys.exit )
|
|||
|
|
|||
|
messenger.send('hpChange-286313331', [137, 137])
|
|||
|
|
|||
|
messenger.send('enterFurnitureManager', [1, 1])
|
|||
|
|
|||
|
messenger.send('friendOnline', [286313331])
|
|||
|
|
|||
|
messenger.send('friendOffline', [286313331])
|
|||
|
|
|||
|
messenger.send('nameTagShowAvId', [286313331])
|
|||
|
|
|||
|
messenger.send('playerFriendInvitationEvent', [])
|
|||
|
|
|||
|
messenger.send('avatarNewFriendAddEvent', [273515701])
|
|||
|
|
|||
|
messenger.send('entertrolley_sphere', [1])
|
|||
|
|
|||
|
messenger.send('enterMickeyBlatherSphere', [1])
|
|||
|
|
|||
|
messenger.send('requestSkipTutorial')
|
|||
|
|
|||
|
messenger.send('rejectTutorial')
|
|||
|
|
|||
|
|
|||
|
messenger.send('enterKnockKnockDoorSphere_1', [1]) - messenger.send('enterKnockKnockDoorSphere_4', [1])
|
|||
|
|
|||
|
|
|||
|
CLOTHES STEAL:
|
|||
|
|
|||
|
messenger.send('purchaseDone-415360110')
|
|||
|
|
|||
|
messenger.send('reach-boat')
|
|||
|
messenger.send('minigameAbort')
|
|||
|
messenger.send('hoodDone')
|
|||
|
messenger.send('enter')
|
|||
|
|
|||
|
boat game :
|
|||
|
|
|||
|
messenger.send('grab-0')
|
|||
|
messenger.send('reach-boat')
|
|||
|
messenger.send('hitby-crabby0')
|
|||
|
messenger.send('FishHit')
|
|||
|
messenger.send('minigameAbort')
|
|||
|
messenger.send('hoodDone')
|
|||
|
|
|||
|
|
|||
|
Disconnect:
|
|||
|
|
|||
|
base.cr.lostConnection()
|
|||
|
|
|||
|
|
|||
|
Die:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def die1():
|
|||
|
base.localAvatar.b_setAnimState('Died')
|
|||
|
def render1():
|
|||
|
base.localAvatar.reparentTo(render)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(die1))
|
|||
|
seq.append(Wait(7))
|
|||
|
seq.append(Func(render1))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
boat1 = loader.loadModel("phase_6/models/neighborhoods/donald.bam")
|
|||
|
boat1.reparentTo(render)
|
|||
|
boat1.setPos(0,0,111111111111)
|
|||
|
boat1.setHpr(0,0,0)
|
|||
|
boat1.setScale(1)
|
|||
|
|
|||
|
boat2 = boat1.find('**/donalds_boat')
|
|||
|
boat2.reparentTo(render)
|
|||
|
boat2.setPos(31,-17,4)
|
|||
|
boat2.setHpr(90,0,0)
|
|||
|
boat2.setScale(1)
|
|||
|
|
|||
|
boatPosInterval1 = boat2.posInterval(13,
|
|||
|
Point3(-37,-17,3.679))
|
|||
|
boatPosInterval2 = boat2.posInterval(13,
|
|||
|
Point3(31,-17,4))
|
|||
|
|
|||
|
boatPace = Sequence(boatPosInterval1,
|
|||
|
boatPosInterval2,
|
|||
|
name="boatPace")
|
|||
|
|
|||
|
boatPace.loop()
|
|||
|
|
|||
|
|
|||
|
Mouse Tracker:
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
from direct.task import Task
|
|||
|
|
|||
|
text = OnscreenText(text='', style=1, fg=(1,1,1,1), align=TextNode.ALeft, pos=(-1.15, .8), scale=.07)
|
|||
|
|
|||
|
def mouseMoved(x, y):
|
|||
|
updateText('Mouse X,Y (%0.3f, %0.3f)' % (x,y))
|
|||
|
|
|||
|
def mouseLost():
|
|||
|
updateText('Mouse Lost')
|
|||
|
|
|||
|
def updateText(msg):
|
|||
|
global text
|
|||
|
text.setText(msg)
|
|||
|
|
|||
|
#Task to move the camera
|
|||
|
def MouseMotion(task):
|
|||
|
if base.mouseWatcherNode.hasMouse():
|
|||
|
x = base.mouseWatcherNode.getMouseX()
|
|||
|
y = base.mouseWatcherNode.getMouseY()
|
|||
|
mouseMoved(x, y)
|
|||
|
else:
|
|||
|
mouseLost()
|
|||
|
return Task.cont
|
|||
|
|
|||
|
taskMgr.add(MouseMotion, 'MouseMotion')
|
|||
|
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
boatP1 = loader.loadModel("phase_6/models/neighborhoods/donalds_dock.bam")
|
|||
|
boatP1.reparentTo(render)
|
|||
|
boatP1.setPos(0,0,111111111111)
|
|||
|
boatP1.setHpr(0,0,0)
|
|||
|
boatP1.setScale(1)
|
|||
|
|
|||
|
boatL = boatP1.find('**/donalds_boat')
|
|||
|
boatL.reparentTo(render)
|
|||
|
boatL.setPos(28.423,-22.471,4.025)
|
|||
|
boatL.setHpr(270,0,0)
|
|||
|
boatL.setScale(1)
|
|||
|
|
|||
|
boatPosInterval1 = boatL.posInterval(13,
|
|||
|
Point3(28.423,0.001,4.025),
|
|||
|
startPos=Point3(28.423,-22.471,4.025)
|
|||
|
boatPosInterval2 = boatL.posInterval(13,
|
|||
|
Point3(28.423,-22.471,4.025),
|
|||
|
startPos=Point3(28.423,-22.471,4.025)
|
|||
|
boatHprInterval1 = boatL.hprInterval(13,
|
|||
|
Point3(90,0,0),
|
|||
|
startHpr=Point3(270,0,0)
|
|||
|
boatHprInterval2 = boatL.hprInterval(13,
|
|||
|
Point3(270,0,0)
|
|||
|
startHpr=Point3(90,0,0)
|
|||
|
|
|||
|
boatPace = Sequence(boatPosInterval1,
|
|||
|
boatHprInterval1,
|
|||
|
boatPosInterval2,
|
|||
|
boatHprInterval2,
|
|||
|
name="boatPace")
|
|||
|
boatPace.loop()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
28.423,0.001,4.025
|
|||
|
|
|||
|
|
|||
|
Custom Coder:
|
|||
|
|
|||
|
|
|||
|
type = toontown.findAllMatches('**/phase_*/models/blah/bam.bam')
|
|||
|
typeText = loader.loadTexture('folder/folder/image.jpg')
|
|||
|
type.setTexture(typeText, 1)
|
|||
|
|
|||
|
base.localAvatar.nametag.setName('Fd Green Cat Fd')
|
|||
|
|
|||
|
|
|||
|
messenger.send('playGameDone')
|
|||
|
|
|||
|
|
|||
|
Swim Button:
|
|||
|
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = "Swim Ready"
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def setText():
|
|||
|
bk_text = "Swimming"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
|
|||
|
b = DirectButton(text = ("SWIM", "swim", "swim", "SWIM"), scale=.06, pos = (0,-.95,-.95), command=setText)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Button s:
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Swimming"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Sitting"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('SitStart')
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Catching"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Catching')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Golf Turning Right"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('GolfRotateRight')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "Dying"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Died')
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Sad"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "Pushing"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Push')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
bk_text = "Scientist Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("SWIM", "swim", "swim", "SWIM"), scale=.06, pos = (-.98,-0,-.95), command=setText1)
|
|||
|
b2 = DirectButton(text = ("SIT", "sit", "sit", "SIT"), scale=.06, pos = (-.8,-0,-.95), command=setText2)
|
|||
|
b3 = DirectButton(text = ("CATCH", "catch", "catch", "CATCH"), scale=.06, pos = (-.6,-0,-.95), command=setText3)
|
|||
|
b4 = DirectButton(text = ("GOLF ROTATE", "golf rotate", "golf rotate", "GOLF ROTATE"), scale=.06, pos = (-.28,-0,-.95), command=setText4)
|
|||
|
b5 = DirectButton(text = ("DIE", "die", "die", "DIE"), scale=.06, pos = (-0,-0,-.95), command=setText5)
|
|||
|
b6 = DirectButton(text = ("SAD", "sad", "sad", "SAD"), scale=.06, pos = (.16,-0,-.95), command=setText6)
|
|||
|
b7 = DirectButton(text = ("PUSH", "push", "push", "PUSH"), scale=.06, pos = (.35,-0,-.95), command=setText7)
|
|||
|
b8 = DirectButton(text = ("R-P-C", "r-p-c", "r-p-c", "R-P-C"), scale=.06, pos = (.565,-0,-.95), command=setText8)
|
|||
|
|
|||
|
while var is 1:
|
|||
|
base.accept("control", normal1, [])
|
|||
|
|
|||
|
while var is 0:
|
|||
|
base.accept("control", base.localAvatar.b_setSCSinging, [4])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Book:
|
|||
|
|
|||
|
base.localAvatar.book.setColor(255,0.01,0.01)
|
|||
|
|
|||
|
base.localAvatar.book.setP(180)
|
|||
|
|
|||
|
base.localAvatar.book.setPage(0)
|
|||
|
|
|||
|
|
|||
|
Black Toon:
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.3,0.3,0.35)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.3,0.3,0.35)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.3,0.3,0.35)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.3,0.3,0.35)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.3,0.3,0.35)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.3,0.3,0.35)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.3,0.3,0.35)
|
|||
|
|
|||
|
|
|||
|
Red Toon:
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.97,0.3,0.3,1)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.97,0.3,0.3,1)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.97,0.3,0.3,1)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.97,0.3,0.3,1)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.97,0.3,0.3,1)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.97,0.3,0.3,1)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.97,0.3,0.3,1)
|
|||
|
|
|||
|
Sea Green:
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Anim Control:
|
|||
|
|
|||
|
ac1 = base.localAvatar.getAllAnimControl('swing', 'legs')
|
|||
|
ac1.setPlayRate(5)
|
|||
|
ac1.loop(True)
|
|||
|
|
|||
|
ac1.stop()
|
|||
|
ac1.loop(True)
|
|||
|
ac1.pose(8)
|
|||
|
ac1.setPlayRate(5)
|
|||
|
|
|||
|
base.localAvatar.play('happy-dance')
|
|||
|
base.localAvatar.stop()
|
|||
|
base.localAvatar.pose('climb', 30)
|
|||
|
base.localAvatar.play('melt', fromFrame = 30)
|
|||
|
base.localAvatar.loop('melt', fromFrame = 30)
|
|||
|
base.localAvatar.loop('throw', fromFrame = 24, toFrame = 80)
|
|||
|
base.localAvatar.play('throw', fromFrame = 24, toFrame = 80)
|
|||
|
base.localAvatar.loop('swing', restart = 1, fromFrame = 24, toFrame = 36)
|
|||
|
base.localAvatar.play('swing', restart = 1, fromFrame = 24, toFrame = 36)
|
|||
|
base.localAvatar.pose('swing', 30)
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.clearTexture(variable)
|
|||
|
|
|||
|
|
|||
|
base.setBackgroundColor(1,1,1)
|
|||
|
|
|||
|
base.setBackgroundColor(0,0,0)
|
|||
|
|
|||
|
|
|||
|
Whisper Talk:
|
|||
|
|
|||
|
base.talkAssistant.sendWhisperTalk('LOL', 286071781)
|
|||
|
|
|||
|
|
|||
|
base.talkAssistant.sendWhisperTalk('LOL ' * 50, 286071781)
|
|||
|
|
|||
|
|
|||
|
Music Code:
|
|||
|
|
|||
|
music1 = base.loader.loadSfx("phase_9/audio/bgm/CHQ_FACT_bg.mid")
|
|||
|
music1.setLoop(True)
|
|||
|
music1.play()
|
|||
|
|
|||
|
music1 = base.loader.loadSfx("Custom/Sfx/Losing You.mp3")
|
|||
|
music1.setVolume(.2)
|
|||
|
music1.setLoop(True)
|
|||
|
music1.play()
|
|||
|
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_12/audio/bgm/Bossbot_Factory_v3.mid")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
music1.setLoopCount(3)
|
|||
|
|
|||
|
music1.setPlayRate(.5)
|
|||
|
|
|||
|
music1.setTime(20)
|
|||
|
|
|||
|
music1.getTime()
|
|||
|
|
|||
|
music1.length()
|
|||
|
|
|||
|
|
|||
|
Music Loggers:
|
|||
|
|
|||
|
time = music1.getTime()
|
|||
|
time = int(time)
|
|||
|
time = str(time)
|
|||
|
print time
|
|||
|
|
|||
|
length = music1.length()
|
|||
|
length = int(length)
|
|||
|
length = str(length)
|
|||
|
print length
|
|||
|
|
|||
|
|
|||
|
Messengers:
|
|||
|
|
|||
|
messenger.send('playerDetails', [286051117, 1])
|
|||
|
|
|||
|
messenger.send('control-arrow_down')
|
|||
|
|
|||
|
messenger.send('requestTutorial')
|
|||
|
|
|||
|
base.cam.setScale(1,.1,.5)
|
|||
|
|
|||
|
base.cam.setPos(0,3,-2)
|
|||
|
|
|||
|
base.cam.setScale(.25,.5,.5)
|
|||
|
|
|||
|
base.cam.setScale(.5,.5,.5)
|
|||
|
|
|||
|
base.cam.setPos(0,20,-1)
|
|||
|
base.cam.setHpr(180,0,0)
|
|||
|
base.cam.setScale(1,1,1)
|
|||
|
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
base.cam.lookAt(Point3(0, 0, 0))
|
|||
|
|
|||
|
base.localAvatar.thinkPos()
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
sky = loader.loadModel("phase_8/models/props/DL_sky.bam")
|
|||
|
sky.reparentTo(render)
|
|||
|
sky.setPos(0,0,0)
|
|||
|
sky.setHpr(0,0,0)
|
|||
|
sky.setScale(1.5)
|
|||
|
|
|||
|
chatBox1 = loader.loadModel("phase_3/models/props/chatbox.bam")
|
|||
|
chatBox1.reparentTo(render)
|
|||
|
chatBox1.setPos(54,6,7)
|
|||
|
chatBox1.setHpr(90,0,0)
|
|||
|
chatBox1.setScale(.5)
|
|||
|
|
|||
|
Send Codes:
|
|||
|
|
|||
|
messenger.send('periodTimerExpired')
|
|||
|
|
|||
|
base.localAvatar.sendFriendsListEvent()
|
|||
|
|
|||
|
LOGGER:
|
|||
|
|
|||
|
# Toontown Logger Script
|
|||
|
# Created by greencatthethird - Fd Green Cat Fd - Youtube - gamecrazzy441
|
|||
|
|
|||
|
log = messenger.send
|
|||
|
log = str(log)
|
|||
|
|
|||
|
filepath = "C:/Users/Cody/Desktop/Log.txt"
|
|||
|
|
|||
|
def logger():
|
|||
|
outfile = open(filepath, "w")
|
|||
|
outfile.write(log + "\n")
|
|||
|
outfile.close()
|
|||
|
base.localAvatar.setSystemMessage(1, 'Logging...')
|
|||
|
logger()
|
|||
|
|
|||
|
|
|||
|
<bound method LocalToon.loop of render/Fd Green Cat Fd-286051117>
|
|||
|
|
|||
|
<bound method toontown.toonbase.ToonBase.ToonBase.LocalToon.LocalToon.getAvInfo of render/name-id>
|
|||
|
|
|||
|
|
|||
|
toontown.toonbase.ToonBase.ToonBase
|
|||
|
|
|||
|
|
|||
|
Logging Scripts:
|
|||
|
|
|||
|
code = base.localAvatar.setCogIndex
|
|||
|
code = str(code)
|
|||
|
print code
|
|||
|
|
|||
|
av = base.localAvatar
|
|||
|
av = str(av)
|
|||
|
print av
|
|||
|
|
|||
|
zone = base.localAvatar.getZoneId()
|
|||
|
zone = str(zone)
|
|||
|
print "Zone: " + zone
|
|||
|
|
|||
|
pos = base.localAvatar.getPos()
|
|||
|
pos = str(pos)
|
|||
|
print "Pos: " + pos
|
|||
|
|
|||
|
getHpr1 = base.localAvatar.getHp
|
|||
|
getHpr1 = str(getHpr1)
|
|||
|
print "Hpr: " + getHpr1
|
|||
|
|
|||
|
houseZoneGet = base.localAvatar.getZoneId()
|
|||
|
houseZoneGet += 10
|
|||
|
houseZoneGet = int(houseZoneGet)
|
|||
|
base.cr.sendSetZoneMsg(houseZoneGet)
|
|||
|
|
|||
|
_________________________________________________
|
|||
|
|
|||
|
Toonslam Starter:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess ([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000,9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
|
|||
|
base.localAvatar.setPinkSlips((9999))
|
|||
|
|
|||
|
base.localAvatar.stopSleepWatch()
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60401)
|
|||
|
|
|||
|
base.localAvatar.hideClarabelleGui()
|
|||
|
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setCogParts([56444, 56447, 56447, 56411])
|
|||
|
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.setExperience('9999999999999999')
|
|||
|
|
|||
|
base.localAvatar.setFishingRod(4)
|
|||
|
|
|||
|
base.accept("f7", base.localAvatar.blinkEyes, [])
|
|||
|
|
|||
|
base.localAvatar.setSpeedChatStyleIndex(15)
|
|||
|
|
|||
|
localAvatar.cogMerits=[10000, 10000, 10000, 10000]
|
|||
|
|
|||
|
base.localAvatar.setCustomMessages([550, 580, 6000, 6100, 12000, 11010, 590, 820, 40, 100, 170, 230, 890, 290, 320, 370, 380, 400, 420, 460, 470, 440, 480, 510, 500, 560, 570, 650, 660, 670, 680, 710, 770, 830])
|
|||
|
|
|||
|
base.localAvatar.setQuestCarryLimit(4)
|
|||
|
|
|||
|
base.localAvatar.setMaxFishTank(100)
|
|||
|
|
|||
|
base.localAvatar.setMaxFlowerBasket(100)
|
|||
|
|
|||
|
base.localAvatar.setFishingTrophies([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setTrackBonusLevel([7,7,7,7,7,7,7])
|
|||
|
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
def collisionshk1():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions Activated')
|
|||
|
base.accept("f1", collisionshk2, [])
|
|||
|
|
|||
|
def collisionshk2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions De-Activated')
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
def sjasshk1():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=140
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 45
|
|||
|
base.localAvatar.physControls.setGravity(35)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 60
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed Activated')
|
|||
|
base.accept("f2", sjasshk2, [])
|
|||
|
|
|||
|
def sjasshk2():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=10
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=80
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 20
|
|||
|
base.localAvatar.physControls.setGravity(40)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 17
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed De-Activated')
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
def laugh():
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
base.localAvatar.b_setEmoteState(17,1)
|
|||
|
|
|||
|
base.accept("f3", laugh, [])
|
|||
|
|
|||
|
def schk1():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistA.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistA.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 1 Activated')
|
|||
|
base.accept("f4", schk2, [])
|
|||
|
|
|||
|
|
|||
|
def schk2():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts1=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistB.jpg")
|
|||
|
sleve1=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts1=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistB.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve1, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 2 Activated')
|
|||
|
base.accept("f4", schk3, [])
|
|||
|
|
|||
|
def schk3():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts2=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistC.jpg")
|
|||
|
sleve2=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts2=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistC.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve2, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 3 Activated')
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
|
|||
|
def animsachk():
|
|||
|
base.localAvatar.setSystemMessage(1, 'Animation Hotkeys Activated')
|
|||
|
base.accept("f1", base.localAvatar.b_setAnimState, ['SitStart'])
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['swim'])
|
|||
|
base.accept("f3", base.localAvatar.b_setAnimState, ['TeleportIn'])
|
|||
|
base.accept("f4", base.localAvatar.b_setAnimState, ['FallDown'])
|
|||
|
base.accept("f5", base.localAvatar.b_setAnimState, ['GolfRotateRight'])
|
|||
|
base.accept("f6", base.localAvatar.b_setAnimState, ['ScientistPlay'])
|
|||
|
base.accept("f7", base.localAvatar.b_setAnimState, ['ScientistJealous'])
|
|||
|
base.accept("f8", base.localAvatar.b_setAnimState, ['ScientistLessWork'])
|
|||
|
base.accept("f9", base.localAvatar.b_setAnimState, ['Flattened'])
|
|||
|
base.accept("f10", base.localAvatar.b_setAnimState, ['Died'])
|
|||
|
base.accept("f11", base.localAvatar.b_setAnimState, ['ScientistEmcee'])
|
|||
|
base.accept("f12", animsachk1, [])
|
|||
|
|
|||
|
def animsachk1():
|
|||
|
base.localAvatar.setSystemMessage(1, 'Animation Hotkeys De-Activated')
|
|||
|
def collisionshk1():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions Activated')
|
|||
|
base.accept("f1", collisionshk2, [])
|
|||
|
|
|||
|
def collisionshk2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions De-Activated')
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
def sjasshk1():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=140
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 45
|
|||
|
base.localAvatar.physControls.setGravity(35)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 60
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed Activated')
|
|||
|
base.accept("f2", sjasshk2, [])
|
|||
|
|
|||
|
def sjasshk2():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=10
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=80
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 20
|
|||
|
base.localAvatar.physControls.setGravity(40)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 17
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed De-Activated')
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
def laugh():
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
base.localAvatar.b_setEmoteState(17,1)
|
|||
|
|
|||
|
base.accept("f3", laugh, [])
|
|||
|
|
|||
|
def schk1():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistA.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistA.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 1 Activated')
|
|||
|
base.accept("f4", schk2, [])
|
|||
|
|
|||
|
|
|||
|
def schk2():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts1=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistB.jpg")
|
|||
|
sleve1=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts1=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistB.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve1, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 2 Activated')
|
|||
|
base.accept("f4", schk3, [])
|
|||
|
|
|||
|
def schk3():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts2=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistC.jpg")
|
|||
|
sleve2=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts2=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistC.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve2, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 3 Activated')
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
base.accept("f5", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f6", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f7", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f8", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f9", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f10", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f11", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f12", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f12", animsachk, [])
|
|||
|
|
|||
|
base.accept("f12", animsachk, [])
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
from direct.task import Task
|
|||
|
|
|||
|
animStateText = OnscreenText(text='', style=1, fg=(1,1,1,1), align=TextNode.ALeft, pos=(-1.15, .8), scale=.07)
|
|||
|
|
|||
|
def animUpdateText(str):
|
|||
|
animStateText.setText(str)
|
|||
|
|
|||
|
def gotoanimUpdateText():
|
|||
|
animUpdateText(str(base.localAvatar.getCurrentAnim()))
|
|||
|
|
|||
|
def alwaysGoAnUp():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(gotoanimUpdateText))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(alwaysGoAnUp))
|
|||
|
seq.start()
|
|||
|
|
|||
|
alwaysGoAnUp()
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Swimming"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Sitting"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('SitStart')
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Catching"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Catching')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Golf Turning Right"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('GolfRotateRight')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "Dying"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Died')
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Sad"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "Pushing"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Push')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
bk_text = "Scientist Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("SWIM", "swim", "swim", "SWIM"), scale=.06, pos = (-.98,-0,-.95), command=setText1)
|
|||
|
b2 = DirectButton(text = ("SIT", "sit", "sit", "SIT"), scale=.06, pos = (-.8,-0,-.95), command=setText2)
|
|||
|
b3 = DirectButton(text = ("CATCH", "catch", "catch", "CATCH"), scale=.06, pos = (-.6,-0,-.95), command=setText3)
|
|||
|
b4 = DirectButton(text = ("GOLF ROTATE", "golf rotate", "golf rotate", "GOLF ROTATE"), scale=.06, pos = (-.28,-0,-.95), command=setText4)
|
|||
|
b5 = DirectButton(text = ("DIE", "die", "die", "DIE"), scale=.06, pos = (-0,-0,-.95), command=setText5)
|
|||
|
b6 = DirectButton(text = ("SAD", "sad", "sad", "SAD"), scale=.06, pos = (.16,-0,-.95), command=setText6)
|
|||
|
b7 = DirectButton(text = ("PUSH", "push", "push", "PUSH"), scale=.06, pos = (.35,-0,-.95), command=setText7)
|
|||
|
b8 = DirectButton(text = ("R-P-C", "r-p-c", "r-p-c", "R-P-C"), scale=.06, pos = (.565,-0,-.95), command=setText8)
|
|||
|
|
|||
|
pos = base.localAvatar.getPos()
|
|||
|
pos = str(pos)
|
|||
|
base.talkAssistant.sendOpenTalk(pos)
|
|||
|
base.localAvatar.setSystemMessage(1, pos)
|
|||
|
|
|||
|
getHpr1 = base.localAvatar.getHpr()
|
|||
|
getHpr1 = str(getHpr1)
|
|||
|
base.talkAssistant.sendOpenTalk(getHpr1)
|
|||
|
base.localAvatar.setSystemMessage(1, getHpr1)
|
|||
|
|
|||
|
zone = base.localAvatar.getZoneId()
|
|||
|
zone = str(zone)
|
|||
|
base.talkAssistant.sendOpenTalk('.I am in Zone : ' + zone)
|
|||
|
base.localAvatar.setSystemMessage(1, zone)
|
|||
|
|
|||
|
|
|||
|
MetalText1 = loader.loadTexture("phase_3.5/maps/snow.jpg")
|
|||
|
base.localAvatar.setTexture(MetalText1, 1)
|
|||
|
|
|||
|
glovesText = loader.loadTexture("Custom/Toon/yourImage.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(glovesText, 1)
|
|||
|
|
|||
|
Awake forever:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Talk:
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('lol '* 50)
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk(' '* 200)
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.book.setPage(0)
|
|||
|
|
|||
|
|
|||
|
Server Speed, Slow, reverse, animations:
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', 1.5)])
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', -1)])
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', -.5)])
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', .5)])
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', 2)])
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', 10)])
|
|||
|
base.localAvatar.b_setSC(60677)
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('jumpLand', .1)])
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('jumpSquat', .1)])
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('jump', .1)])
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1, 'It\'s Halloween in Toontown!')
|
|||
|
|
|||
|
|
|||
|
avSpin = base.localAvatar.hprInterval(2, Vec3(360, 0, 0))
|
|||
|
avSpin.loop()
|
|||
|
|
|||
|
avSpin.removeNode()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
TT Texture Code:
|
|||
|
|
|||
|
TTGrassText1 = loader.loadTexture("phase_9/maps/FootFactoryMetalPlate.jpg")
|
|||
|
TTGrass1 = base.cr.findAllMatches('**/grassTT')
|
|||
|
TTGrass1.setTexture(TTGrassText1, 1)
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def victory():
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
def jump():
|
|||
|
base.localAvatar.b_setAnimState('jump')
|
|||
|
def jumpEmote():
|
|||
|
base.localAvatar.b_setEmoteState(1,1)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(victory))
|
|||
|
seq.append(Wait(.000000000000000000000000000001))
|
|||
|
seq.append(Func(jump))
|
|||
|
seq.append(Wait(.000000000000000000000000000001))
|
|||
|
seq.append(Func(jumpEmote))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
SERVER NAME:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def writeName():
|
|||
|
base.localAvatar.setName('Fd Green Cat Fd')
|
|||
|
base.localAvatar.setSystemMessage(1, 'Writing Name')
|
|||
|
def startName():
|
|||
|
base.localAvatar.getName(285855982, 'Fd Green Cat Fd')
|
|||
|
base.localAvatar.setSystemMessage(1, 'Started The Process')
|
|||
|
def readName():
|
|||
|
base.localAvatar.receiveAcceptAddName('Fd Green Cat Fd')
|
|||
|
base.localAvatar.receiveAcceptAddName('285855982')
|
|||
|
base.localAvatar.setSystemMessage(1, 'Reading The Name')
|
|||
|
def acceptName():
|
|||
|
base.localAvatar.receiveAcceptGetName(285855982)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Accepting Name')
|
|||
|
def end():
|
|||
|
base.localAvatar.setSystemMessage(1, 'Name Add Succesful, Please Log Off For You New Name!')
|
|||
|
messenger.send('enterStickerBook')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(writeName))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(startName))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(readName))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(acceptName))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(end))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
base.localAvatar.setName('')
|
|||
|
base.localAvatar.setName('Fd Green Cat Fd')
|
|||
|
base.localAvatar.getName(ID)
|
|||
|
base.localAvatar.receiveAcceptGetName('Fd Green Cat Fd')
|
|||
|
base.localAvatar.addName(ID, 'Fd Green Cat Fd')
|
|||
|
base.localAvatar.receiveAcceptAddName(ID)
|
|||
|
|
|||
|
base.localAvatar.receiveAcceptAddName(285855982)
|
|||
|
base.localAvatar.receiveAcceptAddName(285855982, 'Fd Green Cat Fd')
|
|||
|
base.localAvatar.receiveAcceptAddName('Fd Green Cat Fd')
|
|||
|
base.localAvatar.getName(285855982)
|
|||
|
base.localAvatar.getName('Fd Green Cat Fd')
|
|||
|
base.localAvatar.getName(285855982, 'Fd Green Cat Fd')
|
|||
|
base.localAvatar.receiveAcceptGetName(285855982)
|
|||
|
base.localAvatar.receiveAcceptGetName(285855982, 'Fd Green Cat Fd')
|
|||
|
base.localAvatar.receiveAcceptGetName('Fd Green Cat Fd')
|
|||
|
|
|||
|
|
|||
|
TTGloves = base.localAvatar.findAllMatches('**/hands')
|
|||
|
base.accept("1", TTGloves.setColorLive, [0.97,0.3,0.3])
|
|||
|
base.accept("2", TTGloves.setColorLive, [0.96,0.7,0.7])
|
|||
|
base.accept("3", TTGloves.setColorLive, [0.69,0.29,0.95])
|
|||
|
base.accept("4", TTGloves.setColorLive, [0.38,0.98,0.43])
|
|||
|
base.accept("5", TTGloves.setColorLive, [1,0.90,0.30])
|
|||
|
base.accept("6", TTGloves.setColorLive, [0,0,1])
|
|||
|
base.accept("7", TTGloves.setColorLive, [0,0,0])
|
|||
|
base.accept("8", TTGloves.setColorLive, [0,255,255])
|
|||
|
base.accept("9", TTGloves.setColorLive, [1,1,1])
|
|||
|
|
|||
|
Team Tryouts:
|
|||
|
|
|||
|
ToonTown Central, Boingy Acres,
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('BON R')
|
|||
|
base.localAvatar.b_setEmoteState(20,1)
|
|||
|
|
|||
|
|
|||
|
Tunnel:
|
|||
|
|
|||
|
base.localAvatar.setTunnelOut(0, 0, 0, 0, 0, 0, 0)
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(0, 0, 0, 0, 0, 0)
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(0, 0, 10, 10, 4, 0)
|
|||
|
|
|||
|
|
|||
|
Types:
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(0, 0, 0, 0, 0, 100) - Side Position
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(0, 0, 0, 0, 100, 0) - Height
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(0, 0, 0, 100, 0, 0) - Forward Position
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(0, 0, 100, 0, 0, 0) - Cam 1
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(0, 100, 0, 0, 0, 0) - Position 1
|
|||
|
|
|||
|
base.localAvatar.setTunnelIn(100, 0, 0, 0, 0, 0) - Position 2
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def count1():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 10 minutes')
|
|||
|
def count2():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 9 minutes')
|
|||
|
def count3():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 8 minutes')
|
|||
|
def count4():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 7 minutes')
|
|||
|
def count5():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 6 minutes')
|
|||
|
def count6():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 5 minutes')
|
|||
|
def count7():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 4 minutes')
|
|||
|
def count8():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 3 minutes')
|
|||
|
def count9():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 2 minutes')
|
|||
|
def count10():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 1 minutes')
|
|||
|
def count11():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 30 seconds')
|
|||
|
def count12():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 15 seconds')
|
|||
|
def count13():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 10 seconds')
|
|||
|
def count14():
|
|||
|
base.localAvatar.setSystemMessage(1, 'ADMIN: Toontown is going down for maintinance in 5 seconds')
|
|||
|
def exit():
|
|||
|
messenger.send('gotoAvatar', [415100032, 'Shutting Down', 1])
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(count1))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count2))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count3))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count4))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count5))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count6))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count7))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count8))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count9))
|
|||
|
seq.append(Wait(60))
|
|||
|
seq.append(Func(count10))
|
|||
|
seq.append(Wait(30))
|
|||
|
seq.append(Func(count11))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(count12))
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(count13))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(count14))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Activate/De-Activate Test:
|
|||
|
|
|||
|
def collisionshk1():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions Activated')
|
|||
|
base.accept("f1", collisionshk2, [])
|
|||
|
|
|||
|
def collisionshk2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions De-Activated')
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
talking:
|
|||
|
|
|||
|
hi = 'hi'
|
|||
|
base.talkAssistant.sendOpenTalk('LOL, ' + hi)
|
|||
|
|
|||
|
|
|||
|
import time
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
time.wait(6)
|
|||
|
base.localAvatar.b_setAnimState('neutral')
|
|||
|
|
|||
|
base.localAvatar.sendToGolfCourse(1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Whisper:
|
|||
|
|
|||
|
setResistanceMessages(pair16 [])
|
|||
|
|
|||
|
base.localAvatar.setSleepAutoReply(285717803)
|
|||
|
|
|||
|
base.localAvatar.setSC(4)
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCFrom(415100056, 4) - Flippy Panel
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCFrom(415100032, 4) - Fisherman Freddy
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCFrom(285717803, 4)
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCEmoteFrom(285717803, 19)
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCCustomFrom(285717803, 100)
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCTo(285717803, 4)
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCEmoteTo(285717803, 19)
|
|||
|
|
|||
|
base.localAvatar.setWhisperSCCustomTo(285717803, 100)
|
|||
|
|
|||
|
SC:
|
|||
|
|
|||
|
base.localAvatar.b_setSCCustom(10003) - Trick or Treat!
|
|||
|
|
|||
|
base.localAvatar.b_setSCCustom(400) - I need to go see a toon.
|
|||
|
|
|||
|
Friends:
|
|||
|
|
|||
|
base.localAvatar.setFriendsList([(286404341, 1), (286528435, 1), (286529461, 1), (286533391, 1), (286412384, 1)])
|
|||
|
|
|||
|
base.localAvatar.setFriendsList([(236031563, 1)])
|
|||
|
|
|||
|
base.localAvatar.setFriendsList([(286865072, 1)])
|
|||
|
|
|||
|
base.localAvatar.setFriendsList([(286865072, 1)])
|
|||
|
|
|||
|
base.localAvatar.setFriendsList([(286809234, 1)])
|
|||
|
|
|||
|
base.localAvatar.setFriendsList([(286856910, 1)])
|
|||
|
|
|||
|
|
|||
|
Teleport codes - ToonTown Central:
|
|||
|
|
|||
|
|
|||
|
~ Playground ~
|
|||
|
|
|||
|
base.localAvatar.teleportQuery(285599684) - Green Cat
|
|||
|
|
|||
|
base.localAvatar.teleportGiveup(285599684) - Green Cat
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(285599684) - Green Cat
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100644) - Mickey
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100032) - Fisherman Freddy
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100033) - Party Planner Pumkin
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100034) - Party Planner Polly
|
|||
|
|
|||
|
|
|||
|
~ Petshop ~
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100099) - Clerk Poppy
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100100) - Clerk Peppy
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100101) - Clerk Pappy
|
|||
|
|
|||
|
|
|||
|
~ Gagshop ~
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100094) - Clerk Clark
|
|||
|
|
|||
|
base.localAvatar.teleportGreeting(415100095) - Clerk Clara
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Client - Server Scare Crow!
|
|||
|
|
|||
|
1. Go on the Trolley, Any game.
|
|||
|
2. Enter in the injector: base.localAvatar.enableBlend().
|
|||
|
3. Wait till the end of the game.
|
|||
|
4. Enter in the injector: base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
5. Enter in the injector:
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState(('Teleport'))
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
Cog Jump:
|
|||
|
|
|||
|
base.accept("alt", base.localAvatar.setZ, [8])
|
|||
|
|
|||
|
base.accept("alt", base.localAvatar.setZ, [31])
|
|||
|
|
|||
|
|
|||
|
base.accept('1', localAvatar.findAllMatches('**/hands').setColor, [0.97,0.3,0.3])
|
|||
|
base.accept('2', localAvatar.findAllMatches('**/hands').setColor, [0.96,0.7,0.7])
|
|||
|
base.accept('3', localAvatar.findAllMatches('**/hands').setColor, [0.69,0.29,0.95])
|
|||
|
base.accept('4', localAvatar.findAllMatches('**/hands').setColor, [0.38,0.98,0.43])
|
|||
|
base.accept('5', localAvatar.findAllMatches('**/hands').setColor, [1,0.90,0.30])
|
|||
|
base.accept('6', localAvatar.findAllMatches('**/hands').setColor, [0.35,0.35,0.85])
|
|||
|
base.accept('7', localAvatar.findAllMatches('**/hands').setColor, [0.3,0.64,0.85])
|
|||
|
base.accept('8', localAvatar.findAllMatches('**/hands').setColor, [1,0.5,0.18])
|
|||
|
base.accept('9', localAvatar.findAllMatches('**/hands').setColor, [1,1,0.57])
|
|||
|
base.accept('0', localAvatar.findAllMatches('**/hands').setColor, [0.55,0.55,1])
|
|||
|
base.accept('-', localAvatar.findAllMatches('**/hands').setColor, [0.25,0.25,0.3])
|
|||
|
base.accept('=', localAvatar.findAllMatches('**/hands').setColor, [1,1,1])
|
|||
|
base.accept('alt', localAvatar.setSystemMessage, [0,'TT Glove Patcher Version 1.0b'])
|
|||
|
|
|||
|
base.localAvatar.hide()
|
|||
|
|
|||
|
base.localAvatar.show()
|
|||
|
|
|||
|
Enter Codes:
|
|||
|
|
|||
|
base.localAvatar.stunToon()
|
|||
|
|
|||
|
base.localAvatar.enterWalk()
|
|||
|
|
|||
|
base.localAvatar.enterJumpAirborne()
|
|||
|
|
|||
|
base.localAvatar.enterCatchEating()
|
|||
|
|
|||
|
base.localAvatar.enterCatching()
|
|||
|
|
|||
|
base.localAvatar.enterJumpSquat()
|
|||
|
|
|||
|
base.localAvatar.enterJumpLand()
|
|||
|
|
|||
|
base.localAvatar.enterFallDown()
|
|||
|
|
|||
|
base.localAvatar.enterSad()
|
|||
|
|
|||
|
base.localAvatar.enterScientistPlay()
|
|||
|
|
|||
|
base.localAvatar.enterScientistJealous()
|
|||
|
|
|||
|
base.localAvatar.enterScientistWork()
|
|||
|
|
|||
|
base.localAvatar.enterScientistLessWork()
|
|||
|
|
|||
|
base.localAvatar.enterScientistEmcee()
|
|||
|
|
|||
|
base.localAvatar.enterGolfPuttLoop()
|
|||
|
|
|||
|
base.localAvatar.enterGolfPuttSwing()
|
|||
|
|
|||
|
base.localAvatar.enterGolfGoodPutt()
|
|||
|
|
|||
|
base.localAvatar.enterGolfBadPutt()
|
|||
|
|
|||
|
base.localAvatar.enterGolfRotateRight()
|
|||
|
|
|||
|
base.localAvatar.enterGolfRotateLeft()
|
|||
|
|
|||
|
base.localAvatar.enterHappy()
|
|||
|
|
|||
|
base.localAvatar.enterSitStart()
|
|||
|
|
|||
|
base.localAvatar.enterRun()
|
|||
|
|
|||
|
base.localAvatar.enterSwim()
|
|||
|
|
|||
|
base.localAvatar.doEmote(24-1)
|
|||
|
|
|||
|
base.disableMouse()
|
|||
|
|
|||
|
base.enableMouse()
|
|||
|
|
|||
|
|
|||
|
Options Codes:
|
|||
|
|
|||
|
base.disableAllAudio()
|
|||
|
|
|||
|
base.enableAllAudio()
|
|||
|
|
|||
|
base.enableMusic(True)
|
|||
|
|
|||
|
base.enableMusic(False)
|
|||
|
|
|||
|
base.enableTypeChatSound(True)
|
|||
|
|
|||
|
base.enableTypeChatSound(False)
|
|||
|
|
|||
|
base.enableSoundEffects(True)
|
|||
|
|
|||
|
base.enableSoundEffects(False)
|
|||
|
|
|||
|
|
|||
|
Camera Views:
|
|||
|
|
|||
|
base.oobe()
|
|||
|
|
|||
|
base.oobeCull()
|
|||
|
|
|||
|
base.useTrackball()
|
|||
|
|
|||
|
base.useDrive()
|
|||
|
|
|||
|
render.clearFog()
|
|||
|
|
|||
|
base.localAvatar.pageDown()
|
|||
|
|
|||
|
base.localAvatar.pageUp()
|
|||
|
|
|||
|
base.localAvatar.clearBillboard()
|
|||
|
|
|||
|
base.localAvatar.setBillboardAxis(5)
|
|||
|
|
|||
|
base.localAvatar.setBillboardAxis(10)
|
|||
|
|
|||
|
base.localAvatar.setBillboardAxis()
|
|||
|
|
|||
|
base.localAvatar.setBillboardPointEye()
|
|||
|
|
|||
|
base.localAvatar.setBillboardPointEye(5)
|
|||
|
|
|||
|
base.localAvatar.setBillboardPointEye(10)
|
|||
|
|
|||
|
base.localAvatar.setBillboardPointWorld()
|
|||
|
|
|||
|
base.localAvatar.setBillboardPointWorld(5)
|
|||
|
|
|||
|
base.localAvatar.setBillboardPointWorld(10)
|
|||
|
|
|||
|
base.camLens.setNear(9)
|
|||
|
|
|||
|
base.camLens.setNear(0)
|
|||
|
|
|||
|
base.camLens.setFov(100, 20)
|
|||
|
|
|||
|
base.camLens.setFov(150, 30)
|
|||
|
|
|||
|
base.camLens.setFov(50, 50)
|
|||
|
|
|||
|
base.camLens.setFov(200, 50)
|
|||
|
|
|||
|
actor = base.localAvatar actor.removeNode()
|
|||
|
|
|||
|
base.camLens.setFov(150)
|
|||
|
|
|||
|
base.camLens.setFar(200)
|
|||
|
|
|||
|
base.camLens.setFar(2000)
|
|||
|
|
|||
|
base.camLens.setFar(200000000)
|
|||
|
|
|||
|
base.localAvatar.printCamPos()
|
|||
|
|
|||
|
base.localAvatar.lookAt(-43,-59,0)
|
|||
|
|
|||
|
base.localAvatar.lookAt(1,1,1)
|
|||
|
|
|||
|
base.localAvatar.nextCameraPos(0)
|
|||
|
|
|||
|
base.localAvatar.lookAt(1,1,1)
|
|||
|
|
|||
|
|
|||
|
Slow Rise:
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = .1
|
|||
|
base.localAvatar.physControls.setGravity(.00001)
|
|||
|
|
|||
|
|
|||
|
Walk And Swim:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def anim1():
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
def anim2():
|
|||
|
base.localAvatar.enterHappy()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim2))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Resistance salutes:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setSCResistance(100)
|
|||
|
|
|||
|
base.localAvatar.setSCResistance(1)
|
|||
|
|
|||
|
base.localAvatar.setSCResistance(200)
|
|||
|
|
|||
|
|
|||
|
Move with Phone:
|
|||
|
|
|||
|
1. Go to your house inside, and get your zone for example: 945048
|
|||
|
2. Ask your friend to get their houses zone for example: 945024
|
|||
|
3. Go to your houses zone and keep your friend at their house.
|
|||
|
4. Go on your phone and go to your friends zone
|
|||
|
5. Go on your friends phone and go to your zone and "x" out of your phone and switch zones to your friends house...
|
|||
|
6. press "x" on their phone and press esc and go on their phone "x" out and go on their phone again, repeat until moving without catalog screen and you have the phone in your hand.
|
|||
|
|
|||
|
messenger.send('[base.localAvatar.loop('climb'), 1]
|
|||
|
|
|||
|
|
|||
|
Gloves Styles:
|
|||
|
|
|||
|
Tie Dye:
|
|||
|
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
Morse Code
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').removeNode()
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
Newest Anims:
|
|||
|
|
|||
|
base.localAvatar.loop('climb')
|
|||
|
|
|||
|
base.localAvatar.loop('swing')
|
|||
|
|
|||
|
base.localAvatar.loop('throw')
|
|||
|
|
|||
|
base.localAvatar.loop('sound')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('dive')
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setZ(6)
|
|||
|
|
|||
|
base.localAvatar.setScale(.00001,1,1)
|
|||
|
|
|||
|
base.localAvatar.setBestHeightInfo(200)
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('SitStart')
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setZ(1.1)
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setZ(6)
|
|||
|
base.localAvatar.b_setAnimState('cringe')
|
|||
|
|
|||
|
New Codes:
|
|||
|
|
|||
|
base.oobe()
|
|||
|
|
|||
|
base.oobeCull()
|
|||
|
|
|||
|
base.disableMouse()
|
|||
|
|
|||
|
Get Colored Gloves Zoomed In:
|
|||
|
|
|||
|
1. Zoom in.
|
|||
|
2. Type this code in: base.localAvatar.find('**/hands').removeNode()
|
|||
|
3. Zoom out.
|
|||
|
4. Type this code in: base.localAvatar.find('**/hands').setColor(0,0,255)
|
|||
|
5. Zoom in and you will have colored gloves
|
|||
|
|
|||
|
|
|||
|
Newest Rare Codes:
|
|||
|
|
|||
|
base.accept("1", base.localAvatar.b_setAnimState, ['Sit'])
|
|||
|
|
|||
|
messenger.send('clearOutToonInterior')
|
|||
|
|
|||
|
base.cr.setOwnerId(id goes here)
|
|||
|
base.cr.setOwnerName('name here')
|
|||
|
|
|||
|
base.localAvatar.setCogParts([56444, 56447, 56447, 56411])
|
|||
|
|
|||
|
base.cr.destroyGoon()
|
|||
|
|
|||
|
messenger.send('friendAvatar', [284720681, 'Fireball', 1])
|
|||
|
|
|||
|
messenger.send('friendAvatar', [285649678, 285638390, 1])
|
|||
|
|
|||
|
messenger.send('gardenGame')
|
|||
|
|
|||
|
base.localAvatar.setLastHood(2000)
|
|||
|
|
|||
|
localAvatar.cogLevels=[99, 99, 99, 99]
|
|||
|
|
|||
|
messenger.send('enterStickerBook')
|
|||
|
|
|||
|
messenger.send('openFriendsList')
|
|||
|
|
|||
|
messenger.send('kickToPlayground', [1])
|
|||
|
|
|||
|
messenger.send('enterStickerBook')
|
|||
|
from toontown.shtiker.MapPage import MapPage
|
|||
|
gohome = MapPage()
|
|||
|
gohome.goHome()
|
|||
|
|
|||
|
messenger.send('enterStickerBook')
|
|||
|
from toontown.shtiker.MapPage import MapPage
|
|||
|
playgroundtp = MapPage()
|
|||
|
playgroundtp.goToPlayground()
|
|||
|
|
|||
|
base.oobe()
|
|||
|
|
|||
|
base.localAvatar.setColorScale(3)
|
|||
|
|
|||
|
messenger.send('gotoAvatar', [415100651, 'Mickey', 1])
|
|||
|
|
|||
|
messenger.send('friendAvatar', [base.localAvatar.doId, 'you', 1])
|
|||
|
|
|||
|
messenger.send('gotoAvatar', [base.localAvatar.doId, 'you', 1])
|
|||
|
|
|||
|
messenger.send('friendAvatar', [415494817, 'Cold Caller', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [283591132, 'Emerald', 1])
|
|||
|
|
|||
|
messenger.send('whisperAvatar', [id, 'name of toon', 'text', 1])
|
|||
|
|
|||
|
messenger.send('[base.localAvatar.doBlackCatTransformation(), 1], [base.localAvatar.doId, 'you', 1])
|
|||
|
|
|||
|
base.localAvatar.setZ(1.1)
|
|||
|
|
|||
|
messenger.send([base.cr.sendSetZoneMsg(7000)], [base.localAvatar.doId, 272503222, 'starkit', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [base.localAvatar.doId, 'Mickey', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [base.localAvatar.doId, 'Green Cat', 1])
|
|||
|
|
|||
|
messenger.send('disconnectAvatar', [272503222, 'starkit', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [284387691, 'Gears Of War', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [219556312, 'Cosmic Creepers', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [282014928, 'Whitexflour', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [245681021, 'Meownaise', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [285307048, 'ett', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [264516024, 'Buster', 1]) (Team Dawgs Member)
|
|||
|
|
|||
|
messenger.send('avatarDetails', [280484132, 'Little Cheezysplat', 1])
|
|||
|
|
|||
|
messenger.send('avatarDetails', [260827101, 'Trixie Sparklehopper', 1])
|
|||
|
|
|||
|
messenger.send('rejectTutorial')
|
|||
|
|
|||
|
messenger.send([base.cr,sendSetZoneMsg(7000)], [base.localAvatar.doId, '284475854', 1])
|
|||
|
|
|||
|
messenger.send([base.cr,sendSetZoneMsg(7000)], [284387691, 'Gears Of War', 1])
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').setColorScale(25)
|
|||
|
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistB.jpg")
|
|||
|
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistB.jpg")
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').setTexture(shirts, 1)
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').setTexture(shorts, 1)
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').setTexture(sleve, 1)
|
|||
|
|
|||
|
base.localAvatar.setControlEffect('sit', 0.65)
|
|||
|
|
|||
|
base.localAvatar.doEmote(0-22)
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.hide()
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
base.localAvatar.setSystemMessage(1,'Admin View Activated')
|
|||
|
base.talkAssistant.sendOpenTalk('Admin View Activated')
|
|||
|
base.oobe()
|
|||
|
|
|||
|
base.localAvatar.show()
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word -= 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
base.localAvatar.setSystemMessage(1,'Admin View Deactivated')
|
|||
|
base.oobe()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setXYZH(-60.491, -118.164, 10.690, -262.540)
|
|||
|
|
|||
|
base.localAvatar.playSplashEffect(1, 0, 0)
|
|||
|
|
|||
|
|
|||
|
Sleep:
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setHpr(0,70,0)
|
|||
|
base.localAvatar.setPos(44,-16,4)
|
|||
|
base.localAvatar.b_setAnimState('Sleep')
|
|||
|
|
|||
|
New codes:
|
|||
|
|
|||
|
base.localAvatar.setScale(1,4,5)
|
|||
|
|
|||
|
base.localAvatar.stunToon()
|
|||
|
|
|||
|
base.localAvatar.takeOffSuit()
|
|||
|
|
|||
|
base.localAvatar.movieDone()
|
|||
|
|
|||
|
base.localAvatar.setLevelDist(10)
|
|||
|
|
|||
|
base.localAvatar.setMinigameZone()
|
|||
|
|
|||
|
base.localAvatar.setNearbyAvatarChat('HEY!')
|
|||
|
|
|||
|
base.localAvatar.rewardDone()
|
|||
|
|
|||
|
base.localAvatar.timeout()
|
|||
|
|
|||
|
base.localAvatar.denyLocalToonJoin()
|
|||
|
|
|||
|
base.localAvatar.setAwardNotify(1)
|
|||
|
|
|||
|
base.localAvatar.setAwardNotify(0)
|
|||
|
|
|||
|
base.localAvatar.setMaxFishTank(100)
|
|||
|
|
|||
|
base.localAvatar.setMaxFlowerBasket(100)
|
|||
|
|
|||
|
base.localAvatar.setSpeedChatStyleIndex(15)
|
|||
|
|
|||
|
|
|||
|
http://sharecash.org/download.php?file=1171069
|
|||
|
|
|||
|
Fun Land Download
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Search: Go to SBHQ for new cog suit without the cog suit
|
|||
|
|
|||
|
youtube: http://www.youtube.com/watch?v=JzX5OYxNHXQ&feature=player_embedded#at=101
|
|||
|
|
|||
|
|
|||
|
Possible Codes:
|
|||
|
|
|||
|
base.localAvatar.setWhiteMode(10)
|
|||
|
|
|||
|
base.localAvatar.setTeleportaccsess(1)
|
|||
|
|
|||
|
|
|||
|
Toon Tutorial
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(61361) (PLAY WITH IT)
|
|||
|
|
|||
|
|
|||
|
GOOFY SPEEDWAY
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(8501) car store
|
|||
|
|
|||
|
|
|||
|
|
|||
|
TOONTOWN CENTERAL
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2000) ttc
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2520) ttc hq
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2513) ttc toon hall 1
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2520) ttc toon hall 2
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2521) ttc cloth store
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2522) ttc pet store
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2519) ttc gag shop
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2518) ttc library
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2516) ttc school house
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2514) ttc bank
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
CHIP 'N DALE'S ACORN ACRES
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(6000) Chip 'n Dale's Acorn Acres
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
DONALD DOCK
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(1507) donald dock hq
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(1508) donald dock cloth store (do after ttc hq)
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(1506) donald dock gag store
|
|||
|
|
|||
|
|
|||
|
|
|||
|
DAISY GARDEN
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(5501) daisy garden gag store
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(5502) daisy garden hq
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(5503) daisy garden cloth store
|
|||
|
|
|||
|
|
|||
|
|
|||
|
MINNIE'S MELODYLAND
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(4503) minnie's melodyland gag shop
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(4504) minnie's melodyland hq
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(4506) minnie's melodyland cloth store
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
BRRRGH
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(3507) Brrrgh gag shop
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(3508) Brrrgh hq
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(3509) Brrrgh cloth store
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
DONALD DREAMLAND
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(9504) Donald Dreamland Gag shop
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(9501) Donald Dreamland Cloth store idk which
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(9503) Donald Dreamland Cloth store idk which
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(9505) Donald Dreamland hq
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
SELLBOT HQ
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(11200) sellbot factory Lobby
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(11500) sellbot factory
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(11100) sellbot hq vp lobby
|
|||
|
|
|||
|
|
|||
|
CASHBOT HQ
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(12100) cashbot hq cfo lobby
|
|||
|
|
|||
|
|
|||
|
LAWBOT HQ
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(13100) lawbot hq cj lobby
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(13200) lawbot hq da lobby
|
|||
|
|
|||
|
|
|||
|
BOSSBOT HQ
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg (17100) bossbot hq ceo lobby
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Hpr
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,80)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,160)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,135)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,180)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,225)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,270)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,315)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,360)
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,315)
|
|||
|
|
|||
|
|
|||
|
Laff
|
|||
|
|
|||
|
base.localAvatar.toonUp(137)
|
|||
|
|
|||
|
base.localAvatar.setMaxHp(137)
|
|||
|
|
|||
|
base.localAvatar.setHp(137)
|
|||
|
|
|||
|
base.localAvatar.takeDamage((500))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('Sad'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('Died'))
|
|||
|
|
|||
|
|
|||
|
How Many
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess ([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.winterCarolingTargetMet(9999)
|
|||
|
|
|||
|
base.localAvatar.setKartBodyType(1)
|
|||
|
|
|||
|
base.localAvatar.trickOrTreatTargetMet(9999)
|
|||
|
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.setNumPies(999)
|
|||
|
|
|||
|
localAvatar.cogMerits=[0, 0, 0, 0]
|
|||
|
|
|||
|
base.localAvatar.setPosHpr(71,-64,0,0,0,315)
|
|||
|
|
|||
|
base.localAvatar.find('**/neck').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/muzzle-short-neutral').removeNode()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').setColorScale(25)
|
|||
|
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistB.jpg")
|
|||
|
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistB.jpg")
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-top').setTexture(shirts, 1)
|
|||
|
|
|||
|
base.localAvatar.find('**/torso-bot').setTexture(shorts, 1)
|
|||
|
|
|||
|
base.localAvatar.find('**/sleeves').setTexture(sleve, 1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').removeNode()
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_10/maps/CBStationStripes2.jpg")
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.book.pages[1].showPop = 1 Districts Empty
|
|||
|
|
|||
|
base.localAvatar.setPinkSlips((#))
|
|||
|
|
|||
|
base.localAvatar.setMaxCarry(9999)
|
|||
|
|
|||
|
base.localAvatar.setBankMoney(10000)
|
|||
|
|
|||
|
base.localAvatar.setMoney(999)
|
|||
|
|
|||
|
base.localAvatar.setMaxBankMoney(10000)
|
|||
|
|
|||
|
base.localAvatar.setFishingTrophies([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.setMaxClothes(500)
|
|||
|
|
|||
|
base.localAvatar.setQuestCarryLimit(4)
|
|||
|
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setExperience('10500')
|
|||
|
|
|||
|
base.localAvatar.setTickets(#)
|
|||
|
|
|||
|
base.localAvatar.setColor(1,1,1,1,1)
|
|||
|
|
|||
|
base.localAvatar.setGardenStarted()
|
|||
|
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setTrackBonusLevel([7,7,7,7,7,7,7])
|
|||
|
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.setEmoteAccess([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24])
|
|||
|
|
|||
|
base.localAvatar.setPinkSlips((#))
|
|||
|
|
|||
|
|
|||
|
Pie Throw Server Sided
|
|||
|
|
|||
|
|
|||
|
1. Go in vp
|
|||
|
2. On pie round grab some pies and put this code in: base.cr.sendSetZoneMsg(2513)
|
|||
|
3. When at the Toon Hall open your book and teleport to ToonTownCentral
|
|||
|
4. When at ToonTownCentral teleport to a new District
|
|||
|
5. Now go back to the District you were in
|
|||
|
|
|||
|
|
|||
|
Free SOS (2 SOS Cards)
|
|||
|
|
|||
|
1. Go in vp
|
|||
|
2. On pie round grab some pies and put this code in: base.cr.sendSetZoneMsg(2513)
|
|||
|
3. When at the Toon Hall press Shift + F1.
|
|||
|
4. Skip down to the part that says Zone
|
|||
|
5. Now enter it the zone in the () marks: base.cr.sendSetZoneMsg()
|
|||
|
6. Now go back and enter the code: base.cr.sendSetZoneMsg(2513)
|
|||
|
7. Wait till your toon starts dancing and go back to the vp zone.
|
|||
|
8. You will now have 2 SOS Cards instead of one.
|
|||
|
|
|||
|
|
|||
|
Tranform
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setCheesyEffect(14, 0, 0)
|
|||
|
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
|
|||
|
base.localAvatar.setCogIndex(-1)
|
|||
|
|
|||
|
base.localAvatar.setGhostMode(2)
|
|||
|
|
|||
|
base.localAvatar.setName('Name')
|
|||
|
|
|||
|
|
|||
|
SpeedChat
|
|||
|
|
|||
|
Pirates:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50103) Walk the Plank!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50108) I don't fear death - I attune it!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50702) Yo-Ho-Ho
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50107) treasure be the measure of our pleasure!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50205) Addle-minded Fool!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50305) Yer not so bad yerself!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50207) Ye be one dubloon late of ye full hull mate!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50104) Dead men tell no tales...
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50210) The horizon be as empty as yer head!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50203) Scoundrel!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50209) Touch me loot and ye'll get the boot!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50106) Salty as a krackens kiss!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50703) Avast!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50306) A fine plunder haul!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50206) You need a sharp sword and sharper wits!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50105) Shiver me timbers!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50704) Hey bucko!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50304) We showed them!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50204) Landlubber!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50208) Watch yer tounge or i'll pickle it with sea salt!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50202) See ye in Davy Jones Locker!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50302) Nice Shot!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50303) Well met!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50102) Well Blow Me Down!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50802) Godspeed.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50002) Nay
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50001) Aye
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51202) Sorry, I was busy before.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50101) Blimey!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50400) Lets set sail.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50005) Ok
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51000) It's like the sky is raining gold dubloons!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50201) Scurvey Dog!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50100) Gangway!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50700) Ahoy!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50900) How are ye mate?
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50800) Until next time.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50300) Fine shooting Mate!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50301) A Well Placed Blow!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50701) Ahoy, Mate!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50801) May fair winds find ye!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50401) Lets get out of Here
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51001) May our stiff winds be at our backs, the sun on our
|
|||
|
|
|||
|
faces and our cannons fire true!
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Votes:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10000) The Choice is Yours!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10001) Who are you voting for?
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10002) I'm pickin' Chicken!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10003) Vote Now! Vote Cow!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10004) Go bananas! Vote Monkey!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10005) Be a Honey! Vote Bear!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10006) Think Big vote Pig!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(10007) Vote Goat - And thats all she wrote!
|
|||
|
|
|||
|
|
|||
|
Fighting
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51302) Attack me target!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51301) Attack the strongest one!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51303) I be needing help!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51304) I can't do any damage!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(51305) I think we be in trouble.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(51306) Surround the most powerful one.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(51307) We should retreat.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(51308) run for it!
|
|||
|
|
|||
|
|
|||
|
Cogs:
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20000) Its my day off!
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20001) I believe you're in the wrong office.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20002) Have your people call my people.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20003) Your in no position to meet with me.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20004) Talk to my Assistant
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20005) Looks Like You've hit Rock Bottom!
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20006) I'm ready to feast.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20007) I'm a sucker for Toons.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(2200) You should hit the scale.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(2201) I will hit the scale.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20008) Oh goody, lunch time!
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20009) Perfect Timing, I need a quick bite.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20010) I'd like some Feedback on my performance.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20011) Let's talk about the Bottom line.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20012) You'll find my tallents are Bottomless.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20013) Good, I need a little pick-me-up.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20014) I'd love to have you for lunch.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20015) Looks like your number is up.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20016) I hope you Perfer Extra Crunchy
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20017) Now your really in a crunch.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20018) Is it time for Crunch already?
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20019) Let's do Crunch.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20032) Are you positive you want to do this?
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20020) Where would you like to have your Crunch today?
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20021) You've given me something to crunch on.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20022) I will not be smooth
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20023) Go ahead, try and take a number.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20024) I could do with a nice crunch about now.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20025) I'm positive your not going to like this.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20026) I don't know the meaning of no.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20027) Want to Meet i say yes everytime.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20028) You need some positive Enforcment.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20029) I'm going to make a postive impression.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20030) I haven't been wrong yet.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20047) I enjoy subtracting Toons.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20087) I hope you brought a stretcher with you.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20185) I'll prove your not dreaming.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20200) I'm gonna tell the boss about you!
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(20258) Today the role of deafeted toon will be played by -- YOU!
|
|||
|
|
|||
|
Appologize
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(51201) Sorry.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(50211) Yer a canvas shy of full sail, aren't ye mate?
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(51203) Sorry, I already have plans.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(51204) Sorry, I dont need to do that.
|
|||
|
|
|||
|
|
|||
|
Boarding:
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5000) Let's form a boarding group.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5001) Join my Boarding Group!
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5002) Can you invite me to your boarding group?
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5003) I'm already in a boarding gorup.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5004)Leave your boarding Group
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5005) We are boarding Now.
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5006) Where are we going?
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5007) Are we ready?
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5008) Let's Go!
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(5009) Don't leave this ara or you will leave the boarding
|
|||
|
group!
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Colors:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2000) Purple
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2001) Blue
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2002) Cyan
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2003) Teal
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2004) Green
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2005) Yellow
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2006) Orange
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2007) Red
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2008) Pink
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2009) Brown
|
|||
|
|
|||
|
|
|||
|
Greeting:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60102) Hey!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60103) Yo!
|
|||
|
|
|||
|
|
|||
|
Silly Meter:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60301) Have you been to the Silly Meter Yet?
|
|||
|
|
|||
|
|
|||
|
Christmas:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60200) Deck the halls...
|
|||
|
|
|||
|
|
|||
|
Sad:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60400) :-(
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60402) Aww man!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60401) Doh!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60404) Bummer!
|
|||
|
|
|||
|
|
|||
|
|
|||
|
April Toons Week:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60100)
|
|||
|
|
|||
|
|
|||
|
Lets go to (weird phrases)
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60500) Where are you?
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60501) Let's go to the Gateway Store!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60502) Let's go to the Disco
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60503) Let's go to Toontown!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60504) Let's go to Piarates of the Caribean!
|
|||
|
|
|||
|
|
|||
|
Animations:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60505) Flip Coin
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60506) Dance
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60507) Chant 1
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60508) Chant 2
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60509) Dance a jig
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60510) Sleep
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60511) Flex
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60512) Play lute
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60513) Play Flute
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60514) Frustrated
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60515) Searching
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60516) Yawn
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60517) Kneel
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60518) Sweep
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60519) Primp
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60522) No
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60523) Yes
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60524) Laugh
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60525) Clap
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60526) Smile
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60527) Anger
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60528) Fear
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60529) Sad
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60530) Celebrate
|
|||
|
|
|||
|
|
|||
|
|
|||
|
CFO
|
|||
|
|
|||
|
(GO DOWN AND UP)
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2104)
|
|||
|
|
|||
|
|
|||
|
Rude:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20007) I'm a sucker for toons!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50103) Walk the Plank!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50704) Hey Bucko
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50205) Addle-minded Fool!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50208) Watch yer tounge or i'll pickle it with sea salt!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20152) I'm going to make motzerilla outa ya!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20150) I'm going to cream ya!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50210) The horizon be as empty as yer head!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2200) You should hit the scale!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50201) Scurvy Dog!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20056) I've been waiting for you!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20038) Move it or lose it!
|
|||
|
|
|||
|
|
|||
|
Parties:
|
|||
|
|
|||
|
base.localAvatar.setSC(5303) - Come to my party!
|
|||
|
|
|||
|
base.localAvatar.setSC(5300) - Let's go to a party!
|
|||
|
|
|||
|
base.localAvatar.setSC(5302) - My party has started!
|
|||
|
|
|||
|
base.localAvatar.setSC(5316) - Let's Dance!
|
|||
|
|
|||
|
base.localAvatar.setSC(5317) - To the dance floor!
|
|||
|
|
|||
|
base.localAvatar.setSC(5318) - Let's play tug-o-war!
|
|||
|
|
|||
|
base.localAvatar.setSC(5319) - Start the fireworks!
|
|||
|
|
|||
|
base.localAvatar.setSC(5320) - These fireworks are beutiful!
|
|||
|
|
|||
|
base.localAvatar.setSC(5321) - Nice Decorations!
|
|||
|
|
|||
|
base.localAvatar.setSC(5322) - I wish I could eat this cake!
|
|||
|
|
|||
|
base.localAvatar.setSC(5313) - Watch me jump!
|
|||
|
|
|||
|
base.localAvatar.setSC(5308) - Time is running out!
|
|||
|
|
|||
|
base.localAvatar.setSC(5307) - It's party time!
|
|||
|
|
|||
|
|
|||
|
Other Phrases:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60673) If you were a booger, I'd pick you first.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20300) You make my hair curl.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20136) RAID!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(2222) I have a bonus weight of 11.
|
|||
|
base.localAvatar.b_setSC(2221) I have a bonus weight of 10.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(4) SPEEDCHAT PLUS
|
|||
|
|
|||
|
base.localAvatar.announceBingo() BINGO!
|
|||
|
|
|||
|
|
|||
|
Golf:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(4002) Want to golf?
|
|||
|
|
|||
|
base.localAvatar.b_setSC(4102) Let's Play Hole And Cabootale
|
|||
|
|
|||
|
base.localAvatar.b_setSC(4202) Try standing right in the middle
|
|||
|
|
|||
|
|
|||
|
Wrong:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(3301) Your too fast for me!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(50401) Let's get out of here!
|
|||
|
|
|||
|
base.localAvatar.b_setSC(4203) Try Hitting it Harder
|
|||
|
|
|||
|
base.localAvatar.b_setSC(4207) Try aiming right down the middle.
|
|||
|
|
|||
|
base.localAvatar.b_setSC(4204) Try Hitting it Softer
|
|||
|
|
|||
|
|
|||
|
Speed Chat List
|
|||
|
|
|||
|
base.accept("1", base.localAvatar.b_setSCSinging, [20136])
|
|||
|
base.accept("2", base.localAvatar.b_setSCSinging, [4])
|
|||
|
base.accept("3", base.localAvatar.b_setSCSinging, [50205])
|
|||
|
base.accept("4", base.localAvatar.b_setSCSinging, [60509])
|
|||
|
base.accept("5", base.localAvatar.b_setSCSinging, [60501])
|
|||
|
base.accept("6", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("7", base.localAvatar.b_setSCSinging, [60103])
|
|||
|
base.accept("8", base.localAvatar.b_setSCSinging, [2222])
|
|||
|
base.accept("9", base.localAvatar.b_setSCSinging, [20150])
|
|||
|
base.accept("0", base.localAvatar.b_setSCSinging, [50704])
|
|||
|
|
|||
|
Actions
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('jumpAirborne'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('jumpLand'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('jumpSquat'))
|
|||
|
|
|||
|
base.localAvatar.loop('climb')
|
|||
|
|
|||
|
base.localAvatar.loop('running-jump')
|
|||
|
|
|||
|
base.localAvatar.loop('callPet')
|
|||
|
|
|||
|
base.localAvatar.loop('feedPet')
|
|||
|
|
|||
|
base.localAvatar.loop('phoneBack')
|
|||
|
|
|||
|
base.localAvatar.loop('phoneNeutral')
|
|||
|
|
|||
|
base.localAvatar.loop('takePhone')
|
|||
|
|
|||
|
base.localAvatar.loop('sidestep-left')
|
|||
|
|
|||
|
base.localAvatar.loop('sidestep-right')
|
|||
|
|
|||
|
base.localAvatar.loop('lookloop-putt')
|
|||
|
|
|||
|
base.localAvatar.loop('loop-dig')
|
|||
|
|
|||
|
base.localAvatar.loop('leverNeutral')
|
|||
|
|
|||
|
base.localAvatar.loop('leverReach')
|
|||
|
|
|||
|
base.localAvatar.loop('leverPull')
|
|||
|
|
|||
|
base.localAvatar.loop('duck')
|
|||
|
|
|||
|
base.localAvatar.loop('spit')
|
|||
|
|
|||
|
base.localAvatar.loop('struggle')
|
|||
|
|
|||
|
base.localAvatar.loop('toss')
|
|||
|
|
|||
|
base.localAvatar.loop('water-gun')
|
|||
|
|
|||
|
base.localAvatar.loop('smooch')
|
|||
|
|
|||
|
base.localAvatar.loop('firehose')
|
|||
|
|
|||
|
base.localAvatar.loop('hold-bottle')
|
|||
|
|
|||
|
base.localAvatar.loop('hold-magnet')
|
|||
|
|
|||
|
base.localAvatar.loop('melt') - quick sand
|
|||
|
|
|||
|
base.localAvatar.loop('happy-dance')
|
|||
|
|
|||
|
base.localAvatar.loop('hypnotize')
|
|||
|
|
|||
|
base.localAvatar.loop('tickle')
|
|||
|
|
|||
|
base.localAvatar.loop('sprinkle-dust')
|
|||
|
|
|||
|
base.localAvatar.loop('reel-H')
|
|||
|
|
|||
|
base.localAvatar.loop('tug-o-war')
|
|||
|
|
|||
|
base.localAvatar.loop('pet-end')
|
|||
|
|
|||
|
base.localAvatar.loop('catch-intro-throw')
|
|||
|
|
|||
|
base.localAvatar.loop('catch-eatnrun')
|
|||
|
|
|||
|
base.localAvatar.loop('fish-end')
|
|||
|
|
|||
|
base.localAvatar.loop('fish-again')
|
|||
|
|
|||
|
base.localAvatar.loop('push')
|
|||
|
|
|||
|
base.localAvatar.loop('swing')
|
|||
|
|
|||
|
base.localAvatar.loop('reel')
|
|||
|
|
|||
|
base.localAvatar.loop('throw')
|
|||
|
|
|||
|
base.localAvatar.loop('left')
|
|||
|
|
|||
|
base.localAvatar.loop('right')
|
|||
|
|
|||
|
base.localAvatar.loop('sound')
|
|||
|
|
|||
|
base.localAvatar.loop('pole')
|
|||
|
|
|||
|
base.localAvatar.loop('cast')
|
|||
|
|
|||
|
base.localAvatar.loop('pole-neutral')
|
|||
|
|
|||
|
base.localAvatar.loop('pet-loop')
|
|||
|
|
|||
|
base.localAvatar.loop('castlong')
|
|||
|
|
|||
|
base.localAvatar.loop('slip-forward')
|
|||
|
|
|||
|
base.localAvatar.loop('slip-backward')
|
|||
|
|
|||
|
base.localAvatar.loop('scientistGame')
|
|||
|
|
|||
|
base.localAvatar.loop('scientistWork')
|
|||
|
|
|||
|
base.localAvatar.loop('sad-neutral')
|
|||
|
|
|||
|
base.localAvatar.loop('reel-neutral')
|
|||
|
|
|||
|
base.localAvatar.loop('curtsy')
|
|||
|
|
|||
|
base.localAvatar.loop('down')
|
|||
|
|
|||
|
base.localAvatar.loop('up')
|
|||
|
|
|||
|
base.localAvatar.loop('think')
|
|||
|
|
|||
|
base.localAvatar.loop('lose')
|
|||
|
|
|||
|
base.localAvatar.loop('swim')
|
|||
|
|
|||
|
base.localAvatar.loop('cringe')
|
|||
|
|
|||
|
base.localAvatar.loop('applause')
|
|||
|
|
|||
|
base.localAvatar.loop('confused')
|
|||
|
|
|||
|
base.localAvatar.loop('run')
|
|||
|
|
|||
|
base.localAvatar.loop('walk')
|
|||
|
|
|||
|
base.localAvatar.loop('juggle')
|
|||
|
|
|||
|
base.localAvatar.loop('bored')
|
|||
|
|
|||
|
base.localAvatar.loop('jump')
|
|||
|
|
|||
|
base.localAvatar.loop('bow')
|
|||
|
|
|||
|
base.localAvatar.loop('teleport')
|
|||
|
|
|||
|
base.localAvatar.loop('wave')
|
|||
|
|
|||
|
base.localAvatar.loop('angry')
|
|||
|
|
|||
|
base.localAvatar.loop('shrug')
|
|||
|
|
|||
|
base.localAvatar.loop('book')
|
|||
|
|
|||
|
base.localAvatar.loop('sit')
|
|||
|
|
|||
|
|
|||
|
Pie Aim:
|
|||
|
|
|||
|
Get pies Hold it and walk forward then use the scientistEmcee code
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('swim'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('jump'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('CogThiefRunning'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('run'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('ScientistLessWork'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('walk'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('cringe'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('FallDown'))
|
|||
|
|
|||
|
base.localAvatar.enterSitStart()
|
|||
|
|
|||
|
base.localAvatar.enterSad()
|
|||
|
|
|||
|
base.localAvatar.enterHappy()
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('teleport')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('Push'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('flat'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('Squish'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('victory'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('ScientistJealous'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('ScientistWork')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttLoop'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttSwing'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('Sit'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('CatchEating')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('Flattened')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
|
|||
|
swim and toons unite for floating dead person
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('ReadBook'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttSwing'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttLoop'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateRight'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateLeft'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('walk')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('TeleportIn'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('TeleportOut'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('SitStart')
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('Catching'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
base.localAvatar.b_setSCSinging(20150)
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
base.localAvatar.b_setSCSinging(20155)
|
|||
|
|
|||
|
Bots:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
base.localAvatar.b_setSCSinging(50702)
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('YOU LOSE')
|
|||
|
base.localAvatar.b_setEmoteState(23,1)
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('OH YA I SAID IT')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('MY TEAM WILL OWN ALL YOU LOSE ERRS!')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('We are Epic Hock errs!')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('AND YOU CAN'T STOP US')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part7():
|
|||
|
base.localAvatar.b_setSCSinging(50800)
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
def addzone():
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(addzone))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Long
|
|||
|
|
|||
|
Long Bubble:
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! I AM NOT FRITZ! ')
|
|||
|
|
|||
|
wubberducky1
|
|||
|
ilose
|
|||
|
|
|||
|
Member:
|
|||
|
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 1
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.allowSecretChat = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
base.localAvatar.getGameAccess = new2
|
|||
|
|
|||
|
Member:
|
|||
|
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 1
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.allowSecretChat = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
base.localAvatar.getGameAccess = new2
|
|||
|
|
|||
|
Enter Test Server:
|
|||
|
|
|||
|
def enter():
|
|||
|
return 1
|
|||
|
base.launcher.isTestServer = enter
|
|||
|
|
|||
|
Sf :
|
|||
|
|
|||
|
base.cr.isParentPasswordSet = True
|
|||
|
|
|||
|
def new():
|
|||
|
return True
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
|
|||
|
Sideways Swim:
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,80)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.b_setAnimState(('swim'))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
|
|||
|
|
|||
|
Gloves - Zoom out to see -
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').removeNode()
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(255,0,0) Colored Gloves Red
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(0,0,0) Colored Gloves Black
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(0,255,0) Colored Gloves Green
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(0,0,255) Colored Gloves Blue
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(1,0000,1) Colored Gloves Pink
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(0,0000,1) Colored Gloves blue
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(0,1000,0) Colored Gloves green
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(0,1000,1) Colored Gloves cyan
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(1,1000,0) Colored Gloves yellow
|
|||
|
|
|||
|
base.localAvatar.find('**/hands').setColor(1,1000,1) Colored Gloves white
|
|||
|
|
|||
|
|
|||
|
Toontown Start Code: Do show pop on loading.
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
base.localAvatar.setNametagStyle(10)
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess ([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000,9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
|
|||
|
base.localAvatar.setPinkSlips((9999))
|
|||
|
|
|||
|
base.localAvatar.setColor(0.97,0.3,0.3)
|
|||
|
|
|||
|
base.localAvatar.setMaxHp(137)
|
|||
|
|
|||
|
base.localAvatar.b_setSC(60401)
|
|||
|
|
|||
|
base.localAvatar.setHp(137)
|
|||
|
|
|||
|
base.localAvatar.hideClarabelleGui()
|
|||
|
|
|||
|
base.localAvatar.setBankMoney(10000)
|
|||
|
|
|||
|
base.localAvatar.setMaxBankMoney(10000)
|
|||
|
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setCogParts([56444, 56447, 56447, 56411])
|
|||
|
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.setExperience('9999999999999999')
|
|||
|
|
|||
|
base.localAvatar.setFishingRod(4)
|
|||
|
|
|||
|
base.localAvatar.setMaxMoney(250)
|
|||
|
|
|||
|
base.localAvatar.setTickets(99999)
|
|||
|
|
|||
|
base.accept("f7", base.localAvatar.blinkEyes, [])
|
|||
|
|
|||
|
base.localAvatar.setSpeedChatStyleIndex(15)
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1,'Green Team Starter Pack Activated!')
|
|||
|
|
|||
|
localAvatar.cogMerits=[10000, 10000, 10000, 10000]
|
|||
|
|
|||
|
music1 = base.loader.loadSfx("Custom/Sfx/Losing You.mp3")
|
|||
|
music1.setVolume(.2)
|
|||
|
music1.setLoop(True)
|
|||
|
music1.play()
|
|||
|
|
|||
|
base.localAvatar.find('**/TT_sky.egg').setTexture(gloves, 1)
|
|||
|
base.localAvatar.find('**/TT_sky.egg').setColor(1)
|
|||
|
|
|||
|
base.localAvatar.setCogLevels([49,49,49,49])
|
|||
|
|
|||
|
base.localAvatar.setCustomMessages([550, 580, 6000, 6100, 12000, 11010, 590, 820, 40, 100, 170, 230, 890, 290, 320, 370, 380, 400, 420, 460, 470, 440, 480, 510, 500, 560, 570, 650, 660, 670, 680, 710, 770, 830])
|
|||
|
|
|||
|
base.localAvatar.setQuestCarryLimit(4)
|
|||
|
|
|||
|
base.localAvatar.setMaxFishTank(100)
|
|||
|
|
|||
|
base.localAvatar.setMaxFlowerBasket(100)
|
|||
|
|
|||
|
base.localAvatar.setFishingTrophies([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.setCogTypes([7,7,7,7])
|
|||
|
|
|||
|
zone = base.cr.sendSetZoneMsg
|
|||
|
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setTrackBonusLevel([7,7,7,7,7,7,7])
|
|||
|
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
neck = base.localAvatar.findAllMatches('**/neck')
|
|||
|
|
|||
|
base.localAvatar.book.setColor(255,0.01,0.01)
|
|||
|
|
|||
|
base.localAvatar.book.setHpr(0,0,180)
|
|||
|
|
|||
|
base.localAvatar.book.setZ(.2)
|
|||
|
|
|||
|
base.localAvatar.closeEyes()
|
|||
|
|
|||
|
base.localAvatar.setNametagScale(1.15)
|
|||
|
|
|||
|
base.localAvatar.pauseGlitchKiller()
|
|||
|
|
|||
|
neck.setColor(0,0,0)
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
alight = AmbientLight('alight')
|
|||
|
alight.setColor(VBase4(.93,0,0,1))
|
|||
|
alnp = render.attachNewNode(alight)
|
|||
|
messenger.send('nametagAmbientLightChanged', [alnp])
|
|||
|
|
|||
|
base.localAvatar.setTransparency(1)
|
|||
|
|
|||
|
base.localAvatar.showLaughMuzzle()
|
|||
|
|
|||
|
messenger.send('hpChange-286313331', [137, 137])
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.25,0.25,0.25)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.25,0.25,0.3)
|
|||
|
|
|||
|
feet = loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/feet').setTexture(feet, 1)
|
|||
|
|
|||
|
legs = loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(legs, 1)
|
|||
|
|
|||
|
arms = loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(arms, 1)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(1)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.setInventory('99999999999999999999999999999999999999999999999999999999999999999999999999')
|
|||
|
|
|||
|
base.localAvatar.setMaxCarry(2394)
|
|||
|
|
|||
|
shirts=loader.loadTexture("Custom/Toon/Bioshock1.jpg")
|
|||
|
|
|||
|
sleve=loader.loadTexture("Custom/Toon/BioshockSleeve1.jpg")
|
|||
|
|
|||
|
shorts=loader.loadTexture("Custom/Toon/Bioshock1.jpg")
|
|||
|
|
|||
|
mouth = base.localAvatar.findAllMatches('**/muzzle-short-neutral')
|
|||
|
|
|||
|
mouthtext = loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
|
|||
|
mouth.setTexture(mouthtext, 1)
|
|||
|
|
|||
|
base.localAvatar.setKartBodyType(1)
|
|||
|
|
|||
|
ttHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
ttHat.reparentTo(base.localAvatar)
|
|||
|
ttHat.setZ(4.1)
|
|||
|
ttHat.setColorScale(25)
|
|||
|
ttHatSpin = ttHat.find('**/whistleIcon').hprInterval(3, Vec3(360, 0, 0))
|
|||
|
ttHatSpin.loop()
|
|||
|
|
|||
|
def collisionshk1():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions Activated')
|
|||
|
base.accept("f1", collisionshk2, [])
|
|||
|
|
|||
|
def collisionshk2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions De-Activated')
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
def sjasshk1():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=140
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 45
|
|||
|
base.localAvatar.physControls.setGravity(35)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 60
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed Activated')
|
|||
|
base.accept("f2", sjasshk2, [])
|
|||
|
|
|||
|
def sjasshk2():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=10
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=80
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 20
|
|||
|
base.localAvatar.physControls.setGravity(40)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 17
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed De-Activated')
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
def laugh():
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
base.localAvatar.b_setEmoteState(17,1)
|
|||
|
|
|||
|
base.accept("f3", laugh, [])
|
|||
|
|
|||
|
def schk1():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistA.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistA.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 1 Activated')
|
|||
|
base.accept("f4", schk2, [])
|
|||
|
|
|||
|
|
|||
|
def schk2():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts1=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistB.jpg")
|
|||
|
sleve1=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts1=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistB.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve1, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 2 Activated')
|
|||
|
base.accept("f4", schk3, [])
|
|||
|
|
|||
|
def schk3():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts2=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistC.jpg")
|
|||
|
sleve2=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts2=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistC.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve2, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 3 Activated')
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
|
|||
|
def animsachk():
|
|||
|
base.localAvatar.setSystemMessage(1, 'Animation Hotkeys Activated')
|
|||
|
base.accept("f1", base.localAvatar.b_setAnimState, ['SitStart'])
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['swim'])
|
|||
|
base.accept("f3", base.localAvatar.b_setAnimState, ['TeleportIn'])
|
|||
|
base.accept("f4", base.localAvatar.b_setAnimState, ['FallDown'])
|
|||
|
base.accept("f5", base.localAvatar.b_setAnimState, ['GolfRotateRight'])
|
|||
|
base.accept("f6", base.localAvatar.b_setAnimState, ['ScientistPlay'])
|
|||
|
base.accept("f7", base.localAvatar.b_setAnimState, ['ScientistJealous'])
|
|||
|
base.accept("f8", base.localAvatar.b_setAnimState, ['ScientistLessWork'])
|
|||
|
base.accept("f9", base.localAvatar.b_setAnimState, ['Flattened'])
|
|||
|
base.accept("f10", base.localAvatar.b_setAnimState, ['Died'])
|
|||
|
base.accept("f11", base.localAvatar.b_setAnimState, ['ScientistEmcee'])
|
|||
|
base.accept("f12", animsachk1, [])
|
|||
|
|
|||
|
def animsachk1():
|
|||
|
base.localAvatar.setSystemMessage(1, 'Animation Hotkeys De-Activated')
|
|||
|
def collisionshk1():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions Activated')
|
|||
|
base.accept("f1", collisionshk2, [])
|
|||
|
|
|||
|
def collisionshk2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions De-Activated')
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
def sjasshk1():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=140
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 45
|
|||
|
base.localAvatar.physControls.setGravity(35)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 60
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed Activated')
|
|||
|
base.accept("f2", sjasshk2, [])
|
|||
|
|
|||
|
def sjasshk2():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=10
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=80
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 20
|
|||
|
base.localAvatar.physControls.setGravity(40)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 17
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed De-Activated')
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
def laugh():
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
base.localAvatar.b_setEmoteState(17,1)
|
|||
|
|
|||
|
base.accept("f3", laugh, [])
|
|||
|
|
|||
|
def schk1():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistA.jpg")
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistA.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 1 Activated')
|
|||
|
base.accept("f4", schk2, [])
|
|||
|
|
|||
|
|
|||
|
def schk2():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts1=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistB.jpg")
|
|||
|
sleve1=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts1=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistB.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts1, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve1, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 2 Activated')
|
|||
|
base.accept("f4", schk3, [])
|
|||
|
|
|||
|
def schk3():
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts2=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistC.jpg")
|
|||
|
sleve2=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts2=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistC.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts2, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve2, 1)
|
|||
|
base.localAvatar.setSystemMessage(1, 'Scientist Outfit 3 Activated')
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
base.accept("f4", schk1, [])
|
|||
|
base.accept("f5", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f6", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f7", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f8", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f9", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f10", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f11", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f12", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
base.accept("f12", animsachk, [])
|
|||
|
|
|||
|
base.accept("f12", animsachk, [])
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
from direct.task import Task
|
|||
|
|
|||
|
text = OnscreenText(text='', style=1, fg=(1,1,1,1), align=TextNode.ALeft, pos=(-1.15, .8), scale=.07)
|
|||
|
|
|||
|
def mouseMoved(x, y):
|
|||
|
updateText('Mouse X,Y (%0.3f, %0.3f)' % (x,y))
|
|||
|
|
|||
|
def mouseLost():
|
|||
|
updateText('Mouse Lost')
|
|||
|
|
|||
|
def updateText(msg):
|
|||
|
global text
|
|||
|
text.setText(msg)
|
|||
|
|
|||
|
#Task to move the camera
|
|||
|
def MouseMotion(task):
|
|||
|
if base.mouseWatcherNode.hasMouse():
|
|||
|
x = base.mouseWatcherNode.getMouseX()
|
|||
|
y = base.mouseWatcherNode.getMouseY()
|
|||
|
mouseMoved(x, y)
|
|||
|
else:
|
|||
|
mouseLost()
|
|||
|
return Task.cont
|
|||
|
|
|||
|
taskMgr.add(MouseMotion, 'MouseMotion')
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Swimming"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Sitting"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('SitStart')
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Catching"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Catching')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Golf Turning Right"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('GolfRotateRight')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "Dying"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Died')
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Sad"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "Pushing"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('Push')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
bk_text = "Scientist Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("SWIM", "swim", "swim", "SWIM"), scale=.06, pos = (-.98,-0,-.95), command=setText1)
|
|||
|
b2 = DirectButton(text = ("SIT", "sit", "sit", "SIT"), scale=.06, pos = (-.8,-0,-.95), command=setText2)
|
|||
|
b3 = DirectButton(text = ("CATCH", "catch", "catch", "CATCH"), scale=.06, pos = (-.6,-0,-.95), command=setText3)
|
|||
|
b4 = DirectButton(text = ("GOLF ROTATE", "golf rotate", "golf rotate", "GOLF ROTATE"), scale=.06, pos = (-.28,-0,-.95), command=setText4)
|
|||
|
b5 = DirectButton(text = ("DIE", "die", "die", "DIE"), scale=.06, pos = (-0,-0,-.95), command=setText5)
|
|||
|
b6 = DirectButton(text = ("SAD", "sad", "sad", "SAD"), scale=.06, pos = (.16,-0,-.95), command=setText6)
|
|||
|
b7 = DirectButton(text = ("PUSH", "push", "push", "PUSH"), scale=.06, pos = (.35,-0,-.95), command=setText7)
|
|||
|
b8 = DirectButton(text = ("R-P-C", "r-p-c", "r-p-c", "R-P-C"), scale=.06, pos = (.565,-0,-.95), command=setText8)
|
|||
|
|
|||
|
while var is 1:
|
|||
|
base.accept("control", normal1, [])
|
|||
|
|
|||
|
while var is 0:
|
|||
|
base.accept("control", base.localAvatar.b_setSCSinging, [4])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Green Bot Professor Start:
|
|||
|
|
|||
|
base.localAvatar.setNametagStyle(10)
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess ([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
|
|||
|
base.localAvatar.setPinkSlips((9999))
|
|||
|
|
|||
|
base.localAvatar.setMaxHp(137)
|
|||
|
|
|||
|
base.localAvatar.b_setSCSinging(60401)
|
|||
|
|
|||
|
base.localAvatar.setMaxFishTank(100)
|
|||
|
|
|||
|
base.localAvatar.setHp(137)
|
|||
|
|
|||
|
base.localAvatar.setBankMoney(10000)
|
|||
|
|
|||
|
base.localAvatar.setMaxBankMoney(10000)
|
|||
|
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setCogParts([56444, 56447, 56447, 56411])
|
|||
|
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.setExperience('9999999999999999')
|
|||
|
|
|||
|
base.localAvatar.setFishingRod(4)
|
|||
|
|
|||
|
base.localAvatar.setMaxMoney(250)
|
|||
|
|
|||
|
base.localAvatar.setTickets(99999)
|
|||
|
|
|||
|
base.localAvatar.setSpeedChatStyleIndex(15)
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1,'Green Cat : Bot Start')
|
|||
|
|
|||
|
base.localAvatar.setCheesyEffect(0, 0, 0)
|
|||
|
|
|||
|
localAvatar.cogMerits=[10000, 10000, 10000, 10000]
|
|||
|
|
|||
|
base.localAvatar.setCogLevels([49,49,49,49])
|
|||
|
|
|||
|
base.localAvatar.setQuestCarryLimit(4)
|
|||
|
|
|||
|
base.localAvatar.setFishingTrophies([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.setCogTypes([7,7,7,7])
|
|||
|
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setTrackBonusLevel([7,7,7,7,7,7,7])
|
|||
|
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
|
|||
|
shirts=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistC.jpg")
|
|||
|
|
|||
|
sleve=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
|
|||
|
shorts=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistA.jpg")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts, 1)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts, 1)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve, 1)
|
|||
|
|
|||
|
base.localAvatar.composeColorScale(4)
|
|||
|
|
|||
|
base.accept("f1", base.localAvatar.setEmoteState, [24,0])
|
|||
|
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['ScientistLessWork'])
|
|||
|
|
|||
|
base.accept("f3", base.localAvatar.b_setAnimState, ['ScientistJealous'])
|
|||
|
|
|||
|
base.accept("f4", base.localAvatar.b_setAnimState, ['ScientistPlay'])
|
|||
|
|
|||
|
base.accept("f5", base.localAvatar.b_setAnimState, ['GolfRotateRight'])
|
|||
|
|
|||
|
base.accept("f6", base.localAvatar.b_setAnimState, ['Flattened'])
|
|||
|
|
|||
|
base.accept("f7", base.localAvatar.b_setAnimState, ['CatchEating'])
|
|||
|
|
|||
|
base.accept("f8", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
|
|||
|
base.accept("f9", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
|
|||
|
base.accept("1", base.localAvatar.b_setSCSinging, [20136])
|
|||
|
|
|||
|
base.accept("2", base.localAvatar.b_setSCSinging, [4])
|
|||
|
|
|||
|
base.accept("3", base.localAvatar.b_setSCSinging, [50205])
|
|||
|
|
|||
|
base.accept("4", base.localAvatar.b_setSCSinging, [60509])
|
|||
|
|
|||
|
base.accept("5", base.localAvatar.b_setSCSinging, [60501])
|
|||
|
|
|||
|
base.accept("6", base.localAvatar.b_setSCSinging, [60502])
|
|||
|
|
|||
|
base.accept("7", base.localAvatar.b_setSCSinging, [60103])
|
|||
|
|
|||
|
base.accept("8", base.localAvatar.b_setSCSinging, [2222])
|
|||
|
|
|||
|
base.accept("9", base.localAvatar.b_setSCSinging, [20150])
|
|||
|
|
|||
|
base.accept("0", base.localAvatar.b_setSCSinging, [50704])
|
|||
|
|
|||
|
base.accept("alt", base.localAvatar.setZ, [8])
|
|||
|
|
|||
|
base.accept("f10", base.localAvatar.b_setAnimState, ['Died'])
|
|||
|
|
|||
|
|
|||
|
Emotes:
|
|||
|
|
|||
|
|
|||
|
base.accept("f1", base.localAvatar.b_setEmoteState, [24,0])
|
|||
|
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['ReadBook'])
|
|||
|
|
|||
|
base.accept("f3", base.localAvatar.b_setEmoteState, [23,0])
|
|||
|
|
|||
|
base.accept("f4", base.localAvatar.b_setEmoteState, [22,0])
|
|||
|
|
|||
|
base.accept("f5", base.localAvatar.b_setEmoteState, [21,0])
|
|||
|
|
|||
|
base.accept("f6", base.localAvatar.b_setEmoteState, [20,0])
|
|||
|
|
|||
|
Super flip ttc
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.localAvatar.setZ(7)
|
|||
|
def anim1():
|
|||
|
base.localAvatar.b_setAnimState(('jumpLand'))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
def anim2():
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
def flip1():
|
|||
|
base.localAvatar.setP(90)
|
|||
|
def flip2():
|
|||
|
base.localAvatar.setP(180)
|
|||
|
def flip3():
|
|||
|
base.localAvatar.setP(270)
|
|||
|
def flip4():
|
|||
|
base.localAvatar.setP(360)
|
|||
|
def end():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim1))
|
|||
|
seq.append(Wait(.45))
|
|||
|
seq.append(Func(anim2))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Func(end))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Super Uber Starter
|
|||
|
|
|||
|
base.localAvatar.setNametagStyle(10)
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess ([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
|
|||
|
base.localAvatar.setTrackAccess([0,0,0,0,1,1,0])
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1,'Super Uber Pack Activated!')
|
|||
|
|
|||
|
base.localAvatar.setCheesyEffect(0, 0, 0)
|
|||
|
|
|||
|
localAvatar.cogMerits=[10000, 10000, 10000, 10000]
|
|||
|
|
|||
|
base.localAvatar.setFishingTrophies([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setTrackBonusLevel([7,7,7,7,7,7,7])
|
|||
|
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
def collisionshk1():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions Activated')
|
|||
|
base.accept("f1", collisionshk2, [])
|
|||
|
|
|||
|
def collisionshk2():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1, 'No Collisions De-Activated')
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
base.accept("f1", collisionshk1, [])
|
|||
|
|
|||
|
def sjasshk1():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=140
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 45
|
|||
|
base.localAvatar.physControls.setGravity(35)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 60
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed Activated')
|
|||
|
base.accept("f2", sjasshk2, [])
|
|||
|
|
|||
|
def sjasshk2():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=10
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=80
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 20
|
|||
|
base.localAvatar.physControls.setGravity(40)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 17
|
|||
|
base.localAvatar.setSystemMessage(1, 'Super Jump/Super Speed De-Activated')
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
base.accept("f2", sjasshk1, [])
|
|||
|
|
|||
|
def laugh():
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
base.localAvatar.b_setEmoteState(17,1)
|
|||
|
|
|||
|
base.accept("f3", laugh, [])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Uber Starter
|
|||
|
|
|||
|
base.localAvatar.setNametagStyle(10)
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess ([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1,'Uber Starter Pack Activated!')
|
|||
|
|
|||
|
localAvatar.cogMerits=[10000, 10000, 10000, 10000]
|
|||
|
|
|||
|
base.localAvatar.setFishingTrophies([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1])
|
|||
|
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
|
|||
|
|
|||
|
1: Go to SBHQ
|
|||
|
2: Go by the VP doors
|
|||
|
3: When a Cog walks through the door, type this code:
|
|||
|
chqd = base.cr.doFindAll("CogHQDoor")
|
|||
|
for chqd in base.cr.doFindAll("CogHQDoor"):
|
|||
|
chqd.rejectEnter = chqd.avatarEnter(base.localAvatar.doId)
|
|||
|
chqd.setOtherZoneIdAndDoId(11100, 284475854)
|
|||
|
4: On TTinjector, Click submit.
|
|||
|
5: Then type in this code:
|
|||
|
base.cr.sendSetZoneMsg(2513)
|
|||
|
6: Click Submit on TTinjector
|
|||
|
|
|||
|
You will have a Cog Suit
|
|||
|
|
|||
|
|
|||
|
Controls
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = .1
|
|||
|
base.localAvatar.physControls.setGravity(.00001)
|
|||
|
|
|||
|
base.localAvatar.physControls.setGravity(15)
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed = 100
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 100
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = -100
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 100
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=300
|
|||
|
|
|||
|
base.localAvatar.setScale(3)
|
|||
|
|
|||
|
|
|||
|
Walk And Swim:
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def anim1():
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
def anim2():
|
|||
|
base.localAvatar.enterHappy()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim2))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Annoy:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def tpfast():
|
|||
|
base.localAvatar.setGhostMode(2)
|
|||
|
def tp():
|
|||
|
messenger.send('gotoAvatar', [245681021, 'Meownaise', 1])
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(tpfast))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(tp))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Smile:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
base.localAvatar.b_setSCSinging(60526)
|
|||
|
def part2():
|
|||
|
base.localAvatar.setCheesyEffect(13, 0, 0)
|
|||
|
def part3():
|
|||
|
base.localAvatar.setCheesyEffect(0, 0, 0)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setAnimState('ReadBook')
|
|||
|
base.localAvatar.b_setSCSinging(60526)
|
|||
|
def part2():
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Shake TTC:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def anim():
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def rise1():
|
|||
|
base.localAvatar.setZ(4.1)
|
|||
|
def rise2():
|
|||
|
base.localAvatar.setZ(4.2)
|
|||
|
def rise3():
|
|||
|
base.localAvatar.setZ(4.3)
|
|||
|
def rise4():
|
|||
|
base.localAvatar.setZ(4.4)
|
|||
|
def rise5():
|
|||
|
base.localAvatar.setZ(4.5)
|
|||
|
def rise6():
|
|||
|
base.localAvatar.setZ(4.6)
|
|||
|
def rise7():
|
|||
|
base.localAvatar.setZ(4.7)
|
|||
|
def rise8():
|
|||
|
base.localAvatar.setZ(4.8)
|
|||
|
def rise9():
|
|||
|
base.localAvatar.setZ(4.9)
|
|||
|
def rise10():
|
|||
|
base.localAvatar.setZ(5)
|
|||
|
def rise11():
|
|||
|
base.localAvatar.setZ(5.1)
|
|||
|
def rise12():
|
|||
|
base.localAvatar.setZ(5.2)
|
|||
|
def rise13():
|
|||
|
base.localAvatar.setZ(5.3)
|
|||
|
def rise14():
|
|||
|
base.localAvatar.setZ(5.4)
|
|||
|
def rise15():
|
|||
|
base.localAvatar.setZ(5.5)
|
|||
|
def rise16():
|
|||
|
base.localAvatar.setZ(5.6)
|
|||
|
def rise17():
|
|||
|
base.localAvatar.setZ(5.7)
|
|||
|
def rise18():
|
|||
|
base.localAvatar.setZ(5.8)
|
|||
|
def rise19():
|
|||
|
base.localAvatar.setZ(5.9)
|
|||
|
def rise20():
|
|||
|
base.localAvatar.setZ(6)
|
|||
|
def anim2():
|
|||
|
base.localAvatar.b_setAnimState(('jumpLand'))
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
def shake1():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake2():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake3():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake4():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake4():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake5():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake6():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake7():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake8():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake9():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake10():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake11():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake12():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake13():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake14():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake15():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake16():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake17():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake18():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake19():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake20():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def endanim():
|
|||
|
base.localAvatar.setZ(4)
|
|||
|
base.localAvatar.b_setAnimState('FallDown')
|
|||
|
def neutral():
|
|||
|
base.localAvatar.b_setAnimState('neutral')
|
|||
|
base.localAvatar.enterHappy()
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(endanim))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(neutral))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def anim():
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setZ(0)
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def rise1():
|
|||
|
base.localAvatar.setZ(0.1)
|
|||
|
def rise2():
|
|||
|
base.localAvatar.setZ(0.2)
|
|||
|
def rise3():
|
|||
|
base.localAvatar.setZ(0.3)
|
|||
|
def rise4():
|
|||
|
base.localAvatar.setZ(0.4)
|
|||
|
def rise5():
|
|||
|
base.localAvatar.setZ(0.5)
|
|||
|
def rise6():
|
|||
|
base.localAvatar.setZ(0.6)
|
|||
|
def rise7():
|
|||
|
base.localAvatar.setZ(0.7)
|
|||
|
def rise8():
|
|||
|
base.localAvatar.setZ(0.8)
|
|||
|
def rise9():
|
|||
|
base.localAvatar.setZ(0.9)
|
|||
|
def rise10():
|
|||
|
base.localAvatar.setZ(1)
|
|||
|
def rise11():
|
|||
|
base.localAvatar.setZ(1.1)
|
|||
|
def rise12():
|
|||
|
base.localAvatar.setZ(1.2)
|
|||
|
def rise13():
|
|||
|
base.localAvatar.setZ(1.3)
|
|||
|
def rise14():
|
|||
|
base.localAvatar.setZ(1.4)
|
|||
|
def rise15():
|
|||
|
base.localAvatar.setZ(1.5)
|
|||
|
def rise16():
|
|||
|
base.localAvatar.setZ(1.6)
|
|||
|
def rise17():
|
|||
|
base.localAvatar.setZ(1.7)
|
|||
|
def rise18():
|
|||
|
base.localAvatar.setZ(1.8)
|
|||
|
def rise19():
|
|||
|
base.localAvatar.setZ(1.9)
|
|||
|
def rise20():
|
|||
|
base.localAvatar.setZ(2)
|
|||
|
def anim2():
|
|||
|
base.localAvatar.b_setAnimState(('jumpLand'))
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
def shake1():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake2():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake3():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake4():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake4():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake5():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake6():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake7():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake8():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake9():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake10():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake11():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake12():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake13():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake14():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake15():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake16():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake17():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake18():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def shake19():
|
|||
|
base.localAvatar.setX(0)
|
|||
|
def shake20():
|
|||
|
base.localAvatar.setX(1)
|
|||
|
def endanim():
|
|||
|
base.localAvatar.setZ(0)
|
|||
|
base.localAvatar.b_setAnimState('FallDown')
|
|||
|
def neutral():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.b_setAnimState('neutral')
|
|||
|
base.localAvatar.enterHappy()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(rise20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(anim2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(shake20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(endanim))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(neutral))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Team Bot:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
base.localAvatar.b_setSC(50702)
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('YOU LOSE')
|
|||
|
base.localAvatar.b_setEmoteState(23,1)
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('YES YOU ALL DO')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('MY TEAM WILL OWN ALL YOU MUCK ERRS')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('WE ARE TEAM HOCK')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('AND YOU CANT STOP US')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part7():
|
|||
|
base.localAvatar.b_setSC(20004)
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
def addzone():
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(addzone))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Invisible:
|
|||
|
|
|||
|
base.localAvatar.hide()
|
|||
|
|
|||
|
|
|||
|
Scare
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setAnimState(('jumpLand'))
|
|||
|
def part2():
|
|||
|
base.localAvatar.b_setAnimState(('ScientistEmcee'))
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(.2555777775))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Unlimited Pie:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def pie():
|
|||
|
base.localAvatar.setNumPies(1)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(pie))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
Funny Farms TP
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setAnimState(('OpenBook'))
|
|||
|
def intro2():
|
|||
|
base.localAvatar.b_setAnimState(('ReadBook'))
|
|||
|
def part2():
|
|||
|
base.localAvatar.b_setAnimState(('CloseBook'))
|
|||
|
def part3():
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
def part4():
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
def spot():
|
|||
|
base.localAvatar.setPos(689.118,-1155.604,2.525)
|
|||
|
base.localAvatar.setHpr(270,0,0)
|
|||
|
def part5():
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
def part6():
|
|||
|
base.localAvatar.b_setAnimState('Happy')
|
|||
|
def part7():
|
|||
|
base.localAvatar.setSystemMessage(1,'Welcome to Funny Farm!')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(intro2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(spot))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(2.3))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
non land farms:
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setAnimState(('OpenBook'))
|
|||
|
def intro2():
|
|||
|
base.localAvatar.b_setAnimState(('ReadBook'))
|
|||
|
def part2():
|
|||
|
base.localAvatar.b_setAnimState(('CloseBook'))
|
|||
|
def part3():
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
def part4():
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
def spot():
|
|||
|
base.localAvatar.setHpr(270,0,0)
|
|||
|
def part5():
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
def part6():
|
|||
|
base.localAvatar.b_setAnimState('Happy')
|
|||
|
def part7():
|
|||
|
base.localAvatar.setSystemMessage(1,'Welcome to Funny Farm!')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(intro2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(spot))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(.2))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(2.3))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Gardening
|
|||
|
|
|||
|
base.localAvatar.setShovelSkill(30)
|
|||
|
|
|||
|
base.localAvatar.setWateringCanSkill(50)
|
|||
|
|
|||
|
base.localAvatar.promoteWateringCan(3)
|
|||
|
|
|||
|
base.localAvatar.promoteShovel(3)
|
|||
|
|
|||
|
|
|||
|
Other
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1,'(NAME): (TEXT)')
|
|||
|
|
|||
|
Invisible Book:
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState('ReadBook')
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
|
|||
|
base.Disconnect('20.20.20') 322374
|
|||
|
messenger.send('<<toon id here/enter here toon name>>')
|
|||
|
|
|||
|
|
|||
|
base.Disconnect('20.30.')
|
|||
|
322275Messenger.sent('<<name/toonsidnumber>>')
|
|||
|
|
|||
|
base.localAvatar.b_setEmoteState(1,0)
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState(('Teleport'))
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
base.wireframeOn()
|
|||
|
|
|||
|
base.wireframeOff()
|
|||
|
|
|||
|
base.localAvatar.enableBlend()
|
|||
|
|
|||
|
base.localAvatar.disableBlend()
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
|
|||
|
base.localAvatar.setNumPies(100)
|
|||
|
base.localAvatar.setPieType(5)
|
|||
|
|
|||
|
|
|||
|
Get all toon id's
|
|||
|
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
|
|||
|
Black Mouth:
|
|||
|
|
|||
|
base.localAvatar.setColor(0)
|
|||
|
|
|||
|
|
|||
|
White Mouth:
|
|||
|
|
|||
|
base.localAvatar.setColor(1)
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1,'Admin: Type your test here')
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Super man
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setPos(0,0,5)
|
|||
|
base.localAvatar.setHpr(0,270,0)
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
|
|||
|
|
|||
|
Cannon Place:
|
|||
|
|
|||
|
1 base.localAvatar.setPinkSlips((1))
|
|||
|
|
|||
|
2 fight a cog, first fire the cog then defeat it
|
|||
|
|
|||
|
3 go in the grey anywhere, if you dont know how heres the code
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
|
|||
|
4 you will see a cannon, thats it
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Find Codes:
|
|||
|
|
|||
|
def getmembers(object, predicate=None):
|
|||
|
"""Return all members of an object as (name, value) pairs sorted by name.
|
|||
|
Optionally, only return members that satisfy a given predicate."""
|
|||
|
results = []
|
|||
|
for key in dir(object):
|
|||
|
value = getattr(object, key)
|
|||
|
if not predicate or predicate(value):
|
|||
|
results.append((key, value))
|
|||
|
print key,value
|
|||
|
results.sort()
|
|||
|
return results
|
|||
|
getmembers(messenger.send)
|
|||
|
|
|||
|
|
|||
|
Replace 'Enter Class Here' With: localAvatar
|
|||
|
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setPos(22,-10,8888880)
|
|||
|
|
|||
|
ANNOYING BOT
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setAnimState('Died')
|
|||
|
base.talkAssistant.sendOpenTalk('EAT A BIG MAC!!!')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setSCSinging(60401)
|
|||
|
base.localAvatar.b_setAnimState('FallDown')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
#import the string module...
|
|||
|
import string
|
|||
|
|
|||
|
#open the log file
|
|||
|
filepath = "C:/Program Files/The Spoof Net/The ToonTown Spoofer/ToonTown/toontown-100724_041549.log"
|
|||
|
#you need to fill in the rest of the path above with a filename, it needs the full path name between the quotes
|
|||
|
|
|||
|
file_to_read_from = open('%s'%(filepath),'r')
|
|||
|
trash = file_to_read_from.read() #skips to end of file so only new messages are processed
|
|||
|
del trash
|
|||
|
print
|
|||
|
print
|
|||
|
|
|||
|
####set up a loop (infinite unless we "break" it)
|
|||
|
|
|||
|
while True:
|
|||
|
####each pass of the loop, check for new data
|
|||
|
line_to_parse = file_to_read_from.readline()
|
|||
|
if line_to_parse == "": #if it gets a blank string, no new input... start the loop over
|
|||
|
continue
|
|||
|
if string.find(line_to_parse.lower(), 'command') != -1:
|
|||
|
message = "'"+line_to_parse[string.find(line_to_parse.lower(), 'command')+8:]+"'"
|
|||
|
base.localAvatar.base.localAvatar.b_setAnimState(message)
|
|||
|
|
|||
|
|
|||
|
______________________________________________________________________________________
|
|||
|
|
|||
|
import string
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def read():
|
|||
|
#define the command log file - this needs to be the same as the "write" file in whisper_monitor.py
|
|||
|
filepath = "C:/Program Files/The Spoof Net/The ToonTown Spoofer/ToonTown/commands.log"
|
|||
|
|
|||
|
file_to_read_from = open(filepath,'w+') #open the command log file
|
|||
|
linelist = file_to_read_from.readlines() #reads the list of commands
|
|||
|
file_to_read_from.seek(0) #go to the begining of the file
|
|||
|
file_to_read_from.truncate() #and chop it
|
|||
|
|
|||
|
if linelist != []: #if the commands log list isn't empty:
|
|||
|
message = linelist.pop(0) #take out the oldest command from the log
|
|||
|
file_to_read_from.writelines(linelist) #put the rest of the commands back in the file
|
|||
|
base.localAvatar.b_setAnimState(message) #send the command
|
|||
|
|
|||
|
file_to_read_from.flush() #flush file the buffer
|
|||
|
file_to_read_from.close() #close the file
|
|||
|
return #return nothing
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(read))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
______________________________________________________________________________________
|
|||
|
|
|||
|
def read():
|
|||
|
#open the log file
|
|||
|
filepath = "C:/Program Files/Disney/Disney Online/ToontownOnline/"
|
|||
|
#you need to fill in the rest of the path above with a filename, it needs the full path name between the quotes
|
|||
|
|
|||
|
|
|||
|
file_to_read_from = open('%s'%(filepath),'r')
|
|||
|
trash = file_to_read_from.read() #skips to end of file so only new messages are processed
|
|||
|
del trash
|
|||
|
|
|||
|
while True:
|
|||
|
#the next line of the log is read
|
|||
|
line_to_parse = file_to_read_from.readline()
|
|||
|
|
|||
|
if string.find(line_to_parse.lower(), 'command') != -1:
|
|||
|
message = line_to_parse[string.find(line_to_parse.lower(), 'command')+8:]
|
|||
|
if len(message) != 0:
|
|||
|
base.localAvatar.b_setAnimState(message)
|
|||
|
break
|
|||
|
else:
|
|||
|
continue
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
from direct.Districts import Global
|
|||
|
def setPosTT():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.sleepTimeout = 9999999999999999999999999999
|
|||
|
base.localAvatar.setPos(0,0,8)
|
|||
|
base.localAvatar.setH(90)
|
|||
|
base.localAvatar.b_setLocation(414000000, 2000)
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setSC(102)
|
|||
|
base.localAvatar.b_setEmoteState(0,1)
|
|||
|
def part1():
|
|||
|
base.talkAssistant.sendOpenTalk('DID YOU MISS ME? :-)')
|
|||
|
base.localAvatar.b_setAnimState(('Teleport'))
|
|||
|
base.localAvatar.b_setLocation(414000000, 2000)
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('I HOPE YOU REMEMBER WHO I AM')
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('IT WOULD BE REALLY SAD IF TOONTOWN DOES NOT REMEMBER WHO TOONTOWN FAVORITE y ERRs IS')
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('I HAVE COME BACK BECAUSE OF A PROBLEM')
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('ALL OF THESE \' y ERRS \'')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('I AM HERE TO PROVE HOW BAD THIS IS')
|
|||
|
def part7():
|
|||
|
base.talkAssistant.sendOpenTalk('IF TOONTOWN DOES NOT FIX THIS PROBLEM')
|
|||
|
def part8():
|
|||
|
base.talkAssistant.sendOpenTalk('WELL LET ME JUST SAY, BAD THINGS WILL HAPPEN')
|
|||
|
def part9():
|
|||
|
base.talkAssistant.sendOpenTalk('FRECKLES NO LONGER LIVES... I AM NOW TOON SLAM')
|
|||
|
def part10():
|
|||
|
base.talkAssistant.sendOpenTalk('TOONTOWN, YOU HAVE WON MONTH')
|
|||
|
def part11():
|
|||
|
base.talkAssistant.sendOpenTalk('TO GET THIS GOING IN THE RIGHT DIRECTION...')
|
|||
|
def part12():
|
|||
|
base.talkAssistant.sendOpenTalk('UNTIL THEN, I WILL SEE YOU NEXT WEEK :-)')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def leave():
|
|||
|
base.localAvatar.hide()
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(setPosTT))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(part1))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(6))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part8))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part9))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part10))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part11))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part12))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(leave))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def setPosTT():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.b_setAnimState(('Teleport'))
|
|||
|
base.localAvatar.sleepTimeout = 9999999999999999999999999999
|
|||
|
base.localAvatar.setPos(0,0,8)
|
|||
|
base.localAvatar.setH(90)
|
|||
|
base.localAvatar.b_setLocation(414000000, 2000)
|
|||
|
def intro():
|
|||
|
base.talkAssistant.sendOpenTalk('PEOPLE DO YOU NOT BELIEVE ME')
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('I AM THE REAL FRECKLES!')
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('THERE WILL BE CONSEQUENCES')
|
|||
|
def leave():
|
|||
|
base.localAvatar.hide()
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(setPosTT))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(6))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(6))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(leave))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def setPosTT():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.b_setAnimState(('Teleport'))
|
|||
|
base.localAvatar.sleepTimeout = 9999999999999999999999999999
|
|||
|
base.localAvatar.setPos(0,7,4)
|
|||
|
base.localAvatar.setH(90)
|
|||
|
base.localAvatar.b_setLocation(414000000, 2000)
|
|||
|
def intro():
|
|||
|
base.talkAssistant.sendOpenTalk('RUN')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(setPosTT))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
VALLEY:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def setPosTT():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.sleepTimeout = 9999999999999999999999999999
|
|||
|
base.localAvatar.setPos(0,0,8)
|
|||
|
base.localAvatar.setH(90)
|
|||
|
base.localAvatar.b_setLocation(450000000, 2000)
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setSC(102)
|
|||
|
base.localAvatar.b_setEmoteState(0,1)
|
|||
|
def part1():
|
|||
|
base.talkAssistant.sendOpenTalk('DID YOU MISS ME? :-)')
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('I HOPE YOU REMEMBER WHO I AM')
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('IT WOULD BE REALLY SAD IF TOONTOWN DOES NOT REMEMBER WHO TOONTOWN FAVORITE y ERRs IS')
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('I HAVE COME BACK BECAUSE OF A PROBLEM')
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('ALL OF THESE \' y ERRS \'')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('I AM HERE TO PROVE HOW BAD THIS IS')
|
|||
|
def part7():
|
|||
|
base.talkAssistant.sendOpenTalk('IF TOONTOWN DOES NOT FIX THIS PROBLEM')
|
|||
|
def part8():
|
|||
|
base.talkAssistant.sendOpenTalk('WELL LET ME JUST SAY, BAD THINGS WILL HAPPEN')
|
|||
|
def part9():
|
|||
|
base.talkAssistant.sendOpenTalk('FRECKLES NO LONGER LIVES... I AM NOW TOON SLAM')
|
|||
|
def part10():
|
|||
|
base.talkAssistant.sendOpenTalk('TOONTOWN, YOU HAVE WON MONTH')
|
|||
|
def part11():
|
|||
|
base.talkAssistant.sendOpenTalk('TO GET THIS GOING IN THE RIGHT DIRECTION...')
|
|||
|
def part12():
|
|||
|
base.talkAssistant.sendOpenTalk('UNTIL THEN, I WILL SEE YOU NEXT WEEK :-)')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def leave():
|
|||
|
base.localAvatar.hide()
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(setPosTT))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(part1))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(6))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part8))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part9))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part10))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part11))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part12))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(leave))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
funny bot :
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.talkAssistant.sendOpenTalk('Congratulations Toons! Something JUST HAPPENED U JUST **** ed YOUR MOM ')
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('You all FAIL!!! and **** U!!!')
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('You all have not successfully held off the Cog Invasions So know there gonna **** your mom happy DAYS ')
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('With a little help from our **** ed up newly animated friends that some how think its fun to **** there mom')
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('And brought Toontown back to its usual **** ed up self!')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('We hope to get the Silly Meter rising again soon so u all can break it again!!! -_- u **** Grr')
|
|||
|
def part7():
|
|||
|
base.talkAssistant.sendOpenTalk('So in the meantime, keep up the Cog fight While i take a break and watch tv and eat bacon')
|
|||
|
def part8():
|
|||
|
base.talkAssistant.sendOpenTalk('And enjoy the silliest place ever, Hawk town YAY **** u all none hawk ARe leave toontown')
|
|||
|
def part9():
|
|||
|
base.talkAssistant.sendOpenTalk('So while we take over u can all **** ur self ')
|
|||
|
def part10():
|
|||
|
base.talkAssistant.sendOpenTalk('So **** u all and a happy new year WOO')
|
|||
|
def part11():
|
|||
|
base.talkAssistant.sendOpenTalk(' Remember u are all ******* in the inside So anyways ')
|
|||
|
def part12():
|
|||
|
base.talkAssistant.sendOpenTalk('So thanks for listening **** this ')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(part8))
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(part9))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part10))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part11))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part12))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
pumpkin head zones :
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2649) - TTC
|
|||
|
base.cr.sendSetZoneMsg(1834) - DD
|
|||
|
base.cr.sendSetZoneMsg(5620) - DG
|
|||
|
base.cr.sendSetZoneMsg(4835) - MML
|
|||
|
base.cr.sendSetZoneMsg(3707) - TB
|
|||
|
base.cr.sendSetZoneMsg(9619) - DDL
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
all race codes for each track :
|
|||
|
|
|||
|
air borne acres rev :
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
tid = ttv.doId
|
|||
|
|
|||
|
lttv = base.cr.doFindAll("vehicle-" + str(tid))
|
|||
|
for lttv in base.cr.doFindAll("vehicle-" + str(tid)):
|
|||
|
lttv.windResistance.setAmplitude(-1000)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
screwball rev :
|
|||
|
|
|||
|
ttv = base.cr.doFindAll("Vehicle")
|
|||
|
for ttv in base.cr.doFindAll("Vehicle"):
|
|||
|
tid = ttv.doId
|
|||
|
|
|||
|
lttv = base.cr.doFindAll("vehicle-" + str(tid))
|
|||
|
for lttv in base.cr.doFindAll("vehicle-" + str(tid)):
|
|||
|
lttv.windResistance.setAmplitude(-5000)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
all around the world:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.localAvatar.setZ(7)
|
|||
|
def anim1():
|
|||
|
base.localAvatar.b_setAnimState(('jumpLand'))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
def anim2():
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
def anim3():
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
def anim4():
|
|||
|
base.localAvatar.b_setAnimState('dive')
|
|||
|
def anim5():
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
def flip1():
|
|||
|
base.localAvatar.setHpr(0,120,0)
|
|||
|
def flip2():
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
def flip3():
|
|||
|
base.localAvatar.setHpr(0,270,0)
|
|||
|
def flip4():
|
|||
|
base.localAvatar.setHpr(0,0,180)
|
|||
|
def flip5():
|
|||
|
base.localAvatar.setHpr(130,0,0)
|
|||
|
def flip6():
|
|||
|
base.localAvatar.setHpr(73,53,57)
|
|||
|
def flip7():
|
|||
|
base.localAvatar.setHpr(0,180,270)
|
|||
|
def flip8():
|
|||
|
base.localAvatar.setHpr(0,0,270)
|
|||
|
def flip9():
|
|||
|
base.localAvatar.setHpr(434,180,46)
|
|||
|
def flip10():
|
|||
|
base.localAvatar.setHpr(44,240,150)
|
|||
|
def flip11():
|
|||
|
base.localAvatar.setHpr(64,156,635)
|
|||
|
def flip12():
|
|||
|
base.localAvatar.setHpr(535,240,156)
|
|||
|
def flip13():
|
|||
|
base.localAvatar.setHpr(53,20,16)
|
|||
|
def flip14():
|
|||
|
base.localAvatar.setHpr(35,130,456)
|
|||
|
def flip15():
|
|||
|
base.localAvatar.setHpr(3,10,856)
|
|||
|
def flip15():
|
|||
|
base.localAvatar.setHpr(763,130,245)
|
|||
|
def flip16():
|
|||
|
base.localAvatar.setHpr(84,54,342)
|
|||
|
def flip17():
|
|||
|
base.localAvatar.setHpr(55,530,453)
|
|||
|
def flip18():
|
|||
|
base.localAvatar.setHpr(55,56,564)
|
|||
|
def flip19():
|
|||
|
base.localAvatar.setHpr(564,146,764)
|
|||
|
def flip20():
|
|||
|
base.localAvatar.setHpr(535,560,74)
|
|||
|
def flip21():
|
|||
|
base.localAvatar.setHpr(15,730,556)
|
|||
|
def flip22():
|
|||
|
base.localAvatar.setHpr(524,957,853)
|
|||
|
def flip23():
|
|||
|
base.localAvatar.setHpr(53,855,354)
|
|||
|
def flip24():
|
|||
|
base.localAvatar.setHpr(534,330,153)
|
|||
|
def flip25():
|
|||
|
base.localAvatar.setHpr(34,973,794)
|
|||
|
def flip26():
|
|||
|
base.localAvatar.setHpr(453,50,53)
|
|||
|
def flip27():
|
|||
|
base.localAvatar.setHpr(424,445,445)
|
|||
|
def flip28():
|
|||
|
base.localAvatar.setHpr(45,453,566)
|
|||
|
def flip29():
|
|||
|
base.localAvatar.setHpr(746,645,742)
|
|||
|
def flip30():
|
|||
|
base.localAvatar.setHpr(946,135,464)
|
|||
|
def end():
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim1))
|
|||
|
seq.append(Wait(.45))
|
|||
|
seq.append(Func(anim2))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(anim3))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(anim4))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(anim5))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip22))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip23))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip24))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip25))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip26))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip27))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip28))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip29))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip30))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip5))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip6))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip7))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip8))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip9))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip10))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip11))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip12))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip13))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip14))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip15))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip16))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip17))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip18))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip19))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip20))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip21))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(end))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
emotions :
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.accept("1", base.localAvatar.b_setEmoteState, [5,1])
|
|||
|
base.accept("2", base.localAvatar.b_setEmoteState, [6,1])
|
|||
|
base.accept("3", base.localAvatar.b_setEmoteState, [7,1])
|
|||
|
base.accept("5", base.localAvatar.b_setEmoteState, [8,1])
|
|||
|
base.accept("6", base.localAvatar.b_setEmoteState, [9,1])
|
|||
|
base.accept("7", base.localAvatar.b_setEmoteState, [10,1])
|
|||
|
base.accept("8", base.localAvatar.b_setEmoteState, [11,1])
|
|||
|
base.accept("9", base.localAvatar.b_setEmoteState, [12,1])
|
|||
|
base.accept("0", base.localAvatar.b_setEmoteState, [13,1])
|
|||
|
base.accept("f1", base.localAvatar.b_setEmoteState, [14,1])
|
|||
|
base.accept("f2", base.localAvatar.b_setEmoteState, [15,1])
|
|||
|
base.accept("f4", base.localAvatar.b_setEmoteState, [20,1])
|
|||
|
base.accept("f3", base.localAvatar.b_setEmoteState, [21,1])
|
|||
|
base.accept("f5", base.localAvatar.b_setEmoteState, [22,1])
|
|||
|
base.accept("f6", base.localAvatar.b_setEmoteState, [23,1])
|
|||
|
base.accept("f7", base.localAvatar.b_setEmoteState, [24,1])
|
|||
|
base.accept("f9", base.localAvatar.b_setEmoteState, [4,1])
|
|||
|
base.accept("f10", base.localAvatar.b_setEmoteState, [3,1])
|
|||
|
base.accept("f11", base.localAvatar.b_setEmoteState, [2,1])
|
|||
|
base.accept("f12", base.localAvatar.b_setEmoteState, [1,1])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.accept("5", base.localAvatar.setZ, [5])
|
|||
|
base.accept("6", base.localAvatar.collisionsOff, [])
|
|||
|
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f9',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
base.localAvatar.setSystemMessage(0, 'ScareCrow do in TTC ONLY!')
|
|||
|
c = Control()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = "Button Ready"
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "ScareCrow"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState(('Teleport'))
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Float"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setZ(5)
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "SCPlus"
|
|||
|
textObject.setText(bk_text)
|
|||
|
messenger.send('SCStaticTextMsg', [4])
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "OpenTalk"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n' * 256)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "Name"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.find('**/panel').find('**/text').setColor(0.1,0.1,0.1)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Col"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "ColOff"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
bk_text = "Scientist Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("CROW", "crow", "crow", "CROW"), scale=.06, pos = (-.98,-0,-.95), command=setText1)
|
|||
|
b2 = DirectButton(text = ("FLOAT", "float", "float", "FLOAT"), scale=.06, pos = (-.8,-0,-.95), command=setText2)
|
|||
|
b3 = DirectButton(text = ("SCP", "scp", "scp", "SCP"), scale=.06, pos = (-.6,-0,-.95), command=setText3)
|
|||
|
b4 = DirectButton(text = ("OPENTALK", "opentalk", "opentalk", "OPENTALK"), scale=.06, pos = (-.28,-0,-.95), command=setText4)
|
|||
|
b5 = DirectButton(text = ("NAME", "name", "name", "NAME"), scale=.06, pos = (-0,-0,-.95), command=setText5)
|
|||
|
b6 = DirectButton(text = ("COL", "col", "col", "COL"), scale=.06, pos = (.16,-0,-.95), command=setText6)
|
|||
|
b7 = DirectButton(text = ("COLOFF", "coloff", "coloff", "COLOFF"), scale=.06, pos = (.35,-0,-.95), command=setText7)
|
|||
|
b8 = DirectButton(text = ("R-P-C", "r-p-c", "r-p-c", "R-P-C"), scale=.06, pos = (.565,-0,-.95), command=setText8)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(1,'Thank you for using the Rainbow Toon bot! Created by Paintball and Oswald.')
|
|||
|
base.talkAssistant.sendOpenTalk('Wow, IT WORKS!')
|
|||
|
base.localAvatar.b_setEmoteState(20,1)
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def red():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.97,0.3,0.3)
|
|||
|
def pink():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.96,0.7,0.7)
|
|||
|
def purple():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.69,0.29,0.95)
|
|||
|
def green():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.4,1,0.4)
|
|||
|
def yellow():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.96,0.7,0.7)
|
|||
|
def dblue():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.35,0.35,0.85)
|
|||
|
def blue():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.3,0.64,0.85)
|
|||
|
def orange():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(1,0.5,0.18)
|
|||
|
def cream():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(1,1,0.57)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(1,1,0.57)
|
|||
|
def perwk():
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0.55,0.55,1)
|
|||
|
def rainglov():
|
|||
|
rain = Sequence()
|
|||
|
rain.append(Func(red))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(pink))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(purple))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(green))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(yellow))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(dblue))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(blue))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(orange))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(cream))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(perwk))
|
|||
|
rain.append(Wait(0.1))
|
|||
|
rain.append(Func(rainglov))
|
|||
|
rain.start()
|
|||
|
rainglov()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
ALL CODES
|
|||
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000,
|
|||
|
6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
|
|||
|
|
|||
|
Sit-base.localAvatar.enterSitStart()
|
|||
|
|
|||
|
swim-base.localAvatar.b_setAnimState('swim')
|
|||
|
|
|||
|
Walk through things-base.localAvatar.collisionsOff()
|
|||
|
|
|||
|
Sellbot suit-base.cr.sendSetZoneMsg(11100)
|
|||
|
|
|||
|
makes u die-base.localAvatar.takeDamage(500)
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
Flip 1-base.localAvatar.setHpr(0,0,90)
|
|||
|
|
|||
|
Flip 2-base.localAvatar.setHpr(0,0,135)
|
|||
|
|
|||
|
Flip 3-base.localAvatar.setHpr(0,0,180)
|
|||
|
|
|||
|
flip 4-base.localAvatar.setHpr(0,0,225)
|
|||
|
|
|||
|
flip 5-base.localAvatar.setHpr(0,0,270)
|
|||
|
|
|||
|
flip 6-base.localAvatar.setHpr(0,0,315)
|
|||
|
|
|||
|
flip 7-base.localAvatar.setHpr(0,0,360)
|
|||
|
|
|||
|
moon walk-base.localAvatar.b_setAnimState('walk')
|
|||
|
|
|||
|
moon run- base.localAvatar.b_setAnimState('run')
|
|||
|
|
|||
|
Weird Cringe thing-base.localAvatar.b_setAnimState('cringe')
|
|||
|
|
|||
|
all gag tracks- base.localAvatar.setTrackAccess((1,1,1,1,1,1,1))
|
|||
|
|
|||
|
all gag tracks bonus-base.localAvatar.setTrackBonusLevel((1,1,1,1,1,1,1))
|
|||
|
|
|||
|
gives u full laff when ur not full-base.localAvatar.toonUp(137)
|
|||
|
|
|||
|
lay on ur back- base.localAvatar.setHpr(0,90,0)
|
|||
|
|
|||
|
lay on ur face-base.localAvatar.setHpr(0,270,0)
|
|||
|
|
|||
|
go to funny farms-base.cr.sendSetZoneMsg(7000)
|
|||
|
|
|||
|
leave funny farms-base.cr.sendSetZoneMsg(6000)
|
|||
|
|
|||
|
Tp into gag shop-base.cr.sendSetZoneMsg(9504)
|
|||
|
|
|||
|
Teleport into Toon HQ-base.cr.sendSetZoneMsg(1507)
|
|||
|
|
|||
|
Have 137 laff, have to do both codes to work-
|
|||
|
base.localAvatar.setMaxHp(137)
|
|||
|
base.localAvatar.setHp(137)
|
|||
|
|
|||
|
Tp into Flippys Office-base.cr.sendSetZoneMsg(2513)
|
|||
|
|
|||
|
|
|||
|
sorry it ok! lol :)
|
|||
|
|
|||
|
LOL??idk, lol lol
|
|||
|
i have a question? wow so u run ur ttinjector yes and the question is:
|
|||
|
? do what, get on your screen k?bc mine is not working
|
|||
|
|
|||
|
|
|||
|
These codes disconnect u but when u log back on ur in that place
|
|||
|
|
|||
|
|
|||
|
Donalds dock-base.cr.sendSetZoneMsg(1000)
|
|||
|
|
|||
|
Toontown Central-base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
brrrgh-base.cr.sendSetZoneMsg(3000)
|
|||
|
|
|||
|
Minnies Melodyland-base.cr.sendSetZoneMsg(4000)
|
|||
|
|
|||
|
Daisy Garden- base.cr.sendSetZoneMsg(5000)
|
|||
|
|
|||
|
Goofy Speedway-base.cr.sendSetZoneMsg(8000)
|
|||
|
|
|||
|
Donalds Dreamland-base.cr.sendSetZoneMsg(9000)
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('swim'))
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(11100)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.takeDamage((500))
|
|||
|
base.localAvatar.setHpr(0,0,80)
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
base.localAvatar.setHpr(0,0,160)
|
|||
|
base.localAvatar.setHpr(0,0,180)
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
base.cr.sendSetZoneMsg(11100) sellbot lobby
|
|||
|
base.cr.sendSetZoneMsg(509718)
|
|||
|
base.cr.sendSetZoneMsg(12100) cashbot lobby
|
|||
|
base.cr.sendSetZoneMsg(10100) bossbot lobby
|
|||
|
base.cr.sendSetZoneMsg(13100) lawbot lobby
|
|||
|
base.localAvatar.setPinkSlips((1))
|
|||
|
base.cr.sendSetZoneMsg(7000) - funny farm
|
|||
|
base.localAvatar.b_setAnimState(('swim')) - swim in air
|
|||
|
base.localAvatar.b_setAnimState(('run')) - run in place
|
|||
|
base.localAvatar.b_setAnimState(('walk')) - walk in place
|
|||
|
base.localAvatar.b_setAnimState(('cringe')) - cringe in place lol
|
|||
|
base.localAvatar.enterSitStart()is sit - sit in air
|
|||
|
base.localAvatar.takeDamage(500) - go sad wit full laff (will say u
|
|||
|
have no laff but u rly have full)
|
|||
|
base.localAvatar.collisionsOff() - boundaries off walk through everything
|
|||
|
base.localAvatar.setHpr(0,0,315) - sideways (alter th last number for degree)
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
base.localAvatar.b_setAnimState('Squish')
|
|||
|
base.localAvatar.b_setAnimState('Push')
|
|||
|
base.localAvatar.b_setAnimState('ReadBook')
|
|||
|
base.localAvatar.b_setAnimState('CloseBook')
|
|||
|
base.localAvatar.b_setAnimState(('GolfGoodPutt'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfBadPutt'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttSwing'))
|
|||
|
base.localAvatar.b_setAnimState(('Flattened'))
|
|||
|
base.localAvatar.b_setAnimState(('Catching'))
|
|||
|
base.localAvatar.b_setAnimState(('victory'))
|
|||
|
base.cr.sendSetZoneMsg(9505)
|
|||
|
base.localAvatar.b_setAnimState(('teleport'))
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(2513) --- cog suit
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork'))
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('ScientistJealous')) ---silly meter
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(9505)
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1])
|
|||
|
base.cr.sendSetZoneMsg(10339)
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('TeleportOut'))
|
|||
|
base.localAvatar.b_setAnimState(('Died'))
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000,
|
|||
|
6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000,
|
|||
|
5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
|
|||
|
|
|||
|
Fritz
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.b_setAnimState(('victory'))
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork'))
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
base.localAvatar.b_setAnimState('ScientistLessWork')
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttLoop'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfGoodPutt')
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttSwing'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfBadPutt'))
|
|||
|
base.localAvatar.b_setAnimState(('Catching'))
|
|||
|
base.localAvatar.b_setAnimState('ReadBook')
|
|||
|
base.localAvatar.b_setAnimState(('Flattened'))
|
|||
|
base.localAvatar.b_setAnimState(('Died'))
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
base.localAvatar.b_setAnimState('CatchEating')
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateRight'))
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateLeft'))
|
|||
|
base.localAvatar.b_setAnimState(('CogThiefRunning'))
|
|||
|
base.localAvatar.b_setAnimState(('jumpSquat'))
|
|||
|
base.localAvatar.b_setAnimState(('OpenBook'))
|
|||
|
base.localAvatar.b_setAnimState(('FallDown'))
|
|||
|
base.localAvatar.b_setAnimState(('TeleportingOut'))
|
|||
|
base.localAvatar.b_setAnimState(('Sleep')
|
|||
|
base.localAvatar.setCheesyEffect(3,0,0)
|
|||
|
base.messenger.send('clearOutToonInterior')
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed=200
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=100
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=200
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 150
|
|||
|
base.localAvatar.setXYZH(-60.173, -8.817, 1.227, 99.147)-ttc gazeebo
|
|||
|
base.localAvatar.setXYZH(0.197, -1.698, 3.362, 90.737) - ttc stairs
|
|||
|
base.localAvatar.setXYZH(-118.583, 62.454, 24.603,-1219.699) - pet shop ttc
|
|||
|
base.localAvatar.setXYZH(-83.642, -90.233, 25.336, -728.746) - GAG SHOP TTC-
|
|||
|
base.localAvatar.setXYZH(33.977, -150.424, 3.025, 143.147) - S.S street ttc
|
|||
|
base.localAvatar.setXYZH(-144.263, 4.647, 0.252, 84.718 ) - loopy lane ttc
|
|||
|
base.localAvatar.setXYZH(-48.280, 87.749, 0.525, -13.600) - punchline ttc
|
|||
|
base.localAvatar.setXYZH(15.772, 44.632, 3.825, -235.062) - sitting area ttc
|
|||
|
base.localAvatar.setXYZH(-25.464, 4.378, 5.763, 278.846) - ddl island
|
|||
|
base.localAvatar.setXYZH(75.864, 32.121, 26.683, -193.404)-TTC BANK
|
|||
|
base.localAvatar.setXYZH(33.007, 30.181, 3.698, 141.066) - HQ
|
|||
|
base.localAvatar.setXYZH(-61.060, -8.576, 16.798, 119.111) on top of arch
|
|||
|
base.localAvatar.setXYZH(-90.862, -83.304, 6.955, -1819.017) - gag shop rip
|
|||
|
base.localAvatar.setXYZH(60.613, -28.162, 38.265, 811.075) - roof of library
|
|||
|
base.localAvatar.setXYZH(118.364, 1.339, 67.339, 1172.075) - very top of toon hall
|
|||
|
base.localAvatar.setXYZH(18.581, -49.105, 12.045, 1453.850) - flower pot
|
|||
|
base.localAvatar.setXYZH(75.263, 25.442, 24.960, 1193.982) - roof of bank
|
|||
|
|
|||
|
|
|||
|
------------toontown estate cords----------------------------
|
|||
|
base.localAvatar.setXYZH(44.834, 82.225, 22.190, 284.419) - pink house
|
|||
|
base.localAvatar.setXYZH(65.880, 10.842, 31.965, 262.562) - blue house
|
|||
|
base.localAvatar.setXYZH(84.289, -79.017, 24.069, 120.691) -green house
|
|||
|
base.localAvatar.setXYZH(-69.684, -125.659, 23.254, 477.882) - purple house
|
|||
|
base.localAvatar.setXYZH(-32.025, 27.665, 11.477, 105.826) - yellow house
|
|||
|
base.localAvatar.setXYZH(-56.939, -34.610, 28.106, -717.942) - red house
|
|||
|
base.localAvatar.setXYZH(17.722, -143.701, -9.975, -880.455) - estate pond
|
|||
|
|
|||
|
base.localAvatar.setTickets(800) - ticket code change 800 - 100000
|
|||
|
base.localAvatar.setGhostMode(2) - ghost mode change 0 not to be ghost
|
|||
|
base.localAvatar.setEmoteAccess([1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]) - all emotes
|
|||
|
base.localAvatar.setName(('put the name here')) = cahnge name
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
base.localAvatar.setBankMoney(10000) - jelly bean
|
|||
|
base.localAvatar.setMaxBankMoney(10000) - another jelly bean
|
|||
|
base.localAvatar.setMoney(10000)
|
|||
|
base.localAvatar.setMaxMoney(10000)
|
|||
|
base.localAvatar.setQuestCarryLimit(4) - CARRY 4 TASK
|
|||
|
base.localAvatar.setExperience('9999999999999999999')
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1]) - all tracks
|
|||
|
base.localAvatar.setCheesyEffect(14, 0, 0) - snow man head
|
|||
|
base.localAvatar.setCogIndex(1)--- for lawbot
|
|||
|
base.localAvatar.setCogIndex(2)---- for cash bot
|
|||
|
base.localAvatar.setCogIndex(3) ----for sellbot
|
|||
|
base.localAvatar.setCogIndex(0) --- for bossbot
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
|
|||
|
base.localAvatar.setCogIndex = 1 (2,3,4)
|
|||
|
base.localAvatar.setMerits(0,0,0,0)
|
|||
|
base.localAvatar.setCogLevels([49, 49, 49, 49])
|
|||
|
base.localAvatar.setCogTypes([7, 7, 7, 7])
|
|||
|
base.localAvatar.setCogParts([0, 0, 56447, 56411]) - BIG COG
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setCogParts([56444, 56447, 56447, 56411])
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
base.cr.isPaid
|
|||
|
base.cr.isParentPasswordSet
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess
|
|||
|
import toontown
|
|||
|
def enter():
|
|||
|
return 1
|
|||
|
base.cr.isTestServer = enter
|
|||
|
tar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
base.localAvatar.setTrackBonusLevel([7,7,7,7,7,7,7])
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
base.localAvatar.setEmoteAccess([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,0,0,0,0,21,22,23,24,25])
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.cr.sendSetZoneMsg(2520)
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
base.localAvatar.b_setAnimState('Sit')
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
base.localAvatar.b_setAnimState('Died')
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
base.localAvatar.b_setAnimState('Catching')
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setHpr(0,0,315)
|
|||
|
base.localAvatar.setTickets(100000)
|
|||
|
base.localAvatar.b_setAnimState('Flattened')
|
|||
|
base.localAvatar.b_setAnimState('Squish')
|
|||
|
base.localAvatar.b_setAnimState('walk')
|
|||
|
base.localAvatar.b_setAnimState('run')
|
|||
|
base.localAvatar.b_setAnimState('GolfPuttLoop')
|
|||
|
base.localAvatar.b_setAnimState('GolfGoodPutt')
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
base.localAvatar.b_setAnimState('GolfRotateLeft')
|
|||
|
base.localAvatar.b_setAnimState('GolfRotateRight')
|
|||
|
base.localAvatar.b_setAnimState('Push')
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
base.localAvatar.setGhostMode(1)
|
|||
|
base.localAvatar.setGhostMode(0)
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
base.wireframeOn()
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
base.localAvatar.teleportCheat = 1
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 100
|
|||
|
base.localAvatar.numPies = 99
|
|||
|
base.localAvatar.b_setAnimState('CatchEating')
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 50
|
|||
|
base.localAvatar.setHp(137)
|
|||
|
base.localAvatar.setMaxHp(137)
|
|||
|
base.localAvatar.setName('Green Duck')
|
|||
|
base.localAvatar.b_setAnimState('dive')
|
|||
|
base.localAvatar.b_setAnimState('ScientistLessWork')
|
|||
|
base.localAvatar.b_setAnimState('ScientistWork')
|
|||
|
base.localAvatar.b_setAnimState('ScientistJealous')
|
|||
|
base.localAvatar.b_setAnimState('FallDown')
|
|||
|
base.localAvatar.b_setAnimState('OpenBook')
|
|||
|
base.localAvatar.b_setAnimState('ReadBook')
|
|||
|
base.localAvatar.setMoney(250)
|
|||
|
base.localAvatar.setMaxMoney(999999)
|
|||
|
base.localAvatar.takeDamage(137)
|
|||
|
base.localAvatar.setExperience('73500')
|
|||
|
base.localAvatar.loop('neutral')
|
|||
|
base.localAvatar.loop('angry')
|
|||
|
base.localAvatar.loop('book')
|
|||
|
base.localAvatar.loop('conked')
|
|||
|
base.localAvatar.loop('cringe')
|
|||
|
base.localAvatar.loop('duck')
|
|||
|
base.localAvatar.loop('jump')
|
|||
|
base.localAvatar.loop('throw')
|
|||
|
base.localAvatar.loop('running-jump')
|
|||
|
base.localAvatar.loop('shrug')
|
|||
|
base.localAvatar.loop('sidestep-left')
|
|||
|
base.localAvatar.loop('sidestep-right')
|
|||
|
base.localAvatar.loop('teleport')
|
|||
|
base.localAvatar.loop('walk')
|
|||
|
base.localAvatar.loop('wave')
|
|||
|
base.localAvatar.loop('applause')
|
|||
|
base.localAvatar.loop('bored')
|
|||
|
base.localAvatar.loop('bow')
|
|||
|
base.localAvatar.loop('cast')
|
|||
|
base.localAvatar.loop('castlong')
|
|||
|
base.localAvatar.loop('reel')
|
|||
|
base.localAvatar.loop('confused')
|
|||
|
base.localAvatar.loop('down')
|
|||
|
base.localAvatar.loop('up')
|
|||
|
base.localAvatar.loop('left')
|
|||
|
base.localAvatar.loop('right')
|
|||
|
base.localAvatar.loop('pole')
|
|||
|
base.localAvatar.loop('sad-neutral')
|
|||
|
base.localAvatar.loop('sit')
|
|||
|
base.localAvatar.loop('slip-backward')
|
|||
|
base.localAvatar.loop('slip-forward')
|
|||
|
base.localAvatar.loop('swim')
|
|||
|
base.localAvatar.loop('swing')
|
|||
|
base.localAvatar.loop('think')
|
|||
|
base.localAvatar.loop('tug-o-war')
|
|||
|
base.localAvatar.loop('climb')
|
|||
|
base.localAvatar.loop('firehose')
|
|||
|
base.localAvatar.loop('happy-dance')
|
|||
|
base.localAvatar.loop('hold-bottle')
|
|||
|
base.localAvatar.loop('hold-magnet')
|
|||
|
base.localAvatar.loop('hypnotize')
|
|||
|
base.localAvatar.loop('juggle')
|
|||
|
base.localAvatar.loop('lose')
|
|||
|
base.localAvatar.loop('melt')
|
|||
|
base.localAvatar.loop('smooch')
|
|||
|
base.localAvatar.loop('spit')
|
|||
|
base.localAvatar.loop('sprinkle-dust')
|
|||
|
base.localAvatar.loop('struggle')
|
|||
|
base.localAvatar.loop('tickle')
|
|||
|
base.localAvatar.loop('toss')
|
|||
|
base.localAvatar.loop('water-gun')
|
|||
|
base.localAvatar.loop('callPet')
|
|||
|
base.localAvatar.loop('feedPet')
|
|||
|
base.localAvatar.loop('takePhone')
|
|||
|
base.localAvatar.loop('phoneBack')
|
|||
|
base.localAvatar.loop('phoneNeutral')
|
|||
|
base.localAvatar.loop('sound')
|
|||
|
base.localAvatar.loop('badloop-putt')
|
|||
|
base.localAvatar.loop('bad-putt')
|
|||
|
base.localAvatar.loop('good-putt')
|
|||
|
base.localAvatar.loop('headdown-putt')
|
|||
|
base.localAvatar.loop('into-putt')
|
|||
|
base.localAvatar.loop('lookloop-putt')
|
|||
|
base.localAvatar.loop('look-putt')
|
|||
|
base.localAvatar.loop('loop-putt')
|
|||
|
base.localAvatar.loop('rotateL-putt')
|
|||
|
base.localAvatar.loop('rotateR-putt')
|
|||
|
base.localAvatar.loop('swing-putt')
|
|||
|
base.localAvatar.loop('push')
|
|||
|
base.localAvatar.loop('leverNeutral')
|
|||
|
base.localAvatar.loop('leverPull')
|
|||
|
base.localAvatar.loop('leverReach')
|
|||
|
base.localAvatar.loop('running-jump-land')
|
|||
|
base.localAvatar.loop('pet-start')
|
|||
|
base.localAvatar.loop('pushbutton')
|
|||
|
base.localAvatar.loop('jump-land')
|
|||
|
base.localAvatar.loop('catch-eatneutral')
|
|||
|
base.localAvatar.loop('battlecast')
|
|||
|
base.localAvatar.loop('catch-run')
|
|||
|
base.localAvatar.loop('pet-loop')
|
|||
|
base.localAvatar.loop('jump-squat')
|
|||
|
base.localAvatar.loop('reel-neutral')
|
|||
|
base.localAvatar.loop('pole-neutral')
|
|||
|
base.localAvatar.loop('bank')
|
|||
|
base.localAvatar.loop('scientistGame')
|
|||
|
base.localAvatar.loop('victory')
|
|||
|
base.localAvatar.loop('fish-end')
|
|||
|
base.localAvatar.loop('scientistWork')
|
|||
|
base.localAvatar.loop('scientistJealous')
|
|||
|
base.localAvatar.loop('catch-intro-throw')
|
|||
|
base.localAvatar.loop('curtsy')
|
|||
|
base.localAvatar.loop('loop-dig')
|
|||
|
base.localAvatar.loop('start-dig')
|
|||
|
base.localAvatar.loop('running-jump-squat')
|
|||
|
base.localAvatar.loop('fish-again')
|
|||
|
base.localAvatar.loop('jump-idle')
|
|||
|
base.localAvatar.loop('sad-walk')
|
|||
|
base.localAvatar.loop('running-jump-idle')
|
|||
|
base.localAvatar.loop('catch-neutral')
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
messenger.send('gotoAvatar', [275087539, 'Ozzie', 1])
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=300
|
|||
|
base.localAvatar.b_setSC(50205)
|
|||
|
messenger.send('gardenGame')
|
|||
|
messenger.send('clearOutToonInterior')
|
|||
|
music = loader.loadMusic("phase_13/audio/bgm/party_generic_theme.mid")
|
|||
|
music.play()
|
|||
|
music.setLoop()
|
|||
|
messenger.send('rejectTutorial')
|
|||
|
messenger.send('enterStickerBook')
|
|||
|
messenger.send('openFriendsList')
|
|||
|
messenger.send('kickToPlayground', [1])
|
|||
|
from toontown.shtiker.MapPage import MapPage
|
|||
|
gohome = MapPage()
|
|||
|
gohome.goHome()
|
|||
|
base.oobe()
|
|||
|
base.useTrackBall()
|
|||
|
base.useDrive()
|
|||
|
base.localAvatar.setNametagStyle(11)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setMaxClothes(5000)
|
|||
|
base.localAvatar.setSleepAutoReply(0)
|
|||
|
base.localAvatar.setMaxNPCFriends(5000)
|
|||
|
base.localAvatar.playSplashEffect(0,0,0)
|
|||
|
base.localAvatar.setMaxFishTank(500)
|
|||
|
base.localAvatar.setMaxFlowerBasket(500)
|
|||
|
base.localAvatar.trickOrTreatTargetMet(100)
|
|||
|
base.localAvatar.winterCarolingTargetMet(100)
|
|||
|
base.localAvatar.hitBoss(1000)
|
|||
|
base.localAvatar.destroyGoon()
|
|||
|
base.localAvatar.setVelocity(0)
|
|||
|
base.localAvatar.setAffection(1))
|
|||
|
base.localAvatar.setPlayfullness(1))
|
|||
|
base.localAvatar.setSCResistance(1)
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed = 50
|
|||
|
base.localAvatar.b_setToonWillLandInWater(int32/100)
|
|||
|
base.localAvatar.setInventory('49000')
|
|||
|
base.localAvatar.setMaxCarry('49000')
|
|||
|
base.localAvatar.cogMerits=([40, 80, 120, 200])
|
|||
|
base.localAvatar.promoteShovel(3)
|
|||
|
base.localAvatar.promoteWateringCan(3)
|
|||
|
base.localAvatar.setWateringCanSkill(9999)
|
|||
|
base.localAvatar.setShovelSkill(9999)
|
|||
|
base.localAvatar.pageDown()
|
|||
|
base.localAvatar.pageUp()
|
|||
|
render.clearFog()
|
|||
|
base.localAvatar.setBillboardPointEye()
|
|||
|
base.localAvatar.setBillboardPointWorld()
|
|||
|
base.camLens.setNear(9)
|
|||
|
base.camLens.setFov(100, 20)
|
|||
|
base.camLens.setFov(150)
|
|||
|
base.camLens.setFar(2000)
|
|||
|
base.localAvatar.printCamPos()
|
|||
|
base.localAvatar.nextCameraPos(0)
|
|||
|
base.localAvatar.clearBillboard()
|
|||
|
base.localAvatar.lookAt(1,1,1)
|
|||
|
base.localAvatar.setTunnelIn(1, 1, 1, 1, 1, 1)
|
|||
|
base.localAvatar.setTunnelOut(1, 1, 1, 1, 1, 1)
|
|||
|
base.localAvatar.setTunnelIn(1, 10, 10, 10, 100, 100)
|
|||
|
base.localAvatar.setTunnelOut(1, 10, 10, 10, 10, 100, 100)
|
|||
|
base.disableAllAudio()
|
|||
|
base.enableAllAudio()
|
|||
|
base.enableMusic(False)
|
|||
|
base.enableSoundEffects(True)
|
|||
|
base.camLens.setNear(9)
|
|||
|
base.localAvatar.setBillboardAxis()
|
|||
|
base.localAvatar.setEmoteState(22,1)
|
|||
|
base.localAvatar.setWhisperSCCustomFrom(NPC's ID, 90)
|
|||
|
base.localAvatar.getName(285869846)
|
|||
|
base.localAvatar.receiveAcceptGetName('Flippy')
|
|||
|
base.localAvatar.addName(285869846, 'Flippy')
|
|||
|
base.localAvatar.receiveAcceptAddName(285869846)
|
|||
|
ambientlight = AmbientLight('lighting')
|
|||
|
ambientlight.setColor(VBase4(.5, .5, .5, 5))
|
|||
|
attachlight = render.attachNewNode(ambientlight)
|
|||
|
render.setLight(attachlight)
|
|||
|
sky = loader.loadModel("phase_8/models/props/DL_sky.bam")
|
|||
|
sky.reparentTo(render)
|
|||
|
sky.setPos(9, -1, 4)
|
|||
|
sky.setHpr(0,0,0)
|
|||
|
sky.setScale(40)
|
|||
|
messenger.send('periodTimerExpired')
|
|||
|
messenger.send('shift-f1')
|
|||
|
messenger.send('shift-f6')
|
|||
|
messenger.send('minigameAbort')
|
|||
|
messenger.send('control')
|
|||
|
messenger.send('control-alt-arrow_down')
|
|||
|
messenger.send('control-alt-arrow_left')
|
|||
|
messenger.send('control-alt-arrow_up')
|
|||
|
messenger.send('control-alt-arrow_right')
|
|||
|
messenger.send('f9')
|
|||
|
messenger.send('panda3d-render-error')
|
|||
|
messenger.send('requestSkipTutorial')
|
|||
|
messenger.send('PandaRestarted')
|
|||
|
messenger.send('PandaPaused')
|
|||
|
messenger.send('arrow_right')
|
|||
|
messenger.send('arrow_up')
|
|||
|
messenger.send('arrow_down')
|
|||
|
messenger.send('arrow_left')
|
|||
|
messenger.send('updateWhilelist')
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', 28)])
|
|||
|
messenger.send('end')
|
|||
|
messenger.send('end-up')
|
|||
|
messenger.send('leavingRace')
|
|||
|
messenger.send('enterNormalChat')
|
|||
|
messenger.send('escape')
|
|||
|
messenger.send('f7')
|
|||
|
messenger.send('f8')
|
|||
|
messenger.send('force-forward')
|
|||
|
messenger.send('force-forward-stop')
|
|||
|
messenger.send('force-turnLeft')
|
|||
|
messenger.send('force-turnLeft-stop')
|
|||
|
messenger.send('force-turnRight')
|
|||
|
messenger.send('force-turnRight-stop')
|
|||
|
messenger.send('jumpHardLand')
|
|||
|
messenger.send('jumpLand')
|
|||
|
messenger.send('jumpStart')
|
|||
|
messenger.send('page_up')
|
|||
|
messenger.send('page_down')
|
|||
|
messenger.send('tab')
|
|||
|
messenger.send('system message aknowledge')
|
|||
|
messenger.send('home')
|
|||
|
messenger.send('home-up')
|
|||
|
messenger.send('enterFlowerSellBox')
|
|||
|
messenger.send('DistributedBlackCatMgr-activate')
|
|||
|
base.localAvatar.setHeight(2)
|
|||
|
base.localAvatar.setRefillThrow()
|
|||
|
base.localAvatar.enterSad()
|
|||
|
base.localAvatar.enterHappy()
|
|||
|
base.localAvatar.enterDied()
|
|||
|
base.localAvatar.enterScientistEmcee()
|
|||
|
base.localAvatar.enterPush()
|
|||
|
base.localAvatar.enterScientistLessWork()
|
|||
|
base.localAvatar.enterFlattened()
|
|||
|
base.localAvatar.enterSwimHold()
|
|||
|
base.localAvatar.exitSad()
|
|||
|
base.localAvatar.exitHappy()
|
|||
|
base.localAvatar.exitDied()
|
|||
|
base.localAvatar.exitScientistEmcee()
|
|||
|
base.localAvatar.exitPush()
|
|||
|
base.localAvatar.exitScientistLessWork()
|
|||
|
base.localAvatar.exitFlattened()
|
|||
|
base.localAvatar.exitSwimHold()
|
|||
|
base.localAvatar.setSpeedChatStyleIndex(1)
|
|||
|
base.localAvatar.thinkPos()
|
|||
|
base.localAvatar.nextCameraPos(0)
|
|||
|
base.talkAssistant.sendWhisperTalk('Hello ' * 50, 285960783)
|
|||
|
base.localAvatar.b_setAnimState('jumpAirborne')
|
|||
|
base.localAvatar.b_setAnimState('jumpLand')
|
|||
|
base.localAvatar.b_setAnimState('jumpSquat')
|
|||
|
base.localAvatar.setBestHeightInfo(2000)
|
|||
|
base.localAvatar.setLastHood(2000)
|
|||
|
base.localAvatar.localAvatar.cogLevels=[49, 49, 49, 49]
|
|||
|
base.localAvatar.setCogSummonsEarned([7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7])
|
|||
|
base.localAvatar.setCogParts([20, 80, 56447, 56411])
|
|||
|
base.localAvatar.swapToonLegs("CatLegs250Polys")
|
|||
|
base.localAvatar.setNametagScale(2)
|
|||
|
base.localAvatar.setWalkSpeedSlow()
|
|||
|
base.localAvatar.setWalkSpeedNormal()
|
|||
|
base.localAvatar.setRenderModeWireframe()
|
|||
|
anim1 = base.localAvatar.getAnimControl('swing', 'legs')
|
|||
|
anim1.play()
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = .1
|
|||
|
base.localAvatar.physControls.setGravity(.00001)
|
|||
|
base.cr.waitForDatabaseTimeout()
|
|||
|
base.cr.networkPlugPulled()
|
|||
|
base.cr.pullNetworkPlug()
|
|||
|
base.cr.restoreNetworkPlug()
|
|||
|
base.cr.toons.flush()
|
|||
|
messenger.send('last')
|
|||
|
messenger.send('next')
|
|||
|
messenger.send('releaseDirector')
|
|||
|
messenger.send('closetAsleep')
|
|||
|
messenger.send([base.cr.sendSetZoneMsg(7000)], [base.localAvatar.doId, 272503222, 'starkit', 1])
|
|||
|
messenger.send('gotoAvatar', [base.localAvatar.doId, 'you', 1])
|
|||
|
messenger.send('avatarDetails', [base.localAvatar.doId, 'Mickey', 1])
|
|||
|
messenger.send('friendAvatar', [284720681, 'Fireball', 1])
|
|||
|
base.localAvatar.setFishingTrophies([0,1,2,3,4,5,6])
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Collision(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f1',self.Collision)
|
|||
|
def Collision(self):
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(0, 'Collisions Off')
|
|||
|
c = Collision()
|
|||
|
gloves = loader.loadTexture("phase_5.5/maps/windowView_Stars2.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
gloves = loader.loadTexture("phase_5.5/maps/flakes_border.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
base.localAvatar.setFriendsList([(236031563, 1)])
|
|||
|
base.localAvatar.showShovelButton()
|
|||
|
base.localAvatar.showNormalMuzzle()
|
|||
|
base.localAvatar.showAngryMuzzle()
|
|||
|
base.localAvatar.showSmileMuzzle()
|
|||
|
base.localAvatar.showSadMuzzle()
|
|||
|
base.localAvatar.showLaughMuzzle()
|
|||
|
base.localAvatar.showSurpriseMuzzle()
|
|||
|
base.localAvatar.showTightBounds()
|
|||
|
base.localAvatar.showWateringCanButton()
|
|||
|
base.localAvatar.showCS()
|
|||
|
base.localAvatar.showGardeningGui()
|
|||
|
base.localAvatar.showFurnitureGui()
|
|||
|
base.localAvatar.showAllBounds()
|
|||
|
base.localAvatar.showNametag2d()
|
|||
|
base.localAvatar.showNametag3d()
|
|||
|
base.localAvatar.showShadow()
|
|||
|
base.localAvatar.showAllDescendants()
|
|||
|
base.localAvatar.hideShovelButton()
|
|||
|
base.localAvatar.hideNormalMuzzle()
|
|||
|
base.localAvatar.hideAngryMuzzle()
|
|||
|
base.localAvatar.hideSmileMuzzle()
|
|||
|
base.localAvatar.hideSadMuzzle()
|
|||
|
base.localAvatar.hideLaughMuzzle()
|
|||
|
base.localAvatar.hideSurpriseMuzzle()
|
|||
|
base.localAvatar.hideBounds()
|
|||
|
base.localAvatar.hideWateringCanButton()
|
|||
|
base.localAvatar.hideCS()
|
|||
|
base.localAvatar.hideGardeningGui()
|
|||
|
base.localAvatar.hideFurnitureGui()
|
|||
|
base.localAvatar.hideAllBounds()
|
|||
|
base.localAvatar.hideNametag2d()
|
|||
|
base.localAvatar.hideNametag3d()
|
|||
|
base.localAvatar.clearRenderMode()
|
|||
|
base.localAvatar.hideShadow()
|
|||
|
base.localAvatar.startStareAtHeadPoint(1)
|
|||
|
base.localAvatar.forceGotoSleep()
|
|||
|
base.localAvatar.flush()
|
|||
|
base.localAvatar.enterEyelidsClosed()
|
|||
|
base.localAvatar.exitEyelidsClosed()
|
|||
|
base.localAvatar.enterEyelidsSurprised()
|
|||
|
base.localAvatar.exitEyelidsSurprised()
|
|||
|
base.localAvatar.enterEyelidsSad()
|
|||
|
base.localAvatar.exitEyelidsSad()
|
|||
|
base.localAvatar.newCatalogNotify(1)
|
|||
|
base.localAvatar.setControlEffect('sit', 0.65)
|
|||
|
base.localAvatar.setControlEffect('swim', 0.8)
|
|||
|
messenger.send('avatarDetails', [280215860, 'Toon Troop Travis', 1])
|
|||
|
messenger.send('friendAvatar', [base.localAvatar.doId, '', 1])
|
|||
|
messenger.send('gotoAvatar', [base.localAvatar.doId, '', 1])
|
|||
|
Michael Boomer
|
|||
|
0711-8756-7426-2713
|
|||
|
|
|||
|
#real membership
|
|||
|
|
|||
|
base.launcher.setPaidUserLoggedIn()
|
|||
|
|
|||
|
#fast access
|
|||
|
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
base.cr.isPaid
|
|||
|
base.cr.isParentPasswordSet
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess
|
|||
|
def white():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1.0,1.0,1.0)
|
|||
|
base.localAvatar.setSystemMessage(1,'White gloves enabled!')
|
|||
|
def black():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.20,0.20,0.3)
|
|||
|
base.localAvatar.setSystemMessage(1,'Black gloves enabled!')
|
|||
|
def red():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.setSystemMessage(1,'Red gloves enabled!')
|
|||
|
def pink():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.setSystemMessage(1,'Pink gloves enabled!')
|
|||
|
def purple():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.setSystemMessage(1,'Purple gloves enabled!')
|
|||
|
def green():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.setSystemMessage(1,'Green gloves enabled!')
|
|||
|
def yellow():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.95,0.3)
|
|||
|
base.localAvatar.setSystemMessage(1,'Yellow gloves enabled!')
|
|||
|
def darkblue():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.setSystemMessage(1,'Dark blue gloves enabled!')
|
|||
|
def blue():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.setSystemMessage(1,'Blue gloves enabled!')
|
|||
|
def orange():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.setSystemMessage(1,'Orange gloves enabled!')
|
|||
|
def cream():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,1,0.57)
|
|||
|
base.localAvatar.setSystemMessage(1,'Cream gloves enabled!')
|
|||
|
def perwinkle():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.setSystemMessage(1,'Perwinkle gloves enabled!')
|
|||
|
def gray():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.70,0.70,0.70)
|
|||
|
base.localAvatar.setSystemMessage(1,'Gray gloves enabled!')
|
|||
|
def sideways():
|
|||
|
base.localAvatar.setHpr(0,0,315)
|
|||
|
base.localAvatar.setSystemMessage(1,'Toon rotated to sideways style.')
|
|||
|
base.accept("f2", normal, [])
|
|||
|
def normal():
|
|||
|
base.localAvatar.setHpr(0,0,0)
|
|||
|
base.localAvatar.setSystemMessage(1,'Toon rotated to normal.')
|
|||
|
base.accept("f2", sideways, [])
|
|||
|
def aron():
|
|||
|
messenger.send('force-forward')
|
|||
|
base.accept("insert", aroff, [])
|
|||
|
def aroff():
|
|||
|
messenger.send('force-forward-stop')
|
|||
|
base.accept("insert", aron, [])
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def nosleep():
|
|||
|
messenger.send('wakeup')
|
|||
|
def ens():
|
|||
|
wake = Sequence()
|
|||
|
wake.append(Func(nosleep))
|
|||
|
wake.append(Wait(.1))
|
|||
|
wake.append(Func(ens))
|
|||
|
wake.start()
|
|||
|
ens()
|
|||
|
def coloff():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1,'Walk over walls enabled.')
|
|||
|
base.accept("f1", colon, [])
|
|||
|
def colon():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1,'Walk over walls disabled.')
|
|||
|
base.accept("f1", coloff, [])
|
|||
|
def faston():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed =50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed =80
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 35
|
|||
|
base.localAvatar.physControls.setGravity(65)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 60
|
|||
|
base.localAvatar.setSystemMessage(1,'Fast toon and april fools gravity enabled.')
|
|||
|
base.accept("f4", fastoff, [])
|
|||
|
def fastoff():
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed =10
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed =80
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 20
|
|||
|
base.localAvatar.physControls.setGravity(50)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 17
|
|||
|
base.localAvatar.setSystemMessage(1,'Fast toon and april fools gravity disabled.')
|
|||
|
base.accept("f4", faston, [])
|
|||
|
def resistance():
|
|||
|
base.localAvatar.setSCResistance(1)
|
|||
|
base.localAvatar.setSCResistance(1)
|
|||
|
base.localAvatar.setSCResistance(1)
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
base.localAvatar.teleportCheat = 1
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 50
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed = 50
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed = 50
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
base.localAvatar.setEmoteAccess([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,0,0,0,0,21,22,23,24,25])
|
|||
|
base.localAvatar.setMaxClothes(5000)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setSleepAutoReply(0)
|
|||
|
base.localAvatar.setMaxNPCFriends(5000)
|
|||
|
base.localAvatar.setMaxFishTank(500)
|
|||
|
base.localAvatar.setMaxFlowerBasket(500)
|
|||
|
base.localAvatar.setSystemMessage(1,'Everything allowed and Ban Blocker enabled.')
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.setSystemMessage(1,'Red Gloves put at hands.')
|
|||
|
base.accept("f1", coloff, [])
|
|||
|
base.accept("f2", sideways, [])
|
|||
|
base.accept("f3", messenger.send, ['nameTagShowAvId'])
|
|||
|
base.accept("f4", faston, [])
|
|||
|
base.accept("f5", resistance, [])
|
|||
|
base.accept("f12", base.localAvatar.b_setSC, [50205])
|
|||
|
base.accept("f11", base.localAvatar.b_setSC, [50202])
|
|||
|
base.accept("f10", base.localAvatar.b_setSC, [50704])
|
|||
|
base.accept("`", white, [])
|
|||
|
base.accept("0", black, [])
|
|||
|
base.accept("1", red, [])
|
|||
|
base.accept("2", pink, [])
|
|||
|
base.accept("3", purple, [])
|
|||
|
base.accept("4", green, [])
|
|||
|
base.accept("5", yellow, [])
|
|||
|
base.accept("6", darkblue, [])
|
|||
|
base.accept("7", blue, [])
|
|||
|
base.accept("8", orange, [])
|
|||
|
base.accept("9", cream, [])
|
|||
|
base.accept("f6", perwinkle, [])
|
|||
|
base.accept("f7", gray, [])
|
|||
|
base.accept("insert", aron, [])
|
|||
|
base.accept("shift", base.localAvatar.thinkPos, [])
|
|||
|
base.localAvatar.setSystemMessage(1,'Hotkeys enabled.')
|
|||
|
base.localAvatar.setNametagStyle(11)
|
|||
|
base.localAvatar.setSystemMessage(1,'Nametag font changed.')
|
|||
|
anim = base.localAvatar.b_setAnimState
|
|||
|
talk = base.talkAssistant.sendOpenTalk
|
|||
|
loop = base.localAvatar.loop
|
|||
|
coff = base.localAvatar.collisionsOff
|
|||
|
con = base.localAvatar.collisionsOn
|
|||
|
zone = base.cr.sendSetZoneMsg
|
|||
|
emote = base.localAvatar.b_setEmoteState
|
|||
|
server = messenger.send
|
|||
|
avatar = base.localAvatar
|
|||
|
local = base.cr
|
|||
|
cog = base.localAvatar.setCogIndex
|
|||
|
coords = base.localAvatar.setXYZH
|
|||
|
height = base.localAvatar.setZ
|
|||
|
findhands = base.localAvatar.findAllMatches('**/hands')
|
|||
|
findneck = base.localAvatar.findAllMatches('**/neck')
|
|||
|
findhead = base.localAvatar.findAllMatches('**/head')
|
|||
|
findhfront = base.localAvatar.findAllMatches('**/head-front')
|
|||
|
findshirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
findsleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
findshort = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
findskirt = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
findfeet = base.localAvatar.findAllMatches('**/feet')
|
|||
|
findlegs = base.localAvatar.findAllMatches('**/legs')
|
|||
|
findarms = base.localAvatar.findAllMatches('**/arms')
|
|||
|
findnose = base.localAvatar.findAllMatches('**/nose')
|
|||
|
findface = base.localAvatar.findAllMatches('**/muzzle')
|
|||
|
name = base.localAvatar.setName
|
|||
|
find = base.localAvatar.findAllMatches
|
|||
|
sc = base.localAvatar.b_setSC
|
|||
|
scs = base.localAvatar.b_setSCCustom
|
|||
|
base.localAvatar.setSystemMessage(1,'Shorten codes enabled.')
|
|||
|
|
|||
|
#scarecrow
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
#zone IDs
|
|||
|
base.cr.sendSetZoneMsg(1000)# - donald's dock
|
|||
|
base.cr.sendSetZoneMsg(2000)# - toontown central
|
|||
|
base.cr.sendSetZoneMsg(3000)# - the brrrgh
|
|||
|
base.cr.sendSetZoneMsg(4000)# - minnie's melodyland
|
|||
|
base.cr.sendSetZoneMsg(5000)# - daisy's gardens
|
|||
|
base.cr.sendSetZoneMsg(6000)# - chip 'n dale
|
|||
|
base.cr.sendSetZoneMsg(7000)# - funny farm
|
|||
|
base.cr.sendSetZoneMsg(8000)# - goofy speedway
|
|||
|
base.cr.sendSetZoneMsg(9000)# - donald's dreamland
|
|||
|
base.cr.sendSetZoneMsg(10000)# - bossbot hq
|
|||
|
base.cr.sendSetZoneMsg(11000)# - sellbot hq
|
|||
|
base.cr.sendSetZoneMsg(12000)# - cashbot hq
|
|||
|
base.cr.sendSetZoneMsg(13000)# - lawbot hq
|
|||
|
base.cr.sendSetZoneMsg(11100)# - sellbot lobby
|
|||
|
base.cr.sendSetZoneMsg(12100)# - cashbot lobby
|
|||
|
base.cr.sendSetZoneMsg(13100)# - lawbot lobby
|
|||
|
base.cr.sendSetZoneMsg(10100)# - bossbot clubhouse
|
|||
|
base.cr.sendSetZoneMsg(11200)# - sellbot factory
|
|||
|
base.cr.sendSetZoneMsg(9504)# - donalds dreamland gag shop
|
|||
|
base.cr.sendSetZoneMsg(2521)# - toontown central clothes shop
|
|||
|
base.cr.sendSetZoneMsg(2522)# - toontown central pet shop
|
|||
|
base.cr.sendSetZoneMsg(1508)# - donald's dock clothes shop
|
|||
|
base.cr.sendSetZoneMsg(1506)# - donald's dock gag shop
|
|||
|
base.cr.sendSetZoneMsg(2519)# - toontown central gag shop
|
|||
|
base.cr.sendSetZoneMsg(2514)# - toontown bank
|
|||
|
base.cr.sendSetZoneMsg(1507)# - donald dock toon hq
|
|||
|
base.cr.sendSetZoneMsg(3607)# - lil oldman
|
|||
|
base.cr.sendSetZoneMsg(3621)# - sticky george
|
|||
|
base.cr.sendSetZoneMsg(3621)# - hysterical harry
|
|||
|
base.cr.sendSetZoneMsg(3627)# - snooty sinjin
|
|||
|
base.cr.sendSetZoneMsg(3629)# - chicken boy
|
|||
|
base.cr.sendSetZoneMsg(3636)# - gus gooseburger
|
|||
|
base.cr.sendSetZoneMsg(3638)# - toboggan ted
|
|||
|
base.cr.sendSetZoneMsg(3643)# - lounge lassard
|
|||
|
base.cr.sendSetZoneMsg(3653)# - creepy carl
|
|||
|
base.cr.sendSetZoneMsg(3721)# - bumpy noggin
|
|||
|
base.cr.sendSetZoneMsg(3722)# - vidalia vavoom
|
|||
|
base.cr.sendSetZoneMsg(3728)# - simian sam
|
|||
|
base.cr.sendSetZoneMsg(3730)# - wynne chill
|
|||
|
base.cr.sendSetZoneMsg(3732)# - grumpy phil
|
|||
|
base.cr.sendSetZoneMsg(3808)# - johnny cashmere
|
|||
|
base.cr.sendSetZoneMsg(3813)# - march harry
|
|||
|
base.cr.sendSetZoneMsg(2513)# - flippy
|
|||
|
base.cr.sendSetZoneMsg(2518)# - librarian larry
|
|||
|
base.cr.sendSetZoneMsg(2516)# - professor pete
|
|||
|
base.cr.sendSetZoneMsg(2656)# - loony louis
|
|||
|
base.cr.sendSetZoneMsg(2629)# - honey haha
|
|||
|
base.cr.sendSetZoneMsg(2708)# - sticky lou
|
|||
|
base.cr.sendSetZoneMsg(2729)# - professor wiggle
|
|||
|
base.cr.sendSetZoneMsg(2729)# - sharky jones
|
|||
|
base.cr.sendSetZoneMsg(2655)# - woody nickel
|
|||
|
base.cr.sendSetZoneMsg(2660)# - feather duster
|
|||
|
base.cr.sendSetZoneMsg(2610)# - dr. tom
|
|||
|
base.cr.sendSetZoneMsg(2711)# - postmaster pete
|
|||
|
base.cr.sendSetZoneMsg(2705)# - will wiseacre
|
|||
|
base.cr.sendSetZoneMsg(2712)# - charlie chortle
|
|||
|
base.cr.sendSetZoneMsg(2804)# - dr. pulyurleg
|
|||
|
base.cr.sendSetZoneMsg(2520)# - toon hq
|
|||
|
base.cr.sendSetZoneMsg(1612)# - captain carl
|
|||
|
base.cr.sendSetZoneMsg(1606)# - admiral hook
|
|||
|
base.cr.sendSetZoneMsg(1617)# - doctor squall
|
|||
|
base.cr.sendSetZoneMsg(1627)# - billy budd
|
|||
|
base.cr.sendSetZoneMsg(1710)# - barnacle barbara
|
|||
|
base.cr.sendSetZoneMsg(1712)# - rocky shores
|
|||
|
base.cr.sendSetZoneMsg(1713)# - art
|
|||
|
base.cr.sendSetZoneMsg(1725)# - ahab
|
|||
|
base.cr.sendSetZoneMsg(1604)# - mrs. starch
|
|||
|
base.cr.sendSetZoneMsg(1621)# - cal estenicks
|
|||
|
base.cr.sendSetZoneMsg(1826)# - claggart
|
|||
|
base.cr.sendSetZoneMsg(1828)# - alice
|
|||
|
base.cr.sendSetZoneMsg(1832)# - melville
|
|||
|
base.cr.sendSetZoneMsg(4612)# - dr. fret
|
|||
|
base.cr.sendSetZoneMsg(4626)# - cleff
|
|||
|
#stopped at base.cr.sendSetZoneMsg(3826)
|
|||
|
|
|||
|
#colored gloves
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)# - red
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.96,0.7,0.7)# - pink
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.44,1)# - pinkish
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.86,0.4,0.42)# - pink 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.69,0.29,0.95)# - purple
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.44,0,1)# - neon purple
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.4,1,0.4)# - green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.44,1,0)# - neon green 1
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.0,1.0,0.0)# - neon green 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.2,0.3,0.11)# - rusty green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.82,0.32)# - lime green
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.95,0.3)# - yellow
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.28,0.33,0.73)# - dark blue
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.3,0.64,0.85)# - blue
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.44,1,1)# - blue 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.43,0.9,0.84)# - blue 3
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0.44,1)# - weird blue
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0.44,0.44)# - rusty aqua
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.5,0.18)# - orange
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,1,0.57)# - cream
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.55,1)# - perwinkle
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.70,0.70,0.70)# - gray
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1.0,1.0,1.0)# - white
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.20,0.20,0.3)# - black
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,0,0.4)# - ink
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.38,0.72,0.72)# - aqua
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,1,0.85)# - aqua 2
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.62,0.26,0.36)# - red, pinkish
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,0,0.1)# - rusty red, pinkish
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.64,0.35,0.27)# - brown
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.72,1,0.36)# - olive
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.57,0.45,0.16)# - swamp
|
|||
|
|
|||
|
#ta
|
|||
|
sgcs = base.cr.doFindAll("render/Short Greencat Short")
|
|||
|
for sgcs in base.cr.doFindAll("render/Short Greencat Short"):
|
|||
|
sgcs.findAllMatches('**/hands').setColor(0.992, 0.48, 0.168, 1)
|
|||
|
mm = base.cr.doFindAll("render/Magic Maker")
|
|||
|
for mm in base.cr.doFindAll("render/Magic Maker"):
|
|||
|
mm.findAllMatches('**/hands').setColor(1,0.95,0.3, 1)
|
|||
|
fd = base.cr.doFindAll("render/Fd Green Cat Fd")
|
|||
|
for fd in base.cr.doFindAll("render/Fd Green Cat Fd"):
|
|||
|
fd.findAllMatches('**/hands').setColor(0.97,0.3,0.3, 1)
|
|||
|
d = base.cr.doFindAll("render/Disyer")
|
|||
|
for d in base.cr.doFindAll("render/Disyer"):
|
|||
|
d.findAllMatches('**/hands').setColor(0.64,0.35,0.27)
|
|||
|
cb = base.cr.doFindAll("render/Captain Butch")
|
|||
|
for cb in base.cr.doFindAll("render/Captain Butch"):
|
|||
|
cb.findAllMatches('**/hands').setColor(0.1,0.9,0.99)
|
|||
|
i = base.cr.doFindAll("render/Incorrent")
|
|||
|
for i in base.cr.doFindAll("render/Incorrect"):
|
|||
|
i.findAllMatches('**/hands').setColor(0.69,0.29,0.95)
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
getEmblemSource = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
getEmblemSource.reparentTo(render)
|
|||
|
getEmblemSource.hide()
|
|||
|
emblem = getEmblemSource.find('**/whistleIcon')
|
|||
|
emblem.reparentTo(fd)
|
|||
|
emblem.show()
|
|||
|
emblem.setScale(3)
|
|||
|
emblem.setZ(1.5)
|
|||
|
emblemSpin = emblem.hprInterval(3, Vec3(360, 0, 0))
|
|||
|
emblemSpin.loop()
|
|||
|
|
|||
|
#talk
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
base.localAvatar.b_setSC(50701)
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('LOOK I CAN DO IT TOO')
|
|||
|
base.localAvatar.b_setEmoteState(23,1)
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('I AM NOT A ANTIS MEMBER DONT GIVE THE ANTIS CREDIT!')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('THE ANTIS FAIL THEY CANT DO ANYTHING DONT BE SCARED THEY CANT HOCK')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('YOUR FRIENDS, WE ARE FRIENDLY. OH AND...')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('WE ARE TEAM DIS YER')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part7():
|
|||
|
base.localAvatar.b_setSC(50202)
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
def addzone():
|
|||
|
zond = base.localAvatar.getZoneId()
|
|||
|
zond += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, zond)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(addzone))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
#invisible
|
|||
|
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
|
|||
|
#hotkeys
|
|||
|
|
|||
|
def white():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1.0,1.0,1.0)
|
|||
|
base.localAvatar.setSystemMessage(1,'White gloves enabled!')
|
|||
|
def black():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.setSystemMessage(1,'Black gloves enabled!')
|
|||
|
def red():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
base.localAvatar.setSystemMessage(1,'Red gloves enabled!')
|
|||
|
def pink():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.96,0.7,0.7)
|
|||
|
base.localAvatar.setSystemMessage(1,'Pink gloves enabled!')
|
|||
|
def purple():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.69,0.29,0.95)
|
|||
|
base.localAvatar.setSystemMessage(1,'Purple gloves enabled!')
|
|||
|
def green():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.4,1,0.4)
|
|||
|
base.localAvatar.setSystemMessage(1,'Green gloves enabled!')
|
|||
|
def yellow():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.95,0.3)
|
|||
|
base.localAvatar.setSystemMessage(1,'Yellow gloves enabled!')
|
|||
|
def darkblue():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.35,0.35,0.85)
|
|||
|
base.localAvatar.setSystemMessage(1,'Dark blue gloves enabled!')
|
|||
|
def blue():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.3,0.64,0.85)
|
|||
|
base.localAvatar.setSystemMessage(1,'Blue gloves enabled!')
|
|||
|
def orange():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,0.5,0.18)
|
|||
|
base.localAvatar.setSystemMessage(1,'Orange gloves enabled!')
|
|||
|
def cream():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(1,1,0.57)
|
|||
|
base.localAvatar.setSystemMessage(1,'Cream gloves enabled!')
|
|||
|
def perwinkle():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.55,0.55,1)
|
|||
|
base.localAvatar.setSystemMessage(1,'Perwinkle gloves enabled!')
|
|||
|
def gray():
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.70,0.70,0.70)
|
|||
|
base.localAvatar.setSystemMessage(1,'Gray gloves enabled!')
|
|||
|
def sideways():
|
|||
|
base.localAvatar.setHpr(0,0,315)
|
|||
|
base.localAvatar.setSystemMessage(1,'Toon rotated to sideways style.')
|
|||
|
base.accept("f2", normal, [])
|
|||
|
def normal():
|
|||
|
base.localAvatar.setHpr(0,0,0)
|
|||
|
base.localAvatar.setSystemMessage(1,'Toon rotated to normal.')
|
|||
|
base.accept("f2", sideways, [])
|
|||
|
def coloff():
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(1,'Walk over walls enabled.')
|
|||
|
base.accept("f1", colon, [])
|
|||
|
def colon():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(1,'Walk over walls disabled.')
|
|||
|
base.accept("f1", coloff, [])
|
|||
|
def faston():
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 50
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 50
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed = 100
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed = 50
|
|||
|
base.localAvatar.physControls.setGravity(75)
|
|||
|
base.localAvatar.setSystemMessage(1,'Fast toon and april fools gravity enabled.')
|
|||
|
base.accept("f4", fastoff, [])
|
|||
|
def fastoff():
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 20
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 20
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed = 50
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed = 10
|
|||
|
base.localAvatar.setSystemMessage(1,'Fast toon and april fools gravity disabled.')
|
|||
|
base.accept("f4", faston, [])
|
|||
|
def aron():
|
|||
|
messenger.send('force-forward')
|
|||
|
base.accept("insert", aroff, [])
|
|||
|
def aron():
|
|||
|
messenger.send('force-forward-stop')
|
|||
|
base.accept("insert", aron, [])
|
|||
|
base.accept("f1", coloff, [])
|
|||
|
base.accept("f2", sideways, [])
|
|||
|
base.accept("f3", messenger.send, ['nameTagShowAvId'])
|
|||
|
base.accept("f4", faston, [])
|
|||
|
base.accept("f12", base.localAvatar.b_setSC, [50205])
|
|||
|
base.accept("f11", base.localAvatar.b_setSC, [50202])
|
|||
|
base.accept("f10", base.localAvatar.b_setSC, [50704])
|
|||
|
base.accept("`", white, [])
|
|||
|
base.accept("0", black, [])
|
|||
|
base.accept("1", red, [])
|
|||
|
base.accept("2", pink, [])
|
|||
|
base.accept("3", purple, [])
|
|||
|
base.accept("4", green, [])
|
|||
|
base.accept("5", yellow, [])
|
|||
|
base.accept("6", darkblue, [])
|
|||
|
base.accept("7", blue, [])
|
|||
|
base.accept("8", orange, [])
|
|||
|
base.accept("9", cream, [])
|
|||
|
base.accept("f6", perwinkle, [])
|
|||
|
base.accept("f7", gray, [])
|
|||
|
base.accept("insert", aron, [])
|
|||
|
base.accept("shift", base.localAvatar.thinkPos, [])
|
|||
|
|
|||
|
#toon effects
|
|||
|
|
|||
|
base.localAvatar.setCheesyEffect(14, 0, 0)# --snowman head -
|
|||
|
base.localAvatar.setCheesyEffect(13, 0, 0)# --white 1-
|
|||
|
base.localAvatar.setCheesyEffect(12, 0, 0)# --pumpkin head-
|
|||
|
base.localAvatar.setCheesyEffect(11, 0, 0)# --no head-
|
|||
|
base.localAvatar.setCheesyEffect(10, 0, 0)# --white 2-
|
|||
|
base.localAvatar.setCheesyEffect(9, 0, 0)# --invisible-
|
|||
|
base.localAvatar.setCheesyEffect(8, 0, 0)# --sideways 1-
|
|||
|
base.localAvatar.setCheesyEffect(7, 0, 0)# --sideways 2-
|
|||
|
base.localAvatar.setCheesyEffect(6, 0, 0)# --small toon-
|
|||
|
base.localAvatar.setCheesyEffect(5, 0, 0)# --big toon-
|
|||
|
base.localAvatar.setCheesyEffect(4, 0, 0)# --small feet-
|
|||
|
base.localAvatar.setCheesyEffect(3, 0, 0)# --big feet-
|
|||
|
base.localAvatar.setCheesyEffect(1, 0, 0)# --big head-
|
|||
|
base.localAvatar.setCheesyEffect(2, 0, 0)# --small head-
|
|||
|
|
|||
|
#rotate codes
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,315)# sideway 1
|
|||
|
base.localAvatar.setHpr(0,0,0)# normal
|
|||
|
base.localAvatar.setHpr(0,0,180)
|
|||
|
base.localAvatar.collisionsOff()# upside down
|
|||
|
base.localAvatar.setHpr(0,0,80)# sideways 2
|
|||
|
base.localAvatar.setHpr(0,0,360)# straight
|
|||
|
base.localAvatar.setHpr(315,315,315)# - flip
|
|||
|
base.localAvatar.setHpr(0,90,0)# on your back
|
|||
|
base.localAvatar.setHpr(0,270,0)# on your face
|
|||
|
base.localAvatar.setHpr(0,0,30)# sideways 3
|
|||
|
base.localAvatar.setHpr(0,0,10)# sideways 4
|
|||
|
|
|||
|
#speedchat codes
|
|||
|
|
|||
|
base.localAvatar.b_announceBingo()
|
|||
|
base.localAvatar.b_setSC(20030)# I haven't been wrong yet.
|
|||
|
base.localAvatar.b_setSC(20100)# Which face would you like to defeat you?
|
|||
|
base.localAvatar.b_setSC(20200)# I'm gonna tell the boss about you!
|
|||
|
base.localAvatar.b_setSC(20201)# I may be just a Flunky - but I'm real spunky.
|
|||
|
base.localAvatar.b_setSC(20136)# RAID!
|
|||
|
base.localAvatar.b_setSC(20237)# I can bag this.
|
|||
|
base.localAvatar.b_setSC(20229)# Let's get going - time is money.
|
|||
|
base.localAvatar.b_setSC(20220)# I'm watching every move you make.
|
|||
|
base.localAvatar.b_setSC(20219)# I'll take care of you in no time.
|
|||
|
base.localAvatar.b_setSC(20300)# You make my hair curl.
|
|||
|
base.localAvatar.b_setSC(20299)# Don't brush me aside.
|
|||
|
base.localAvatar.b_setSC(20297)# I'm prepared to close this deal quickly.
|
|||
|
base.localAvatar.b_setSC(20296)# Too bad for you -- I make house calls.
|
|||
|
base.localAvatar.b_setSC(20293)# I was planning on running into you.
|
|||
|
base.localAvatar.b_setSC(20291)# You won't be able to get rid of me now.
|
|||
|
base.localAvatar.b_setSC(20287)# Careful, I may leave a mark.
|
|||
|
base.localAvatar.b_setSC(20284)# I hate it when things get dull.
|
|||
|
base.localAvatar.b_setSC(20283)# Let's hurry, I bore easily.
|
|||
|
base.localAvatar.b_setSC(20282)# Let's get right to the point.
|
|||
|
base.localAvatar.b_setSC(20281)# I'll have to make my point more clear.
|
|||
|
base.localAvatar.b_setSC(20071)# In my opinion, your name is MUD.
|
|||
|
base.localAvatar.b_setSC(20279)# I'm No.2!
|
|||
|
base.localAvatar.b_setSC(20278)# Hey, you can't push me around.
|
|||
|
base.localAvatar.b_setSC(20266)# I hope you don't forget your lines.
|
|||
|
base.localAvatar.b_setSC(20091)# This is no laughing matter.
|
|||
|
base.localAvatar.b_setSC(20262)# I'm going to roll your end credits.
|
|||
|
base.localAvatar.b_setSC(20096)# Face it, I'm better than you.
|
|||
|
base.localAvatar.b_setSC(20258)# Today the role of defeated toon, will be played by - YOU!
|
|||
|
base.localAvatar.b_setSC(20256)# Lights, camera, action!
|
|||
|
base.localAvatar.b_setSC(20251)# Well, isn't this cozy?
|
|||
|
base.localAvatar.b_setSC(20122)# Legally, you're too small to fight me.
|
|||
|
base.localAvatar.b_setSC(20150)# I'm going to cream you.
|
|||
|
base.localAvatar.b_setSC(20133)# Let me get your back.
|
|||
|
base.localAvatar.b_setSC(20132)# Whoa, back up there toon.
|
|||
|
base.localAvatar.b_setSC(20127)# Take that back or else.
|
|||
|
base.localAvatar.b_setSC(20350)# I have my own special spin on the subject.
|
|||
|
base.localAvatar.b_setSC(20349)# Care to take a few turns with me?
|
|||
|
base.localAvatar.b_setSC(20346)# The doctor is in, the Toon is out.
|
|||
|
base.localAvatar.b_setSC(20345)# You look like you need a doctor.
|
|||
|
base.localAvatar.b_setSC(20341)# You'll never know when I'll stop.
|
|||
|
base.localAvatar.b_setSC(20320)# You've been robbed.
|
|||
|
base.localAvatar.b_setSC(20329)# You should know not to talk to strangers.
|
|||
|
base.localAvatar.b_setSC(20335)# You'll experience a shortfall.
|
|||
|
base.localAvatar.b_setSC(20113)# You are going to have such a headache.
|
|||
|
base.localAvatar.b_setSC(20107)# Oh good, I've been hunting for you.
|
|||
|
base.localAvatar.b_setSC(50101)# Blimey!
|
|||
|
base.localAvatar.b_setSC(50206)# You need a sharp sword and sharper wits.
|
|||
|
base.localAvatar.b_setSC(60103)# Yo!
|
|||
|
base.localAvatar.b_setSC(50208)# Watch yer tongue or I'll pickle it with sea salt!
|
|||
|
base.localAvatar.b_setSC(50211)# You're a canvas shy of a full sail, aren't ye mate?
|
|||
|
base.localAvatar.b_setSC(50210)# The horizon be as empty as yer head.
|
|||
|
base.localAvatar.b_setSC(50209)# Touch me loot and you get the boot!
|
|||
|
base.localAvatar.b_setSC(50300)# Fine shooting mate!
|
|||
|
base.localAvatar.b_setSC(50704)# Hey Bucko.
|
|||
|
base.localAvatar.b_setSC(50205)# Addle-minded fool!
|
|||
|
base.localAvatar.b_setSC(50202)# See ye in Davy Jones locker!
|
|||
|
base.localAvatar.b_setSC(20117)# I'm bringing down the law on you.
|
|||
|
base.localAvatar.b_setSC(50100)# Gangway!
|
|||
|
base.localAvatar.b_setSC(50102)# Well blow me down!
|
|||
|
base.localAvatar.b_setSC(50103)# Walk the plank!
|
|||
|
base.localAvatar.b_setSC(50102)# Dead men tell no tales....
|
|||
|
base.localAvatar.b_setSC(50105)# Shiver me timbers!
|
|||
|
base.localAvatar.b_setSC(50106)# Salty as a Kraken's kiss.
|
|||
|
base.localAvatar.b_setSC(50107)# Treasure be the measure of our pleasure!
|
|||
|
base.localAvatar.b_setSC(50108)# I don't fear death - I attune it.
|
|||
|
base.localAvatar.b_setSC(50200)# Blige rat!
|
|||
|
base.localAvatar.b_setSC(50201)# Scurvy dog!
|
|||
|
base.localAvatar.b_setSC(50203)# Scoundrel!
|
|||
|
base.localAvatar.b_setSC(50204)# Landlubber!
|
|||
|
base.localAvatar.b_setSC(50203)# Ye be one doubloon short of a full hull mate!
|
|||
|
base.localAvatar.b_setSC(50301)# A well placed blow!
|
|||
|
base.localAvatar.b_setSC(50302)# Nice shot!
|
|||
|
base.localAvatar.b_setSC(50303)# Well met!
|
|||
|
base.localAvatar.b_setSC(50304)# We showed them!
|
|||
|
base.localAvatar.b_setSC(50305)# Yer not so bad yerself!
|
|||
|
base.localAvatar.b_setSC(50306)# A fine plunder haul!
|
|||
|
base.localAvatar.b_setSC(50400)# Let's set sail.
|
|||
|
base.localAvatar.b_setSC(50401)# Let's get out of here.
|
|||
|
base.localAvatar.b_setSC(51100)# I be sailing some rough waters today.
|
|||
|
base.localAvatar.b_setSC(52100)# Want to group up?
|
|||
|
base.localAvatar.b_setSC(52101)# Join me crew?
|
|||
|
base.localAvatar.b_setSC(53101)# I caught a fish!
|
|||
|
base.localAvatar.b_setSC(53102)# I saw a Legendary Fish!
|
|||
|
base.localAvatar.b_setSC(53103)# What did you catch?
|
|||
|
base.localAvatar.b_setSC(53104)# This will make a whale of a tale!
|
|||
|
base.localAvatar.b_setSC(53105)# That was a beauty!
|
|||
|
base.localAvatar.b_setSC(53106)# Arr, the sea is treacherous today.
|
|||
|
base.localAvatar.b_setSC(53107)# What a bountiful haul of fish!
|
|||
|
base.localAvatar.b_setSC(10000)# The choice is yours!
|
|||
|
base.localAvatar.b_setSC(10001)# Who are you voting for?
|
|||
|
base.localAvatar.b_setSC(10002)# I'm pickin' Chicken!
|
|||
|
base.localAvatar.b_setSC(10003)# Vote now! Vote Cow!
|
|||
|
base.localAvatar.b_setSC(10004)# Go bananas! Vote Monkey!
|
|||
|
base.localAvatar.b_setSC(10005)# Be a honey! Vote Bear!
|
|||
|
base.localAvatar.b_setSC(10006)# Think big! Vote Pig!
|
|||
|
base.localAvatar.b_setSC(10007)# Vote Goat - and that's all she wrote!
|
|||
|
base.localAvatar.b_setSC(60672)# I just found the treasure I've been searching for.
|
|||
|
base.localAvatar.b_setSC(60673)# If you were a booger, I'd pick you first.
|
|||
|
base.localAvatar.b_setSC(60674)# Come to Tortuga often?
|
|||
|
base.localAvatar.b_setSC(60675)# Do you have a map? I just keep getting lost in your eyes.
|
|||
|
base.localAvatar.b_setSC(60676)# Flirt
|
|||
|
base.localAvatar.b_setSC(60677)# Zombie dance
|
|||
|
base.localAvatar.b_setSC(60671)# Hello, I'm a Pirate, and I'm here to steal your heart.
|
|||
|
base.localAvatar.b_setSC(60678)# Noisemaker
|
|||
|
base.localAvatar.b_setSC(60670)# Dance
|
|||
|
base.localAvatar.b_setSC(60669)# Sleep
|
|||
|
base.localAvatar.b_setSC(60668)# Celebrate
|
|||
|
base.localAvatar.b_setSC(60500)# Where are you?
|
|||
|
base.localAvatar.b_setSC(60501)# Let's go to the Gateway Store.
|
|||
|
base.localAvatar.b_setSC(60502)# Let's go to the Disco Hall.
|
|||
|
base.localAvatar.b_setSC(60503)# Let's go to Toontown.
|
|||
|
base.localAvatar.b_setSC(60504)# Let's go to Pirates of the Carribean.
|
|||
|
base.localAvatar.b_setSC(60504)# Flip coin
|
|||
|
base.localAvatar.b_setSC(60401)# Doh!
|
|||
|
base.localAvatar.b_setSC(60402)# Aw man!
|
|||
|
base.localAvatar.b_setSC(60404)# Bummer!
|
|||
|
base.localAvatar.b_setSC(60301)# Have you seen the Silly Meter?
|
|||
|
base.localAvatar.b_setSC(60302)# The Silly Meter is in Toon Hall.
|
|||
|
base.localAvatar.b_setSC(60303)# Things sure are getting silly around here!
|
|||
|
base.localAvatar.b_setSC(60304)# I saw a fire hydrant moving!
|
|||
|
base.localAvatar.b_setSC(60305)# Toontown is coming to life!
|
|||
|
base.localAvatar.b_setSC(60306)# Have you been to Flippy's new office?
|
|||
|
base.localAvatar.b_setSC(60307)# I caused a Silly Surge in battle!
|
|||
|
base.localAvatar.b_setSC(60308)# Let's defeat some Cogs to make Toontown sillier!
|
|||
|
base.localAvatar.b_setSC(60309)# The Silly Meter is bigger and crazier than ever!
|
|||
|
base.localAvatar.b_setSC(60310)# Lots of hydrants have come alive!
|
|||
|
base.localAvatar.b_setSC(60311)# I saw a mail box moving!
|
|||
|
base.localAvatar.b_setSC(60312)# I watched a trash can wake up!
|
|||
|
base.localAvatar.b_setSC(60313)# How silly can it get?
|
|||
|
base.localAvatar.b_setSC(60314)# What's going to happen next?
|
|||
|
base.localAvatar.b_setSC(60315)# Something silly, I bet!
|
|||
|
base.localAvatar.b_setSC(60316)# Have you caused a Silly Surge yet?
|
|||
|
base.localAvatar.b_setSC(60318)# Cog Invasion!
|
|||
|
base.localAvatar.b_setSC(60319)# Incoming!
|
|||
|
base.localAvatar.b_setSC(60320)# Let's stop these Cogs!
|
|||
|
base.localAvatar.b_setSC(60321)# I miss the Silly Surges!
|
|||
|
base.localAvatar.b_setSC(60322)# Let's go stop an Invasion!
|
|||
|
base.localAvatar.b_setSC(60323)# Toontown is sillier than ever now!
|
|||
|
base.localAvatar.b_setSC(60324)# Have you seen something come alive?
|
|||
|
base.localAvatar.b_setSC(60200)# Deck the halls...
|
|||
|
base.localAvatar.b_setSC(60201)# Load some pies...
|
|||
|
base.localAvatar.b_setSC(60202)# Joyful toons...
|
|||
|
base.localAvatar.b_setSC(60203)# Snowman heads...
|
|||
|
base.localAvatar.b_setSC(60204)# Toontown's merry...
|
|||
|
base.localAvatar.b_setSC(60205)# Lure good cheer...
|
|||
|
base.localAvatar.b_setSC(60220)# Deck the halls with seltzer spray! Happy Winter Holiday!
|
|||
|
base.localAvatar.b_setSC(60221)# Load some pies into your sleigh! Happy Winter Holiday!
|
|||
|
base.localAvatar.b_setSC(60222)# Joyful toons bring Cogs dismay! Happy Winter Holiday!
|
|||
|
base.localAvatar.b_setSC(60223)# Snowman heads are hot today! Happy Winter Holiday!
|
|||
|
base.localAvatar.b_setSC(60224)# Toontown's merry, come what may! Happy Winter Holiday!
|
|||
|
base.localAvatar.b_setSC(60225)# Lure good cheer the Toontown way! Happy Winter Holiday!
|
|||
|
base.localAvatar.b_setSC(60100)# Happy April Toons' Week!
|
|||
|
base.localAvatar.b_setSC(60101)# Welcome to my April Toons' Week party!
|
|||
|
base.localAvatar.b_setSC(60110)# Mickey is in Daisy Garden.
|
|||
|
base.localAvatar.b_setSC(60111)# Daisy is in Toontown Central.
|
|||
|
base.localAvatar.b_setSC(60112)# Minnie is in The Brrrgh.
|
|||
|
base.localAvatar.b_setSC(60113)# Pluto is in Melodyland.
|
|||
|
base.localAvatar.b_setSC(60114)# Donald is sleepwalking at the Speedway.
|
|||
|
base.localAvatar.b_setSC(60115)# Goofy is in Dreamland.
|
|||
|
base.localAvatar.b_setSC(60120)# Mickey is acting like Daisy!
|
|||
|
base.localAvatar.b_setSC(60121)# Daisy is acting like Mickey!
|
|||
|
base.localAvatar.b_setSC(60122)# Minnie is acting like Pluto!
|
|||
|
base.localAvatar.b_setSC(60123)# Pluto is acting like Minnie!
|
|||
|
base.localAvatar.b_setSC(60124)# Pluto is talking!
|
|||
|
base.localAvatar.b_setSC(60125)# Goofy is acting like Donald!
|
|||
|
base.localAvatar.b_setSC(60126)# Donald is dreaming he is Goofy!
|
|||
|
base.localAvatar.b_setSC(51001)# May our stiff winds be at our backs, the sun on our faces and our cannons fire true!
|
|||
|
base.localAvatar.b_setSC(60350)# Welcome to my Victory Party!
|
|||
|
base.localAvatar.b_setSC(60351)# This is a great Victory Party!
|
|||
|
base.localAvatar.b_setSC(60352)# We showed those Cogs who's boss!
|
|||
|
base.localAvatar.b_setSC(60353)# Good job helping end the Cog invasions!
|
|||
|
base.localAvatar.b_setSC(60354)# I bet this is driving the Cogs crazy!
|
|||
|
base.localAvatar.b_setSC(60355)# Let's play Cog-O-War!
|
|||
|
base.localAvatar.b_setSC(60356)# My team won at Cog-O-War!
|
|||
|
base.localAvatar.b_setSC(60357)# It's nice to have fire hydrants, trash cans, and mailboxes here!
|
|||
|
base.localAvatar.b_setSC(60358)# I like the balloon of the Doodle biting the Cog!
|
|||
|
base.localAvatar.b_setSC(60359)# I like the balloon of the Cog covered in ice cream!
|
|||
|
base.localAvatar.b_setSC(60360)# I like the wavy Cog that flaps his arms!
|
|||
|
base.localAvatar.b_setSC(60361)# I jumped on a Cog's face!
|
|||
|
base.localAvatar.b_setSC(1700)# Let's split up.
|
|||
|
base.localAvatar.b_setSC(1701)# Let's stay together.
|
|||
|
base.localAvatar.b_setSC(1702)# Let's battle the Cogs.
|
|||
|
base.localAvatar.b_setSC(1703)# Step on the switch.
|
|||
|
base.localAvatar.b_setSC(1704)# Go through the door.
|
|||
|
base.localAvatar.b_setSC(1803)# I'm in the Front Entrance.
|
|||
|
base.localAvatar.b_setSC(1804)# I'm in the Lobby.
|
|||
|
base.localAvatar.b_setSC(1805)# I'm in the hallway outside the Lobby.
|
|||
|
base.localAvatar.b_setSC(1807)# I'm in the Gear Room.
|
|||
|
base.localAvatar.b_setSC(1808)# I'm in the Boiler Room.
|
|||
|
base.localAvatar.b_setSC(1809)# I'm on the East Catwalk.
|
|||
|
base.localAvatar.b_setSC(1810)# I'm in the Paint Mixer.
|
|||
|
base.localAvatar.b_setSC(1811)# I'm in the Paint Mixer Storage Room.
|
|||
|
base.localAvatar.b_setSC(1812)# I'm on the West Silo Catwalk.
|
|||
|
base.localAvatar.b_setSC(1813)# I'm in the Pipe Room.
|
|||
|
base.localAvatar.b_setSC(1814)# I'm on the stairs to the Pipe Room.
|
|||
|
base.localAvatar.b_setSC(1815)# I'm in the Duct Room.
|
|||
|
base.localAvatar.b_setSC(1816)# I'm in the Side Entrance.
|
|||
|
base.localAvatar.b_setSC(1817)# I'm in Stomper Alley.
|
|||
|
base.localAvatar.b_setSC(1818)# I'm outside the Lava Room.
|
|||
|
base.localAvatar.b_setSC(1819)# I'm in the Lava Room.
|
|||
|
base.localAvatar.b_setSC(1820)# I'm in the Lava Storage Room.
|
|||
|
base.localAvatar.b_setSC(1821)# I'm on the West Catwalk.
|
|||
|
base.localAvatar.b_setSC(1822)# I'm in the Oil Room.
|
|||
|
base.localAvatar.b_setSC(1823)# I'm on the Warehouse Lookout.
|
|||
|
base.localAvatar.b_setSC(1824)# I'm in the Warehouse.
|
|||
|
base.localAvatar.b_setSC(1825)# I'm outside the Paint Mixer.
|
|||
|
base.localAvatar.b_setSC(1827)# I'm outside the Oil Room.
|
|||
|
base.localAvatar.b_setSC(1830)# I'm in the East Silo Control Room.
|
|||
|
base.localAvatar.b_setSC(1831)# I'm in the West Silo Control Room.
|
|||
|
base.localAvatar.b_setSC(1833)# I'm at the East Silo.
|
|||
|
base.localAvatar.b_setSC(1834)# I'm on the West Silo.
|
|||
|
base.localAvatar.b_setSC(1835)# I'm on the Center Silo.
|
|||
|
base.localAvatar.b_setSC(1841)# I'm on top of the East Silo.
|
|||
|
base.localAvatar.b_setSC(1860)# I'm on the West Silo Elevator.
|
|||
|
base.localAvatar.b_setSC(1861)# I'm on the East Silo Elevator.
|
|||
|
base.localAvatar.b_setSC(2100)# Please operate the crane.
|
|||
|
base.localAvatar.b_setSC(2101)# May I operate the crane?
|
|||
|
base.localAvatar.b_setSC(2102)# I need practice operating the crane.
|
|||
|
base.localAvatar.b_setSC(2103)# Pick up a disabled goon.
|
|||
|
base.localAvatar.b_setSC(2104)# Throw the goon at the CFO.
|
|||
|
base.localAvatar.b_setSC(2105)# Throw a safe now!
|
|||
|
base.localAvatar.b_setSC(2106)# Don't throw a safe now!
|
|||
|
base.localAvatar.b_setSC(2107)# A safe will knock off his helmet.
|
|||
|
base.localAvatar.b_setSC(2108)# A safe will become his new helmet.
|
|||
|
base.localAvatar.b_setSC(2109)# I can't reach any safes.
|
|||
|
base.localAvatar.b_setSC(2110)# I can't reach any goons.
|
|||
|
base.localAvatar.b_setSC(2200)# You need to hit the scale.
|
|||
|
base.localAvatar.b_setSC(2201)# I will hit the scale.
|
|||
|
base.localAvatar.b_setSC(2202)# I need help with the scale!
|
|||
|
base.localAvatar.b_setSC(2203)# You need to stun the Cogs.
|
|||
|
base.localAvatar.b_setSC(2204)# I will stun the Cogs.
|
|||
|
base.localAvatar.b_setSC(2205)# I need help with the Cogs!
|
|||
|
base.localAvatar.b_setSC(2206)# I need more evidence!
|
|||
|
base.localAvatar.b_setSC(2207)# I'm shooting for chairs in the top row.
|
|||
|
base.localAvatar.b_setSC(2208)# I'm shooting for chairs in the bottom row.
|
|||
|
base.localAvatar.b_setSC(2209)# Move out of the way! We can't hit the pan.
|
|||
|
base.localAvatar.b_setSC(2210)# I'll do Toon-Ups for us.
|
|||
|
base.localAvatar.b_setSC(2211)# I don't have any bonus weight.
|
|||
|
base.localAvatar.b_setSC(2212)# I have a bonus weight of 1.
|
|||
|
base.localAvatar.b_setSC(2213)# I have a bonus weight of 2.
|
|||
|
base.localAvatar.b_setSC(2214)# I have a bonus weight of 3.
|
|||
|
base.localAvatar.b_setSC(2215)# I have a bonus weight of 4.
|
|||
|
base.localAvatar.b_setSC(2216)# I have a bonus weight of 5.
|
|||
|
base.localAvatar.b_setSC(2217)# I have a bonus weight of 6.
|
|||
|
base.localAvatar.b_setSC(2218)# I have a bonus weight of 7.
|
|||
|
base.localAvatar.b_setSC(2219)# I have a bonus weight of 8.
|
|||
|
base.localAvatar.b_setSC(2220)# I have a bonus weight of 9.
|
|||
|
base.localAvatar.b_setSC(2221)# I have a bonus weight of 10.
|
|||
|
base.localAvatar.b_setSC(2222)# I have a bonus weight of 11.
|
|||
|
base.localAvatar.b_setSC(2223)# I have a bonus weight of 12.
|
|||
|
base.localAvatar.b_setSC(2300)# You feed the Cogs on the left.
|
|||
|
base.localAvatar.b_setSC(2301)# I'll feed the Cogs on the left.
|
|||
|
base.localAvatar.b_setSC(2302)# You feed the Cogs on the right.
|
|||
|
base.localAvatar.b_setSC(2303)# I'll feed the Cogs on the right.
|
|||
|
base.localAvatar.b_setSC(2304)# You feed the Cogs on the front.
|
|||
|
base.localAvatar.b_setSC(2305)# I'll feed the Cogs on the front.
|
|||
|
base.localAvatar.b_setSC(2306)# You feed the Cogs on the back.
|
|||
|
base.localAvatar.b_setSC(2307)# I'll feed the Cogs on the back.
|
|||
|
base.localAvatar.b_setSC(2308)# You use the seltzer bottle.
|
|||
|
base.localAvatar.b_setSC(2309)# I'll use the seltzer bottle.
|
|||
|
base.localAvatar.b_setSC(2310)# You use the golf tee.
|
|||
|
base.localAvatar.b_setSC(2311)# I'll use the golf tee.
|
|||
|
base.localAvatar.b_setSC(2312)# I'll serve this table.
|
|||
|
base.localAvatar.b_setSC(2313)# Can you serve this table?
|
|||
|
base.localAvatar.b_setSC(2314)# Feed the same cog again.
|
|||
|
base.localAvatar.b_setSC(2315)# Hurry, your cog is hungry!
|
|||
|
base.localAvatar.b_setSC(2316)# Please save the snacks for sadder toons.
|
|||
|
base.localAvatar.b_setSC(2317)# Take the snacks before they fall.
|
|||
|
base.localAvatar.b_setSC(3600)# Which track do you want to race on?
|
|||
|
base.localAvatar.b_setSC(3601)# Pick a track!
|
|||
|
base.localAvatar.b_setSC(3602)# Can we race on a different track?
|
|||
|
base.localAvatar.b_setSC(3603)# Let's pick a different track!
|
|||
|
base.localAvatar.b_setSC(4000)# Let's play minigolf!
|
|||
|
base.localAvatar.b_setSC(4001)# Let's play again!
|
|||
|
base.localAvatar.b_setSC(4002)# Want to golf?
|
|||
|
base.localAvatar.b_setSC(4100)# Let's play 'Walk In The Par.'
|
|||
|
base.localAvatar.b_setSC(4101)# Let's play 'Hole Some Fun.'
|
|||
|
base.localAvatar.b_setSC(4102)# Let's play 'The Hole Kit and Caboodle.'
|
|||
|
base.localAvatar.b_setSC(4103)# That course is too easy.
|
|||
|
base.localAvatar.b_setSC(4104)# That course is too hard.
|
|||
|
base.localAvatar.b_setSC(4105)# That course is just right.
|
|||
|
base.localAvatar.b_setSC(4200)# Try standing more to the left.
|
|||
|
base.localAvatar.b_setSC(4201)# Try standing more to the right.
|
|||
|
base.localAvatar.b_setSC(4202)# Try standing right in the middle.
|
|||
|
base.localAvatar.b_setSC(4203)# Try hitting it harder.
|
|||
|
base.localAvatar.b_setSC(4204)# Try hitting it softer.
|
|||
|
base.localAvatar.b_setSC(4205)# Try aiming more to the left.
|
|||
|
base.localAvatar.b_setSC(4206)# Try aiming more to the right.
|
|||
|
base.localAvatar.b_setSC(4207)# Try aiming right down the middle.
|
|||
|
base.localAvatar.b_setSC(4300)# So close!
|
|||
|
base.localAvatar.b_setSC(4301)# What a great shot!
|
|||
|
base.localAvatar.b_setSC(4302)# That was a lucky shot.
|
|||
|
base.localAvatar.b_setSC(4303)# I'll take a mulligan...
|
|||
|
base.localAvatar.b_setSC(4304)# That's a gimme.
|
|||
|
base.localAvatar.b_setSC(4305)# Fore!
|
|||
|
base.localAvatar.b_setSC(4306)# Shhhh!
|
|||
|
base.localAvatar.b_setSC(4307)# Good game!
|
|||
|
base.localAvatar.b_setSC(5100)# Let's go to the Front Three.
|
|||
|
base.localAvatar.b_setSC(5101)# Let's go to the Middle Six.
|
|||
|
base.localAvatar.b_setSC(5102)# Let's go to the Back Nine.
|
|||
|
base.localAvatar.b_setSC(5103)# Let's go to the C.E.O. Battle.
|
|||
|
base.localAvatar.b_setSC(5104)# Let's go to the Senior V.P Battle.
|
|||
|
base.localAvatar.b_setSC(5105)# Let's go to the Front Entrance.
|
|||
|
base.localAvatar.b_setSC(5106)# Let's go to the Side Entrance.
|
|||
|
base.localAvatar.b_setSC(5107)# Let's go to the Coin Mint.
|
|||
|
base.localAvatar.b_setSC(5108)# Let's go to the Dollar Mint.
|
|||
|
base.localAvatar.b_setSC(5109)# Let's go to the Bullion Mint.
|
|||
|
base.localAvatar.b_setSC(5110)# Let's go to the C.F.O. Battle.
|
|||
|
base.localAvatar.b_setSC(5111)# Let's go to the Chief Justice Battle.
|
|||
|
base.localAvatar.b_setSC(5112)# Let's go to the Lawbot A Office.
|
|||
|
base.localAvatar.b_setSC(5113)# Let's go to the Lawbot B Office.
|
|||
|
base.localAvatar.b_setSC(5114)# Let's go to the Lawbot C Office.
|
|||
|
base.localAvatar.b_setSC(5115)# Let's go to the Lawbot D Office.
|
|||
|
base.localAvatar.b_setSC(5200)# We're going to the Front Three.
|
|||
|
base.localAvatar.b_setSC(5201)# We're going to the Middle Six.
|
|||
|
base.localAvatar.b_setSC(5202)# We're going to the Back Nine.
|
|||
|
base.localAvatar.b_setSC(5203)# We're going to the C.E.O. Battle.
|
|||
|
base.localAvatar.b_setSC(5204)# We're going to the Senior V.P Battle.
|
|||
|
base.localAvatar.b_setSC(5205)# We're going to the Front Entrance.
|
|||
|
base.localAvatar.b_setSC(5206)# We're going to the Side Entrance.
|
|||
|
base.localAvatar.b_setSC(5207)# We're going to the Coin Mint.
|
|||
|
base.localAvatar.b_setSC(5208)# We're going to the Dollar Mint.
|
|||
|
base.localAvatar.b_setSC(5209)# We're going to the Bullion Mint.
|
|||
|
base.localAvatar.b_setSC(5210)# We're going to the C.F.O. Battle.
|
|||
|
base.localAvatar.b_setSC(5211)# We're going to the Chief Justice Battle.
|
|||
|
base.localAvatar.b_setSC(5212)# We're going to the Lawbot A Office.
|
|||
|
base.localAvatar.b_setSC(5213)# We're going to the Lawbot B Office.
|
|||
|
base.localAvatar.b_setSC(5214)# We're going to the Lawbot C Office.
|
|||
|
base.localAvatar.b_setSC(5215)# We're going to the Lawbot D Office.
|
|||
|
base.localAvatar.b_setSC(3200)# Where do you want to race?
|
|||
|
base.localAvatar.b_setSC(3201)# Let's pick a different track.
|
|||
|
base.localAvatar.b_setSC(3300)# Wow! You are FAST!
|
|||
|
base.localAvatar.b_setSC(3301)# You're too fast for me!
|
|||
|
base.localAvatar.b_setSC(3400)# Too scared to race me?
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#Smile Code
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part2():
|
|||
|
base.localAvatar.setCheesyEffect(13, 0, 0)
|
|||
|
def part3():
|
|||
|
base.localAvatar.setCheesyEffect(0, 0, 0)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
#Looping codes
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def big():
|
|||
|
base.localAvatar.setCheesyEffect(13, 0, 0)
|
|||
|
def normal():
|
|||
|
base.localAvatar.setCheesyEffect(0, 0, 0)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(big))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(normal))
|
|||
|
seq.append(Wait(2)
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
#Black cat client sided
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/head-short').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-short').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/head-long').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/head-front-long').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/ears-short').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/ears-long').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setColor(0.35,0.35,0.3)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setColor(0.35,0.35,0.3)
|
|||
|
|
|||
|
#ScientistEmcee talk
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
base.talkAssistant.sendOpenTalk('Congratulations Toons!')
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('You all successfully held off the Cog Invasions...')
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('With a little help from our newly animated friends...')
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('And brought Toontown back to its usual silly self!')
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('We hope to get the Silly Meter rising again soon...')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('So in the meantime, keep up the Cog fight...')
|
|||
|
def part7():
|
|||
|
base.talkAssistant.sendOpenTalk('And enjoy the silliest place ever, Toontown!')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
#Server side cream pies
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def id():
|
|||
|
base.cr.sendSetZoneMsg(2513)
|
|||
|
def play():
|
|||
|
messenger.send('kickToPlayground', [1])
|
|||
|
from toontown.shtiker.MapPage import MapPage
|
|||
|
gohome = MapPage()
|
|||
|
gohome.goHome()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(id))
|
|||
|
seq.append(Wait(2))
|
|||
|
seq.append(Func(play))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
#teleport to funny farms
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def tptohole():
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
def id():
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
def tpfromhole():
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(tptohole))
|
|||
|
seq.append(Wait(4.0))
|
|||
|
seq.append(Func(id))
|
|||
|
seq.append(Wait(2.0))
|
|||
|
seq.append(Func(tpfromhole))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
toon troop hat:
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
ttHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
ttHat.reparentTo(localAvatar)
|
|||
|
ttHat.setZ(4)
|
|||
|
ttHat.setColorScale(25)
|
|||
|
ttHatSpin = ttHat.find('**/whistleIcon').hprInterval(3, Vec3(360, 0, 0))
|
|||
|
ttHatSpin.loop()
|
|||
|
|
|||
|
The Hotkeys(Mostly client)
|
|||
|
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Index(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f1',self.Index)
|
|||
|
def Index(self):
|
|||
|
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
base.localAvatar.setSystemMessage(0, 'This is your Cog Nation disguise, use it to get into the Chairmans Castle!')
|
|||
|
i = Index()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Index(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f2',self.Index)
|
|||
|
def Index(self):
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
base.localAvatar.setSystemMessage(0, 'This is your Cog Nation disguise, use it to get into the Chairmans Castle!')
|
|||
|
i = Index()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Index(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f3',self.Index)
|
|||
|
def Index(self):
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
base.localAvatar.setSystemMessage(0, 'This is your Cog Nation disguise, use it to get into the Chairmans Castle!')
|
|||
|
i = Index()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Index(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f4',self.Index)
|
|||
|
def Index(self):
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
base.localAvatar.setSystemMessage(0, 'This is your Cog Nation disguise, use it to get into the Chairmans Castle!')
|
|||
|
i = Index()
|
|||
|
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Index(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f5',self.Index)
|
|||
|
def Index(self):
|
|||
|
base.localAvatar.setCogIndex(-1)
|
|||
|
base.localAvatar.setSystemMessage(0, 'Cog Nation Disguise is Off.')
|
|||
|
i = Index()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Index(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f6',self.Index)
|
|||
|
def Index(self):
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_sellbotCrusher.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shorts_sellbotCrusher.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_sellbotCrusher.jpg")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
base.localAvatar.setName(('RESISTANCE RANGER Yes'))
|
|||
|
base.localAvatar.setSystemMessage(0, 'RESISTANCE RANGER Yes')
|
|||
|
i = Index()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f7',self.Control)
|
|||
|
def Control(self):
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
base.localAvatar.setSystemMessage(0, 'Membership Activated')
|
|||
|
c = Control()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f8',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
base.localAvatar.setSystemMessage(0, 'Gloabal Teleport Activated')
|
|||
|
c = Control()
|
|||
|
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f9',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
base.localAvatar.setSystemMessage(0, 'ScareCrow do in TTC ONLY!')
|
|||
|
c = Control()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f10',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.setSCResistance(201, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(1, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(100, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(101, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(102, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(103, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(104, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(105, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(106, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSCResistance(107, nearbyToons=[286531738, 235326465])
|
|||
|
base.localAvatar.setSystemMessage(0, 'Many unite given!')
|
|||
|
c = Control()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f11',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setSystemMessage(0, 'Collisions off')
|
|||
|
c = Control()
|
|||
|
|
|||
|
from direct.showbase import DirectObject
|
|||
|
class Control(DirectObject.DirectObject):
|
|||
|
def __init__(self):
|
|||
|
self.accept('f12',self.Control)
|
|||
|
def Control(self):
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
base.localAvatar.setSystemMessage(0, 'Collisions on')
|
|||
|
c = Control()
|
|||
|
_________________________________________________________________________
|
|||
|
f1 :Bossbot suit
|
|||
|
f2:Lawbot suit
|
|||
|
f3:Cashbot Suit
|
|||
|
f4: Sellbot
|
|||
|
f5: take off suit
|
|||
|
f6:RESISTANCE RANGER CLOTHING
|
|||
|
f7:Membership
|
|||
|
f8:Global teleports
|
|||
|
f9:SCARE CROW ITS A SERVER CLIENT WHICH MEANS THE SERVER CAN SEE BUT U CANT SEE DO IN TOONTOWN CENTRAL ONLY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|||
|
f10: Every unite
|
|||
|
f11:Collisions off
|
|||
|
f!2:Collisions on
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
environ = loader.loadModel("phase_3/models/props/arrow.bam")
|
|||
|
environ = loader.loadModel("phase_9/models/parties/rocket_model.bam")
|
|||
|
environ = loader.loadModel("phase_12/models/bossbotHQ/BB_Inside_Elevator.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/CashBotSafe.bam")
|
|||
|
environ = loader.loadModel("phase_9/models/cogHQ/cog_sky.bam")
|
|||
|
environ = loader.loadModel("phase_9/models/cogHQ/square_stomper.bam")
|
|||
|
environ = loader.loadModel("phase_9/models/cogHQ/CogDoor_Button.bam")
|
|||
|
environ = loader.loadModel("phase_11/models/lawbotHQ/JuryBoxChair.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/cogPieArena_model.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/grass.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/partyLeverStick.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/partyCatchTree.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/trampolineGUI.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/rocket_launch.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/partyTugOfWar.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/GoldBar.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/pipes_E.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/VaultDoorCover.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/CBCoin1.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/MoneyBag.bam")
|
|||
|
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/shelf_A1MoneyBags.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/boiler_A1.bam")
|
|||
|
environ = loader.loadModel("phase_10/models/cashbotHQ/boiler_A2.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/danceFloor.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/partyGrounds.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/trampoline_model.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/cogPinata_actor.bam")
|
|||
|
environ = loader.loadModel("phase_13/models/parties/partyReskins.bam")
|
|||
|
environ = loader.loadModel("phase_3.5/models/modules/chair.bam")
|
|||
|
environ = loader.loadModel("phase_3.5/models/modules/coatrack.bam")
|
|||
|
environ = loader.loadModel("phase_3.5/models/modules/walls_basement.bam")
|
|||
|
environ = loader.loadModel("phase_3.5/models/modules/wood_fence.bam")
|
|||
|
environ = loader.loadModel("phase_3.5/models/modules/counterShort.bam")
|
|||
|
environ = loader.loadModel("phase_3/props/cog_icons.bam")
|
|||
|
|
|||
|
base.cr.sendSetZoneMsg(215192)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
environ = loader.loadModel("phase_4/models/minigames/tag_arena.bam")
|
|||
|
environ.reparentTo(render)
|
|||
|
environ.setPos(0,0,99)
|
|||
|
environ.setHpr(0,0,0)
|
|||
|
environ.setScale(2)
|
|||
|
|
|||
|
|
|||
|
G = loader.loadModel("phase_4/models/modules/gazebo.bam")
|
|||
|
G.reparentTo(render)
|
|||
|
G.setPos(5,53,99)
|
|||
|
G.setHpr(0,0,0)
|
|||
|
G.setScale(1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
F = loader.loadModel("phase_4/models/props/toontown_central_fountain.bam")
|
|||
|
F.reparentTo(render)
|
|||
|
F.setPos(90,-60,99)
|
|||
|
F.setHpr(0,0,0)
|
|||
|
F.setScale(1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
F2 = loader.loadModel("phase_4/models/props/toontown_central_fountain.bam")
|
|||
|
F2.reparentTo(render)
|
|||
|
F2.setPos(-90,-60,99)
|
|||
|
F2.setHpr(0,0,0)
|
|||
|
F2.setScale(1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
TH = loader.loadModel("phase_4/models/modules/toonhall.bam")
|
|||
|
TH.reparentTo(render)
|
|||
|
TH.setPos(40,130,99)
|
|||
|
TH.setHpr(0,0,0)
|
|||
|
TH.setScale(0.7)
|
|||
|
|
|||
|
|
|||
|
TH2 = loader.loadModel("phase_4/models/modules/toonhall.bam")
|
|||
|
TH2.reparentTo(render)
|
|||
|
TH2.setPos(-70,130,99)
|
|||
|
TH2.setHpr(0,0,0)
|
|||
|
TH2.setScale(0.7)
|
|||
|
|
|||
|
table = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table.reparentTo(render)
|
|||
|
table.setPos(70,-27,99)
|
|||
|
table.setHpr(0,0,0)
|
|||
|
table.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
table2 = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table2.reparentTo(render)
|
|||
|
table2.setPos(70,27,99)
|
|||
|
table2.setHpr(0,0,0)
|
|||
|
table2.setScale(0.5)
|
|||
|
|
|||
|
table3 = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table3.reparentTo(render)
|
|||
|
table3.setPos(-70,27,99)
|
|||
|
table3.setHpr(0,0,0)
|
|||
|
table3.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
table4 = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table4.reparentTo(render)
|
|||
|
table4.setPos(-70,-27,99)
|
|||
|
table4.setHpr(0,0,0)
|
|||
|
table4.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
up = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up.reparentTo(render)
|
|||
|
up.setPos(0,-50,101)
|
|||
|
up.setHpr(0,0,0)
|
|||
|
up.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
up2 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up2.reparentTo(render)
|
|||
|
up2.setPos(0,-54,104)
|
|||
|
up2.setHpr(0,0,0)
|
|||
|
up2.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up3 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up3.reparentTo(render)
|
|||
|
up3.setPos(0,-58,106)
|
|||
|
up3.setHpr(0,0,0)
|
|||
|
up3.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
up4 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up4.reparentTo(render)
|
|||
|
up4.setPos(0,-62,108)
|
|||
|
up4.setHpr(0,0,0)
|
|||
|
up4.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
up5 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up5.reparentTo(render)
|
|||
|
up5.setPos(0,-66,110)
|
|||
|
up5.setHpr(0,0,0)
|
|||
|
up5.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up6 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up6.reparentTo(render)
|
|||
|
up6.setPos(0,-70,112)
|
|||
|
up6.setHpr(0,0,0)
|
|||
|
up6.setScale(0.5)
|
|||
|
|
|||
|
up7 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up7.reparentTo(render)
|
|||
|
up7.setPos(0,-74,114)
|
|||
|
up7.setHpr(0,0,0)
|
|||
|
up7.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up8 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up8.reparentTo(render)
|
|||
|
up8.setPos(0,-78,116)
|
|||
|
up8.setHpr(0,0,0)
|
|||
|
up8.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up9 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up9.reparentTo(render)
|
|||
|
up9.setPos(0,-82,118)
|
|||
|
up9.setHpr(0,0,0)
|
|||
|
up9.setScale(0.5)
|
|||
|
|
|||
|
up10 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up10.reparentTo(render)
|
|||
|
up10.setPos(0,-86,120)
|
|||
|
up10.setHpr(0,0,0)
|
|||
|
up10.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up11 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up11.reparentTo(render)
|
|||
|
up11.setPos(0,-200,124)
|
|||
|
up11.setHpr(0,0,0)
|
|||
|
up11.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up12 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up12.reparentTo(render)
|
|||
|
up12.setPos(0,-204,128)
|
|||
|
up12.setHpr(0,0,0)
|
|||
|
up12.setScale(0.5)
|
|||
|
|
|||
|
up12 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up12.reparentTo(render)
|
|||
|
up12.setPos(0,-208,132)
|
|||
|
up12.setHpr(0,0,0)
|
|||
|
up12.setScale(0.5)
|
|||
|
|
|||
|
up13 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up13.reparentTo(render)
|
|||
|
up13.setPos(0,-212,136)
|
|||
|
up13.setHpr(0,0,0)
|
|||
|
up13.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up14 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up14.reparentTo(render)
|
|||
|
up14.setPos(0,-216,140)
|
|||
|
up14.setHpr(0,0,0)
|
|||
|
up14.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up15 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up15.reparentTo(render)
|
|||
|
up15.setPos(0,-220,144)
|
|||
|
up15.setHpr(0,0,0)
|
|||
|
up15.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up16 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up16.reparentTo(render)
|
|||
|
up16.setPos(0,-224,148)
|
|||
|
up16.setHpr(0,0,0)
|
|||
|
up16.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up17 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up17.reparentTo(render)
|
|||
|
up17.setPos(0,-228,152)
|
|||
|
up17.setHpr(0,0,0)
|
|||
|
up17.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up18 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up18.reparentTo(render)
|
|||
|
up18.setPos(0,-232,152)
|
|||
|
up18.setHpr(0,0,0)
|
|||
|
up18.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up19 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up19.reparentTo(render)
|
|||
|
up19.setPos(0,-236,152)
|
|||
|
up19.setHpr(0,0,0)
|
|||
|
up19.setScale(0.5)
|
|||
|
|
|||
|
up20 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up20.reparentTo(render)
|
|||
|
up20.setPos(0,-250,152)
|
|||
|
up20.setHpr(0,0,0)
|
|||
|
up20.setScale(0.5)
|
|||
|
|
|||
|
up21 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up21.reparentTo(render)
|
|||
|
up21.setPos(0,-260,148)
|
|||
|
up21.setHpr(0,0,0)
|
|||
|
up21.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up22 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up22.reparentTo(render)
|
|||
|
up22.setPos(0,-270,144)
|
|||
|
up22.setHpr(0,0,0)
|
|||
|
up22.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up23 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up23.reparentTo(render)
|
|||
|
up23.setPos(0,-280,140)
|
|||
|
up23.setHpr(0,0,0)
|
|||
|
up23.setScale(0.5)
|
|||
|
|
|||
|
up24 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up24.reparentTo(render)
|
|||
|
up24.setPos(0,-290,136)
|
|||
|
up24.setHpr(0,0,0)
|
|||
|
up24.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up25 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up25.reparentTo(render)
|
|||
|
up25.setPos(0,-300,132)
|
|||
|
up25.setHpr(0,0,0)
|
|||
|
up25.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
up26 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up26.reparentTo(render)
|
|||
|
up26.setPos(0,-310,128)
|
|||
|
up26.setHpr(0,0,0)
|
|||
|
up26.setScale(0.5)
|
|||
|
|
|||
|
up27 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up27.reparentTo(render)
|
|||
|
up27.setPos(0,-320,124)
|
|||
|
up27.setHpr(0,0,0)
|
|||
|
up27.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
room1 = loader.loadModel("phase_10/models/cashbotHQ/ZONE15a.bam")
|
|||
|
room1.reparentTo(render)
|
|||
|
room1.setPos(0,-135,121)
|
|||
|
room1.setHpr(90,0,0)
|
|||
|
room1.setScale(1.1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
door1 = loader.loadModel("phase_10/models/cashbotHQ/DoorFrame.bam")
|
|||
|
door1.reparentTo(render)
|
|||
|
door1.setPos(0,-163,121)
|
|||
|
door1.setHpr(0,0,0)
|
|||
|
door1.setScale(0.6)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
room2 = loader.loadModel("phase_12/models/bossbotHQ/BanquetInterior_1.bam")
|
|||
|
room2.reparentTo(render)
|
|||
|
room2.setPos(0,-233,121)
|
|||
|
room2.setHpr(180,0,0)
|
|||
|
room2.setScale(0.6)
|
|||
|
|
|||
|
|
|||
|
trampoline3=loader.loadModel("phase_13/models/parties/trampoline_model.bam")
|
|||
|
trampoline3.reparentTo(render)
|
|||
|
trampoline3.setPos(-40,-430,121)
|
|||
|
|
|||
|
trampoline2=loader.loadModel("phase_13/models/parties/trampoline_model.bam")
|
|||
|
trampoline2.reparentTo(render)
|
|||
|
trampoline2.setPos(0,-430,121)
|
|||
|
|
|||
|
trampoline=loader.loadModel("phase_13/models/parties/trampoline_model.bam")
|
|||
|
trampoline.reparentTo(render)
|
|||
|
trampoline.setPos(40,-430,121)
|
|||
|
|
|||
|
|
|||
|
dancefloor=loader.loadModel("phase_13/models/parties/danceFloor.bam")
|
|||
|
dancefloor.reparentTo(render)
|
|||
|
dancefloor.setPos(-40,-310,121)
|
|||
|
carouselSpin=dancefloor.hprInterval(20, Vec3(360, 0, 0))
|
|||
|
carouselSpin.loop()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
merrygoround=loader.loadModel("phase_13/models/parties/partyMerryGoRound.bam")
|
|||
|
merrygoround.reparentTo(render)
|
|||
|
merrygoround.setPos(-50,-400,121)
|
|||
|
merrygoround.setScale(1)
|
|||
|
carouselSpin = merrygoround.hprInterval(2, Vec3(360, 0, 0))
|
|||
|
carouselSpin.loop()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
e = loader.loadModel("phase_9/models/cogHQ/Elevator.bam")
|
|||
|
e.reparentTo(render)
|
|||
|
e.setHpr(0,0,0)
|
|||
|
e.setPos(-20,57.688,0.034)
|
|||
|
pandaPosInterval22 = e.posInterval(13,Point3(-20,57.688,0.034),
|
|||
|
startPos=Point3(-20,57.688,100))
|
|||
|
pandaPosInterval33 = e.posInterval(13,Point3(-20,57.688,100),
|
|||
|
startPos=Point3(-20,57.688,0.034))
|
|||
|
pandaHprInterval11 = e.hprInterval(3,Point3(0,0,0),
|
|||
|
startHpr=Point3(0, 0, 0))
|
|||
|
pandaHprInterval22 = e.hprInterval(3,Point3(0, 0, 0),
|
|||
|
startHpr=Point3(0, 0, 0))
|
|||
|
pandaPace = Sequence(pandaPosInterval22,
|
|||
|
pandaHprInterval11,
|
|||
|
pandaPosInterval33,
|
|||
|
pandaHprInterval22,
|
|||
|
name="pandaPace")
|
|||
|
pandaPace.loop()
|
|||
|
e.find('**/wall_back').removeNode()
|
|||
|
e.find('**/wall_front').removeNode()
|
|||
|
c = loader.loadModel("phase_9/models/cogHQ/Elevator.bam")
|
|||
|
c.setPos(-9.98,139.11,117.38)
|
|||
|
c.setHpr(0,340.30,0)
|
|||
|
c.hide()
|
|||
|
c.reparentTo(render)
|
|||
|
c.find('**/wall_back').removeNode()
|
|||
|
c.find('**/wall_front').removeNode()
|
|||
|
c.find('**/wall_left').removeNode()
|
|||
|
c.find('**/wall_right').removeNode()
|
|||
|
c.find('**/ceiling').removeNode()
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
e = loader.loadModel("phase_9/models/cogHQ/Elevator.bam")
|
|||
|
e.reparentTo(render)
|
|||
|
e.setHpr(0,0,0)
|
|||
|
e.setPos(29,-8,4)
|
|||
|
pandaPosInterval22 = e.posInterval(13,Point3(29,-8,4),
|
|||
|
startPos=Point3(29,-8,40))
|
|||
|
pandaPosInterval33 = e.posInterval(13,Point3(29,-8,40),
|
|||
|
startPos=Point3(29,-8,4))
|
|||
|
pandaHprInterval11 = e.hprInterval(3,Point3(0,0,0),
|
|||
|
startHpr=Point3(0, 0, 0))
|
|||
|
pandaHprInterval22 = e.hprInterval(3,Point3(0, 0, 0),
|
|||
|
startHpr=Point3(0, 0, 0))
|
|||
|
pandaPace = Sequence(pandaPosInterval22,
|
|||
|
pandaHprInterval11,
|
|||
|
pandaPosInterval33,
|
|||
|
pandaHprInterval22,
|
|||
|
name="pandaPace")
|
|||
|
pandaPace.loop()
|
|||
|
e.find('**/wall_back').removeNode()
|
|||
|
e.find('**/wall_front').removeNode()
|
|||
|
|
|||
|
VaultLobby = loader.loadModel("phase_10/models/cashbotHQ/ZONE17a.bam")
|
|||
|
VaultLobby.reparentTo(render)
|
|||
|
VaultLobby.setPos(29,13,40)
|
|||
|
VaultLobby.setColor(0.95,0.29,0.69)
|
|||
|
|
|||
|
zone2 = loader.loadModel("phase_10/models/cashbotHQ/ZONE03a.bam")
|
|||
|
zone2.reparentTo(render)
|
|||
|
zone2.setPos(-15,-84.5,40)
|
|||
|
zone2.setHpr(270,0,0)
|
|||
|
zone2.setColor(0.95,0.29,0.69)
|
|||
|
|
|||
|
desk1 = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
desk1.reparentTo(render)
|
|||
|
desk1.setPos(-16,-85,40)
|
|||
|
desk1.setScale(.7)
|
|||
|
desk1.setHpr(45,0,0)
|
|||
|
desk1.setColor(0.69,0.29,0.95)
|
|||
|
|
|||
|
bldg1 = loader.loadModel("phase_4/models/modules/suit_landmark_corp.bam")
|
|||
|
bldg1.reparentTo(render)
|
|||
|
bldg1.setPos(15,350,40)
|
|||
|
|
|||
|
paint1 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint1.reparentTo(render)
|
|||
|
paint1.setPos(29,125,40)
|
|||
|
paint1.setHpr(0,0,0)
|
|||
|
paint1.setScale(2)
|
|||
|
|
|||
|
paint2 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint2.reparentTo(render)
|
|||
|
paint2.setPos(29,135,40)
|
|||
|
paint2.setHpr(0,0,0)
|
|||
|
paint2.setScale(2)
|
|||
|
|
|||
|
paint3 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint3.reparentTo(render)
|
|||
|
paint3.setPos(29,145,40)
|
|||
|
paint3.setHpr(0,0,0)
|
|||
|
paint3.setScale(2)
|
|||
|
|
|||
|
paint4 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint4.reparentTo(render)
|
|||
|
paint4.setPos(29,155,40)
|
|||
|
paint4.setHpr(0,0,0)
|
|||
|
paint4.setScale(2)
|
|||
|
|
|||
|
paint5 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint5.reparentTo(render)
|
|||
|
paint5.setPos(29,165,40)
|
|||
|
paint5.setHpr(0,0,0)
|
|||
|
paint5.setScale(2)
|
|||
|
|
|||
|
paint6 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint6.reparentTo(render)
|
|||
|
paint6.setPos(29,175,40)
|
|||
|
paint6.setHpr(0,0,0)
|
|||
|
paint6.setScale(2)
|
|||
|
|
|||
|
paint7 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint7.reparentTo(render)
|
|||
|
paint7.setPos(29,185,40)
|
|||
|
paint7.setHpr(0,0,0)
|
|||
|
paint7.setScale(2)
|
|||
|
|
|||
|
paint8 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint8.reparentTo(render)
|
|||
|
paint8.setPos(29,195,40)
|
|||
|
paint8.setHpr(0,0,0)
|
|||
|
paint8.setScale(2)
|
|||
|
|
|||
|
paint9 = loader.loadModel('phase_9/models/cogHQ/PaintMixer.bam')
|
|||
|
paint9.reparentTo(render)
|
|||
|
paint9.setPos(29,205,40)
|
|||
|
paint9.setHpr(0,0,0)
|
|||
|
paint9.setScale(2)
|
|||
|
|
|||
|
|
|||
|
mickey1 = Actor("phase_3/models/char/mickey-1200.bam",{"wait":"phase_3/models/char/mickey-wait.bam"})
|
|||
|
mickey1.reparentTo(render)
|
|||
|
mickey1.loop("wait")
|
|||
|
mickey1.setPos(30,270,40)
|
|||
|
mickey1.setHpr(180,0,0)
|
|||
|
mickey1.setScale(3)
|
|||
|
mickey1.setColor(0.23,1,0.005)
|
|||
|
|
|||
|
minnie1 = Actor("phase_3/models/char/minnie-1200.bam",{"wait":"phase_3/models/char/minnie-wait.bam"})
|
|||
|
minnie1.reparentTo(render)
|
|||
|
minnie1.loop("wait")
|
|||
|
minnie1.setPos(40,270,40)
|
|||
|
minnie1.setHpr(180,0,0)
|
|||
|
minnie1.setScale(5)
|
|||
|
minnie1.setColor(0.5,0,0)
|
|||
|
|
|||
|
minnie2 = Actor("phase_3/models/char/minnie-1200.bam",{"wait":"phase_3/models/char/minnie-wait.bam"})
|
|||
|
minnie2.reparentTo(render)
|
|||
|
minnie2.loop("wait")
|
|||
|
minnie2.setPos(20,270,40)
|
|||
|
minnie2.setHpr(180,0,0)
|
|||
|
minnie2.setScale(5)
|
|||
|
minnie2.setColor(0.5,0,0)
|
|||
|
|
|||
|
music1 = loader.loadModel("phase_6/models/props/music_treasure.bam")
|
|||
|
music1.reparentTo(render)
|
|||
|
music1.setPos(25,261,40)
|
|||
|
|
|||
|
bldg1 = loader.loadModel("phase_7/models/modules/boss_suit_office.bam")
|
|||
|
bldg1.reparentTo(render)
|
|||
|
bldg1.setPos(30,280,40)
|
|||
|
bldg1.setColor(1,1,0)
|
|||
|
|
|||
|
gb1 = loader.loadModel("phase_10/models/cashbotHQ/GoldBarStack.bam")
|
|||
|
gb1.reparentTo(render)
|
|||
|
gb1.setPos(30,280,40)
|
|||
|
gb1.setScale(1.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
|
|||
|
|
|||
|
cake=Actor("phase_5/models/props/birthday-cake-mod.bam",
|
|||
|
{"walk":"phase_5/models/props/birthday-cake-chan.bam"})
|
|||
|
|
|||
|
#Loopitsanimation.
|
|||
|
cake.loop("walk")
|
|||
|
cake.reparentTo(render)
|
|||
|
cake.setScale(0.9)
|
|||
|
cake.setPos(50,88,8.3)
|
|||
|
cake.setHpr(180,0,0)
|
|||
|
|
|||
|
|
|||
|
cogy=Actor("phase_13/models/parties/cogPinata_actor.bam",
|
|||
|
{"move":"phase_13/models/parties/cogPinata_idle_anim.bam"})
|
|||
|
|
|||
|
#Loopitsanimation.
|
|||
|
cogy.loop("move")
|
|||
|
cogy.reparentTo(render)
|
|||
|
cogy.setScale(0.7)
|
|||
|
cogy.setPos(20,140,5.6)
|
|||
|
cogy.setHpr(0,0,0)
|
|||
|
#meter.setPlayRate(1.3,'move')
|
|||
|
|
|||
|
cogy2=Actor("phase_13/models/parties/cogPinata_actor.bam",
|
|||
|
{"move":"phase_13/models/parties/cogPinata_idle_anim.bam"})
|
|||
|
|
|||
|
#Loopitsanimation.
|
|||
|
cogy2.loop("move")
|
|||
|
cogy2.reparentTo(render)
|
|||
|
cogy2.setScale(0.7)
|
|||
|
cogy2.setPos(-20,140,5.6)
|
|||
|
cogy2.setHpr(0,0,0)
|
|||
|
#meter.setPlayRate(1.3,'move')
|
|||
|
|
|||
|
|
|||
|
cogy3=Actor("phase_13/models/parties/cogPinata_actor.bam",
|
|||
|
{"move":"phase_13/models/parties/cogPinata_idle_anim.bam"})
|
|||
|
|
|||
|
cogy3.loop("move")
|
|||
|
cogy3.reparentTo(render)
|
|||
|
cogy3.setScale(0.7)
|
|||
|
cogy3.setPos(-25,140,5.6)
|
|||
|
cogy3.setHpr(0,0,0)
|
|||
|
|
|||
|
|
|||
|
cogy4=Actor("phase_13/models/parties/cogPinata_actor.bam",
|
|||
|
{"move":"phase_13/models/parties/cogPinata_idle_anim.bam"})
|
|||
|
|
|||
|
cogy4.loop("move")
|
|||
|
cogy4.reparentTo(render)
|
|||
|
cogy4.setScale(0.7)
|
|||
|
cogy4.setPos(25,140,5.6)
|
|||
|
cogy4.setHpr(0,0,0)
|
|||
|
|
|||
|
|
|||
|
meter=Actor("phase_4/models/props/tt_a_ara_ttc_sillyMeter_default.bam",
|
|||
|
{"move":"phase_4/models/props/tt_a_ara_ttc_sillyMeter_phaseFour.bam"})
|
|||
|
|
|||
|
meter.loop("move")
|
|||
|
meter.reparentTo(render)
|
|||
|
meter.setScale(1)
|
|||
|
meter.setPos(0,115,5.7)
|
|||
|
meter.setHpr(180,0,0)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
hydrant3=Actor("phase_8/models/char/tt_r_ara_dga_hydrant.bam",
|
|||
|
{"move":"phase_8/models/char/tt_a_ara_dga_hydrant_victoryDance.bam"})
|
|||
|
|
|||
|
|
|||
|
hydrant3.loop("move")
|
|||
|
hydrant3.reparentTo(render)
|
|||
|
hydrant3.setScale(1)
|
|||
|
hydrant3.setPos(20,5,5.7)
|
|||
|
|
|||
|
|
|||
|
hydrant4=Actor("phase_8/models/char/tt_r_ara_dga_hydrant.bam",
|
|||
|
{"move":"phase_8/models/char/tt_a_ara_dga_hydrant_victoryDance.bam"})
|
|||
|
|
|||
|
|
|||
|
hydrant4.loop("move")
|
|||
|
hydrant4.reparentTo(render)
|
|||
|
hydrant4.setScale(1)
|
|||
|
hydrant4.setPos(-20,5,5.7)
|
|||
|
|
|||
|
hydrant5=Actor("phase_8/models/char/tt_r_ara_ddl_hydrant.bam",
|
|||
|
{"move":"phase_8/models/char/tt_a_ara_ddl_hydrant_fightCheer.bam"})
|
|||
|
|
|||
|
hydrant5.loop("move")
|
|||
|
hydrant5.reparentTo(render)
|
|||
|
hydrant5.setScale(1)
|
|||
|
hydrant5.setPos(-43,80,5.7)
|
|||
|
|
|||
|
hydrant6=Actor("phase_8/models/char/tt_r_ara_ddl_hydrant.bam",
|
|||
|
{"move":"phase_8/models/char/tt_a_ara_ddl_hydrant_fightCheer.bam"})
|
|||
|
|
|||
|
hydrant6.loop("move")
|
|||
|
hydrant6.reparentTo(render)
|
|||
|
hydrant6.setScale(1)
|
|||
|
hydrant6.setPos(43,80,5.7)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
jukebox=Actor("phase_13/models/parties/jukebox_model.bam",
|
|||
|
{"move":"phase_13/models/parties/jukebox_dance.bam"})
|
|||
|
|
|||
|
#Loopitsanimation.
|
|||
|
jukebox.loop("move")
|
|||
|
jukebox.reparentTo(render)
|
|||
|
jukebox.setScale(1)
|
|||
|
jukebox.setPos(-210,120,3.525)
|
|||
|
jukebox.setHpr(55,0,0)
|
|||
|
|
|||
|
|
|||
|
environ = loader.loadModel("phase_4/models/minigames/tag_arena.bam")
|
|||
|
environ.reparentTo(render)
|
|||
|
environ.setPos(0,0,99)
|
|||
|
environ.setHpr(0,0,0)
|
|||
|
environ.setScale(2)
|
|||
|
|
|||
|
|
|||
|
G = loader.loadModel("phase_4/models/modules/gazebo.bam")
|
|||
|
G.reparentTo(render)
|
|||
|
G.setPos(5,53,99)
|
|||
|
G.setHpr(0,0,0)
|
|||
|
G.setScale(1)
|
|||
|
|
|||
|
|
|||
|
F = loader.loadModel("phase_4/models/props/toontown_central_fountain.bam")
|
|||
|
F.reparentTo(render)
|
|||
|
F.setPos(90,-60,99)
|
|||
|
F.setHpr(0,0,0)
|
|||
|
F.setScale(1)
|
|||
|
|
|||
|
|
|||
|
F2 = loader.loadModel("phase_4/models/props/toontown_central_fountain.bam")
|
|||
|
F2.reparentTo(render)
|
|||
|
F2.setPos(-90,-60,99)
|
|||
|
F2.setHpr(0,0,0)
|
|||
|
F2.setScale(1)
|
|||
|
|
|||
|
TH = loader.loadModel("phase_4/models/modules/toonhall.bam")
|
|||
|
TH.reparentTo(render)
|
|||
|
TH.setPos(40,130,99)
|
|||
|
TH.setHpr(0,0,0)
|
|||
|
TH.setScale(0.7)
|
|||
|
|
|||
|
TH2 = loader.loadModel("phase_4/models/modules/toonhall.bam")
|
|||
|
TH2.reparentTo(render)
|
|||
|
TH2.setPos(-70,130,99)
|
|||
|
TH2.setHpr(0,0,0)
|
|||
|
TH2.setScale(0.7)
|
|||
|
|
|||
|
table = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table.reparentTo(render)
|
|||
|
table.setPos(70,-27,99)
|
|||
|
table.setHpr(0,0,0)
|
|||
|
table.setScale(0.5)
|
|||
|
|
|||
|
table2 = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table2.reparentTo(render)
|
|||
|
table2.setPos(70,27,99)
|
|||
|
table2.setHpr(0,0,0)
|
|||
|
table2.setScale(0.5)
|
|||
|
|
|||
|
table3 = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table3.reparentTo(render)
|
|||
|
table3.setPos(-70,27,99)
|
|||
|
table3.setHpr(0,0,0)
|
|||
|
table3.setScale(0.5)
|
|||
|
|
|||
|
table4 = loader.loadModel("phase_12/models/bossbotHQ/BanquetTableChairs.bam")
|
|||
|
table4.reparentTo(render)
|
|||
|
table4.setPos(-70,-27,99)
|
|||
|
table4.setHpr(0,0,0)
|
|||
|
table4.setScale(0.5)
|
|||
|
|
|||
|
up = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up.reparentTo(render)
|
|||
|
up.setPos(0,-50,101)
|
|||
|
up.setHpr(0,0,0)
|
|||
|
up.setScale(0.5)
|
|||
|
|
|||
|
up2 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up2.reparentTo(render)
|
|||
|
up2.setPos(0,-54,104)
|
|||
|
up2.setHpr(0,0,0)
|
|||
|
up2.setScale(0.5)
|
|||
|
|
|||
|
up3 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up3.reparentTo(render)
|
|||
|
up3.setPos(0,-58,106)
|
|||
|
up3.setHpr(0,0,0)
|
|||
|
up3.setScale(0.5)
|
|||
|
|
|||
|
up4 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up4.reparentTo(render)
|
|||
|
up4.setPos(0,-62,108)
|
|||
|
up4.setHpr(0,0,0)
|
|||
|
up4.setScale(0.5)
|
|||
|
|
|||
|
up5 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up5.reparentTo(render)
|
|||
|
up5.setPos(0,-66,110)
|
|||
|
up5.setHpr(0,0,0)
|
|||
|
up5.setScale(0.5)
|
|||
|
|
|||
|
up6 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up6.reparentTo(render)
|
|||
|
up6.setPos(0,-70,112)
|
|||
|
up6.setHpr(0,0,0)
|
|||
|
up6.setScale(0.5)
|
|||
|
|
|||
|
up7 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up7.reparentTo(render)
|
|||
|
up7.setPos(0,-74,114)
|
|||
|
up7.setHpr(0,0,0)
|
|||
|
up7.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up8 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up8.reparentTo(render)
|
|||
|
up8.setPos(0,-78,116)
|
|||
|
up8.setHpr(0,0,0)
|
|||
|
up8.setScale(0.5)
|
|||
|
|
|||
|
up9 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up9.reparentTo(render)
|
|||
|
up9.setPos(0,-82,118)
|
|||
|
up9.setHpr(0,0,0)
|
|||
|
up9.setScale(0.5)
|
|||
|
|
|||
|
up10 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up10.reparentTo(render)
|
|||
|
up10.setPos(0,-86,120)
|
|||
|
up10.setHpr(0,0,0)
|
|||
|
up10.setScale(0.5)
|
|||
|
|
|||
|
up11 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up11.reparentTo(render)
|
|||
|
up11.setPos(0,-200,124)
|
|||
|
up11.setHpr(0,0,0)
|
|||
|
up11.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up12 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up12.reparentTo(render)
|
|||
|
up12.setPos(0,-204,128)
|
|||
|
up12.setHpr(0,0,0)
|
|||
|
up12.setScale(0.5)
|
|||
|
|
|||
|
up12 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up12.reparentTo(render)
|
|||
|
up12.setPos(0,-208,132)
|
|||
|
up12.setHpr(0,0,0)
|
|||
|
up12.setScale(0.5)
|
|||
|
|
|||
|
up13 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up13.reparentTo(render)
|
|||
|
up13.setPos(0,-212,136)
|
|||
|
up13.setHpr(0,0,0)
|
|||
|
up13.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up14 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up14.reparentTo(render)
|
|||
|
up14.setPos(0,-216,140)
|
|||
|
up14.setHpr(0,0,0)
|
|||
|
up14.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up15 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up15.reparentTo(render)
|
|||
|
up15.setPos(0,-220,144)
|
|||
|
up15.setHpr(0,0,0)
|
|||
|
up15.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up16 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up16.reparentTo(render)
|
|||
|
up16.setPos(0,-224,148)
|
|||
|
up16.setHpr(0,0,0)
|
|||
|
up16.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up17 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up17.reparentTo(render)
|
|||
|
up17.setPos(0,-228,152)
|
|||
|
up17.setHpr(0,0,0)
|
|||
|
up17.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up18 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up18.reparentTo(render)
|
|||
|
up18.setPos(0,-232,152)
|
|||
|
up18.setHpr(0,0,0)
|
|||
|
up18.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up19 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up19.reparentTo(render)
|
|||
|
up19.setPos(0,-236,152)
|
|||
|
up19.setHpr(0,0,0)
|
|||
|
up19.setScale(0.5)
|
|||
|
|
|||
|
up20 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up20.reparentTo(render)
|
|||
|
up20.setPos(0,-250,152)
|
|||
|
up20.setHpr(0,0,0)
|
|||
|
up20.setScale(0.5)
|
|||
|
|
|||
|
up21 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up21.reparentTo(render)
|
|||
|
up21.setPos(0,-260,148)
|
|||
|
up21.setHpr(0,0,0)
|
|||
|
up21.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up22 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up22.reparentTo(render)
|
|||
|
up22.setPos(0,-270,144)
|
|||
|
up22.setHpr(0,0,0)
|
|||
|
up22.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up23 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up23.reparentTo(render)
|
|||
|
up23.setPos(0,-280,140)
|
|||
|
up23.setHpr(0,0,0)
|
|||
|
up23.setScale(0.5)
|
|||
|
|
|||
|
up24 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up24.reparentTo(render)
|
|||
|
up24.setPos(0,-290,136)
|
|||
|
up24.setHpr(0,0,0)
|
|||
|
up24.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up25 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up25.reparentTo(render)
|
|||
|
up25.setPos(0,-300,132)
|
|||
|
up25.setHpr(0,0,0)
|
|||
|
up25.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
up26 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up26.reparentTo(render)
|
|||
|
up26.setPos(0,-310,128)
|
|||
|
up26.setHpr(0,0,0)
|
|||
|
up26.setScale(0.5)
|
|||
|
|
|||
|
up27 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up27.reparentTo(render)
|
|||
|
up27.setPos(0,-320,124)
|
|||
|
up27.setHpr(0,0,0)
|
|||
|
up27.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up28 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up28.reparentTo(render)
|
|||
|
up28.setPos(0,127,103)
|
|||
|
up28.setHpr(0,0,0)
|
|||
|
up28.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
room1 = loader.loadModel("phase_10/models/cashbotHQ/ZONE15a.bam")
|
|||
|
room1.reparentTo(render)
|
|||
|
room1.setPos(0,-135,121)
|
|||
|
room1.setHpr(90,0,0)
|
|||
|
room1.setScale(1.1)
|
|||
|
|
|||
|
|
|||
|
room3 = loader.loadModel("phase_9/models/cogHQ/BossRoomHQ.bam")
|
|||
|
room3.reparentTo(render)
|
|||
|
room3.setPos(0,308,96)
|
|||
|
room3.setHpr(180,0,0)
|
|||
|
room3.setScale(0.6)
|
|||
|
|
|||
|
shop1 = loader.loadModel("phase_8/models/modules/PetShopExterior_BR.bam")
|
|||
|
shop1.reparentTo(render)
|
|||
|
shop1.setPos(50,290,107)
|
|||
|
shop1.setHpr(180,0,0)
|
|||
|
shop1.setScale(0.6)
|
|||
|
|
|||
|
|
|||
|
shop2 = loader.loadModel("phase_8/models/modules/PetShopExterior_BR.bam")
|
|||
|
shop2.reparentTo(render)
|
|||
|
shop2.setPos(-50,290,107)
|
|||
|
shop2.setHpr(180,0,0)
|
|||
|
shop2.setScale(0.6)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
door1 = loader.loadModel("phase_10/models/cashbotHQ/DoorFrame.bam")
|
|||
|
door1.reparentTo(render)
|
|||
|
door1.setPos(0,-163,120)
|
|||
|
door1.setHpr(0,0,0)
|
|||
|
door1.setScale(0.6)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
room2 = loader.loadModel("phase_12/models/bossbotHQ/BanquetInterior_1.bam")
|
|||
|
room2.reparentTo(render)
|
|||
|
room2.setPos(0,-233,121)
|
|||
|
room2.setHpr(180,0,0)
|
|||
|
room2.setScale(0.6)
|
|||
|
|
|||
|
trampoline3=loader.loadModel("phase_13/models/parties/trampoline_model.bam")
|
|||
|
trampoline3.reparentTo(render)
|
|||
|
trampoline3.setPos(-40,-430,121)
|
|||
|
|
|||
|
trampoline2=loader.loadModel("phase_13/models/parties/trampoline_model.bam")
|
|||
|
trampoline2.reparentTo(render)
|
|||
|
trampoline2.setPos(0,-430,121)
|
|||
|
|
|||
|
trampoline=loader.loadModel("phase_13/models/parties/trampoline_model.bam")
|
|||
|
trampoline.reparentTo(render)
|
|||
|
trampoline.setPos(40,-430,121)
|
|||
|
|
|||
|
|
|||
|
dancefloor=loader.loadModel("phase_13/models/parties/danceFloor.bam")
|
|||
|
dancefloor.reparentTo(render)
|
|||
|
dancefloor.setPos(-40,-310,121)
|
|||
|
carouselSpin=dancefloor.hprInterval(20, Vec3(360, 0, 0))
|
|||
|
carouselSpin.loop()
|
|||
|
|
|||
|
|
|||
|
merrygoround=loader.loadModel("phase_13/models/parties/partyMerryGoRound.bam")
|
|||
|
merrygoround.reparentTo(render)
|
|||
|
merrygoround.setPos(-50,-400,121)
|
|||
|
merrygoround.setScale(1)
|
|||
|
carouselSpin = merrygoround.hprInterval(2, Vec3(360, 0, 0))
|
|||
|
carouselSpin.loop()
|
|||
|
|
|||
|
|
|||
|
tunnel1 = loader.loadModel("phase_11/models/lawbotHQ/LB_Zone04a.bam")
|
|||
|
tunnel1.reparentTo(render)
|
|||
|
tunnel1.setPos(0,155,107)
|
|||
|
tunnel1.setHpr(0,0,0)
|
|||
|
tunnel1.setScale(0.3)
|
|||
|
|
|||
|
mic=Actor("phase_3/models/char/mickey-1200.bam",
|
|||
|
{"move":"phase_3/models/char/mickey-wait.bam"})
|
|||
|
|
|||
|
#Loopitsanimation.
|
|||
|
mic.loop("move")
|
|||
|
mic.reparentTo(render)
|
|||
|
mic.setScale(1.5)
|
|||
|
mic.setPos(0,260,146.3)
|
|||
|
mic.setHpr(0,0,0)
|
|||
|
|
|||
|
pond1 = loader.loadModel("phase_13/models/parties/partyTugOfWar.bam")
|
|||
|
pond1.reparentTo(render)
|
|||
|
pond1.setPos(0,270,107)
|
|||
|
pond1.setHpr(0,0,0)
|
|||
|
pond1.setScale(0.8)
|
|||
|
|
|||
|
|
|||
|
room4 = loader.loadModel("phase_7/models/modules/suit_interior.bam")
|
|||
|
room4.reparentTo(render)
|
|||
|
room4.setPos(0,430,92.120)
|
|||
|
room4.setHpr(0,0,0)
|
|||
|
room4.setScale(0.8)
|
|||
|
|
|||
|
|
|||
|
cage1 = loader.loadModel("phase_4/models/modules/tt_m_ara_int_ropes.bam")
|
|||
|
cage1.reparentTo(render)
|
|||
|
cage1.setPos(0,435,92.120)
|
|||
|
cage1.setHpr(0,0,0)
|
|||
|
cage1.setScale(0.5)
|
|||
|
|
|||
|
duck = loader.loadModel("phase_4/models/char/daisyduck_1600.bam")
|
|||
|
duck.reparentTo(render)
|
|||
|
duck.setPos(0,435,92.120)
|
|||
|
duck.setHpr(180,0,0)
|
|||
|
duck.setScale(2)
|
|||
|
|
|||
|
cog=Actor("phase_4/models/char/suitB-lose-mod.bam")
|
|||
|
cog.loop("walk")
|
|||
|
cog.reparentTo(render)
|
|||
|
cog.setScale(0.9)
|
|||
|
cog.setPos(0,280,107)
|
|||
|
cog.setHpr(180,0,0)
|
|||
|
|
|||
|
|
|||
|
up29 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up29.reparentTo(render)
|
|||
|
up29.setPos(0,150,111)
|
|||
|
up29.setHpr(0,0,0)
|
|||
|
up29.setScale(0.5)
|
|||
|
|
|||
|
up30 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up30.reparentTo(render)
|
|||
|
up30.setPos(0,154,115)
|
|||
|
up30.setHpr(0,0,0)
|
|||
|
up30.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up31 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up31.reparentTo(render)
|
|||
|
up31.setPos(0,160,111)
|
|||
|
up31.setHpr(0,0,0)
|
|||
|
up31.setScale(0.5)
|
|||
|
|
|||
|
up32 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up32.reparentTo(render)
|
|||
|
up32.setPos(0,185,107)
|
|||
|
up32.setHpr(0,0,0)
|
|||
|
up32.setScale(0.5)
|
|||
|
|
|||
|
up33 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up33.reparentTo(render)
|
|||
|
up33.setPos(0,190,107)
|
|||
|
up33.setHpr(0,0,0)
|
|||
|
up33.setScale(0.5)
|
|||
|
|
|||
|
up34 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up34.reparentTo(render)
|
|||
|
up34.setPos(0,180,107)
|
|||
|
up34.setHpr(0,0,0)
|
|||
|
up34.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up35 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up35.reparentTo(render)
|
|||
|
up35.setPos(0,195,107)
|
|||
|
up35.setHpr(0,0,0)
|
|||
|
up35.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up36 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up36.reparentTo(render)
|
|||
|
up36.setPos(0,200,107)
|
|||
|
up36.setHpr(0,0,0)
|
|||
|
up36.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up37 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up37.reparentTo(render)
|
|||
|
up37.setPos(0,205,107)
|
|||
|
up37.setHpr(0,0,0)
|
|||
|
up37.setScale(0.5)
|
|||
|
|
|||
|
up38 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up38.reparentTo(render)
|
|||
|
up38.setPos(0,210,107)
|
|||
|
up38.setHpr(0,0,0)
|
|||
|
up38.setScale(0.5)
|
|||
|
|
|||
|
|
|||
|
up39 = loader.loadModel("phase_9/models/cogHQ/PaintMixer.bam")
|
|||
|
up39.reparentTo(render)
|
|||
|
up39.setPos(0,215,107)
|
|||
|
up39.setHpr(0,0,0)
|
|||
|
up39.setScale(0.5)
|
|||
|
|
|||
|
clipboard=loader.loadModel("phase_4/models/props/tt_m_prp_acs_clipboard.bam")
|
|||
|
clipboard.reparentTo(render)
|
|||
|
clipboard.setPos(0,0,-900)
|
|||
|
clipboard.setHpr(0,0,0)
|
|||
|
clipboard.setScale(1.5)
|
|||
|
|
|||
|
|
|||
|
e = loader.loadModel("phase_9/models/cogHQ/Elevator.bam")
|
|||
|
e.reparentTo(render)
|
|||
|
e.setHpr(0,0,0)
|
|||
|
e.setPos(-20,57.688,5.9)
|
|||
|
pandaPosInterval22 = e.posInterval(13,Point3(-20,57.688,5.9),
|
|||
|
startPos=Point3(-20,57.688,100))
|
|||
|
pandaPosInterval33 = e.posInterval(13,Point3(-20,57.688,100),
|
|||
|
startPos=Point3(-20,57.688,0.034))
|
|||
|
pandaHprInterval11 = e.hprInterval(3,Point3(0,0,0),
|
|||
|
startHpr=Point3(0, 0, 0))
|
|||
|
pandaHprInterval22 = e.hprInterval(3,Point3(0, 0, 0),
|
|||
|
startHpr=Point3(0, 0, 0))
|
|||
|
pandaPace = Sequence(pandaPosInterval22,
|
|||
|
pandaHprInterval11,
|
|||
|
pandaPosInterval33,
|
|||
|
pandaHprInterval22,
|
|||
|
name="pandaPace")
|
|||
|
pandaPace.loop()
|
|||
|
e.find('**/wall_back').removeNode()
|
|||
|
e.find('**/wall_front').removeNode()
|
|||
|
c = loader.loadModel("phase_9/models/cogHQ/Elevator.bam")
|
|||
|
c.setPos(-9.98,139.11,117.38)
|
|||
|
c.setHpr(0,340.30,0)
|
|||
|
c.hide()
|
|||
|
c.reparentTo(render)
|
|||
|
c.find('**/wall_back').removeNode()
|
|||
|
c.find('**/wall_front').removeNode()
|
|||
|
c.find('**/wall_left').removeNode()
|
|||
|
c.find('**/wall_right').removeNode()
|
|||
|
c.find('**/ceiling').removeNode()
|
|||
|
|
|||
|
and plenty more.
|
|||
|
here is my list (1. part, other one will come after you sent me the part AFTER b_setSC Codes) :D
|
|||
|
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1]) - All Level 1 Gags
|
|||
|
base.localAvatar.setTrackBonuslevel([7,7,7,7,7,7,7]) - Level 1-7 Gags get the "Garden-Gagup-Points"
|
|||
|
base.localAvatar.setTrackProgress(3, 9999999999999999999999999999)
|
|||
|
base.localAvatar.setExperience('9')
|
|||
|
base.localAvatar.setMaxCarry(4)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6]) - All Doodle Tricks
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setHp(137) - Set Laff to 137
|
|||
|
base.localAvatar.setMaxHp(137) - Set Laff to 137
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
#Toontown Central
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
base.cr.sendSetZoneMsg(2520)
|
|||
|
base.cr.sendSetZoneMsg(2513)
|
|||
|
base.cr.sendSetZoneMsg(2520)
|
|||
|
base.cr.sendSetZoneMsg(2521)
|
|||
|
base.cr.sendSetZoneMsg(2522)
|
|||
|
base.cr.sendSetZoneMsg(2519)
|
|||
|
base.cr.sendSetZoneMsg(2518)
|
|||
|
base.cr.sendSetZoneMsg(2516)
|
|||
|
base.cr.sendSetZoneMsg(2514)
|
|||
|
#Chip 'n' Dale's Acorn Acres
|
|||
|
base.cr.sendSetZoneMsg(6000)
|
|||
|
#Donald's Dock
|
|||
|
base.cr.sendSetZoneMsg(1507)
|
|||
|
base.cr.sendSetZoneMsg(1508)
|
|||
|
base.cr.sendSetZoneMsg(1506)
|
|||
|
#Daisy Garden
|
|||
|
base.cr.sendSetZoneMsg(5501)
|
|||
|
base.cr.sendSetZoneMsg(5502)
|
|||
|
base.cr.sendSetZoneMsg(5503)
|
|||
|
#Minnie's Melodyland
|
|||
|
base.cr.sendSetZoneMsg(4503)
|
|||
|
base.cr.sendSetZoneMsg(4504)
|
|||
|
base.cr.sendSetZoneMsg(4506)
|
|||
|
#The Burrgh
|
|||
|
base.cr.sendSetZoneMsg(3507)
|
|||
|
base.cr.sendSetZoneMsg(3508)
|
|||
|
base.cr.sendSetZoneMsg(3509)
|
|||
|
base.cr.sendSetZoneMsg(324112)
|
|||
|
#Donald's Dreamland
|
|||
|
base.cr.sendSetZoneMsg(9504)
|
|||
|
base.cr.sendSetZoneMsg(9501)
|
|||
|
base.cr.sendSetZoneMsg(9503)
|
|||
|
base.cr.sendSetZoneMsg(9505)
|
|||
|
#Sellbot HQ
|
|||
|
base.cr.sendSetZoneMsg(11200)
|
|||
|
base.cr.sendSetZoneMsg(11500)
|
|||
|
base.cr.sendSetZoneMsg(11100)
|
|||
|
#Cashbot HQ
|
|||
|
base.cr.sendSetZoneMsg(12100)
|
|||
|
#Lawbot HQ
|
|||
|
base.cr.sendSetZoneMsg(13100)
|
|||
|
base.cr.sendSetZoneMsg(13200)
|
|||
|
#Bossbot HQ
|
|||
|
base.cr.sendSetZoneMsg(14100)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.b_setAnimState(('swim')) - Swim at place
|
|||
|
base.localAvatar.b_setAnimState(('run')) - Run at place
|
|||
|
base.localAvatar.b_setAnimState(('walk')) - Walk at place
|
|||
|
base.localAvatar.b_setAnimState(('cringe')) - Cringe (like Emote)
|
|||
|
base.localAvatar.b_setAnimState(('Died')) - You will die
|
|||
|
base.localAvatar.b_setAnimState(('Push')) - Push something
|
|||
|
base.localAvatar.b_setAnimState(('Squish')) - Get squished
|
|||
|
base.localAvatar.b_setAnimState(('victory')) - Dance after Cog Battle
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay')) - From Scientists by the Silly Meter
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork')) - From Scientists by the Silly Meter
|
|||
|
base.localAvatar.b_setAnimState(('ScientistEmcee')) - From Scientists by the Silly Meter
|
|||
|
base.localAvatar.b_setAnimState(('ScientistJealous')) - From Scientists by the Silly Meter
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttLoop')) - From Minigolf
|
|||
|
base.localAvatar.b_setAnimState(('GolfPuttSwing')) - From Minigolf
|
|||
|
base.localAvatar.b_setAnimState(('Catching')) - From Catch Game
|
|||
|
base.localAvatar.b_setAnimState(('dive')) - Dive like in "Treasure Dive"-Minigame
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateRight')) - From Minigolf
|
|||
|
base.localAvatar.b_setAnimState(('GolfRotateLeft')) - From Minigolf
|
|||
|
base.localAvatar.b_setAnimState(('TeleportOut')) - Don't Work?
|
|||
|
base.localAvatar.b_setAnimState(('CogThiefRunning')) - Weird Running
|
|||
|
base.localAvatar.b_setAnimState(('jumpSquat')) - Jump and Stuck in Air
|
|||
|
base.localAvatar.b_setAnimState(('OpenBook')) - Opens Book
|
|||
|
base.localAvatar.b_setAnimState(('CloseBook')) - Closes Book
|
|||
|
base.localAvatar.b_setAnimState(('FallDown')) - Like "Banana Peel"
|
|||
|
base.localAvatar.b_setAnimState("Sit")
|
|||
|
base.localAvatar.b_setAnimState("Push")
|
|||
|
base.localAvatar.b_setAnimState("Sad")
|
|||
|
base.localAvatar.b_setAnimState("Sleep")
|
|||
|
base.localAvatar.b_setAnimState('teleport') - Don't work?
|
|||
|
base.localAvatar.b_setAnimState('Flattened') - You're Flat
|
|||
|
base.localAvatar.b_setAnimState('ReadBook') - Open Book
|
|||
|
base.localAvatar.b_setAnimState('CatchEating') - From Catch Game
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut') - Teleport
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn') - Teleport
|
|||
|
base.localAvatar.b_setAnimState('CatchEating') - From Catch Game
|
|||
|
base.localAvatar.enterSitStart() - Sit in Air
|
|||
|
base.localAvatar.loop('reel') - Fishing?
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setEmoteAccess([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]) - All Emotes
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.b_setSCSinging(4) - SPEEDCHAT PLUS (For more Speeches ask the Owner "Vanitas" at his Youtubeprofile "ImVirAs")
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setBankMoney(10000) - Get 10000 Beans into your Bean Bank
|
|||
|
base.localAvatar.setMaxBankMoney(10000) - Set Max Beans
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setColor(0) - Black Nose
|
|||
|
base.localAvatar.setColor(1) - White Nose
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setName(('I am from TheInjectedToons Clan')) - Changing Name
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setXYZH(86.419,-80.021,22.293,-10.502) - At the Roof on your Estate
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.numPies = 99 - Throwing Pie's like in VP Battle
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.find('**/hands').removeNode() - Do this one first
|
|||
|
base.localAvatar.find('**/hands').setColor(1,0,0) - Red Gloves
|
|||
|
base.localAvatar.find('**/hands').setColor(0,1,0) - Green Gloves
|
|||
|
base.localAvatar.find('**/hands').setColor(0,0,1) - Blue Gloves
|
|||
|
base.localAvatar.find('**/hands').setColor(1,1,0) - Yellow Gloves
|
|||
|
base.localAvatar.find('**/hands').setColor(0,1,1) - Cyan Gloves
|
|||
|
base.localAvatar.find('**/hands').setColor(1,0,1) - Purple Gloves
|
|||
|
base.localAvatar.find('**/hands').setColor(0,0,0) - Black Gloves
|
|||
|
base.localAvatar.find('**/hands').setColor(1,1,1) - White Gloves
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.talkAssistant.sendOpenTalk('You can enter a text - it will be as big you want')
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed=100
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=130
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=75
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce=50
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.book.pages[1].showPop = 1 - Showing PPL in Districts (Enter before you open Book)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setGhostMode(2) - Change yourself into a ghost (You can run into walls)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setTickets(0) - Set Race Tickets
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.toonUp(137) - Make a Toonup
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setHpr(0,0,0) - Change the numbers, then you'll see what it does.
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.takeDamage((137)) - You Laff will increase
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setPinkSlips((1)) - Set your Pink Slips to 1
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.collisionsOff() - Run into everything
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setScale(1,10,1) - Makes your Toon bigger
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setMaxMoney(1230) - Set Max Jellies
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setMoney(1230) - Set your jellies to 1230
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setMaxClothes(100) - needs to be testing
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setSpeedChatStyleIndex(4) - changes color of speedchat
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setCogLevels([49,49,49,49]) - set's your disguise levels
|
|||
|
base.localAvatar.setCogTypes([77,77,77,77]) - needs to be testing
|
|||
|
base.localAvatar.setCogParts([0,0,0,0]) - Change the numbers = change the disguise parts
|
|||
|
base.localAvatar.setCogMerits([0,0,0,0]) - Change the numbers = change the merits
|
|||
|
base.localAvatar.setCogIndex(2) - Cog Suit Client Sided
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setMaxFishTank(255) - Changing the fish tank
|
|||
|
base.localAvatar.setFishTank([???],[???],[???]) - I have to find that out
|
|||
|
base.localAvatar.setFishingRod(3) - Changes the rod
|
|||
|
base.localAvatar.setFishingTrohpies([1,2,3,4,5,6,7]) - All fishing trohpies
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setMaxFlowerBasket(255) - Changes the Max Flowers you can wear
|
|||
|
base.localAvatar.setGardenTrophies([1,2,3,4]) - All garden trophies
|
|||
|
base.localAvatar.setShovel(3)
|
|||
|
base.localAvatar.setShovelSkill(1000)
|
|||
|
base.localAvatar.setWateringCan(3)
|
|||
|
base.localAvatar.setWateringCanSkill(1000)
|
|||
|
base.localAvatar.promoteWateringCan(3)
|
|||
|
base.localAvatar.promoteShovel(3)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.accept("f1", base.localAvatar.b_setAnimState, ['swim'])
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['SitStart'])
|
|||
|
base.accept("f3", base.localAvatar.b_setAnimState, ['Died'])
|
|||
|
base.accept("f4", base.localAvatar.collisionsOff, [])
|
|||
|
base.accept("f5", base.localAvatar.b_setAnimState, ['Flattened'])
|
|||
|
base.accept("f6", base.localAvatar.b_setAnimState, ['CatchEating'])
|
|||
|
base.accept("f9", base.localAvatar.b_setAnimState, ['TeleportIn'])
|
|||
|
base.accept("f10", base.localAvatar.b_setAnimState, ['TeleportOut'])
|
|||
|
base.accept("f11", base.localAvatar.b_setAnimState, ['Push'])
|
|||
|
base.accept("f12", base.localAvatar.b_setAnimState, ['ReadBook'])
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
messenger.send.('gardenGame')
|
|||
|
messenger.send('nameTagShowAvId')
|
|||
|
messenger.send('clearOutToonInterior')
|
|||
|
` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.wireframeOn()
|
|||
|
base.wireframeOff()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word) - Spy Code
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setSystemMessage(0,'Type in any message')
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setCheesyEffect(1,0,0) - change 1 to 1-15
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setExperience('99999999999999')
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.loop('firehose')
|
|||
|
base.localAvatar.loop('right-hand-start')
|
|||
|
base.localAvatar.loop('rotateL-putt')
|
|||
|
base.localAvatar.loop('slip-forward')
|
|||
|
base.localAvatar.loop('catch-eatnrun')
|
|||
|
base.localAvatar.loop('tickle')
|
|||
|
base.localAvatar.loop('water-gun')
|
|||
|
base.localAvatar.loop('leverNeutral')
|
|||
|
base.localAvatar.loop('swim')
|
|||
|
base.localAvatar.loop('catch-run')
|
|||
|
base.localAvatar.loop('sad-neutral')
|
|||
|
base.localAvatar.loop('pet-loop')
|
|||
|
base.localAvatar.loop('jump-squat')
|
|||
|
base.localAvatar.loop('wave')
|
|||
|
base.localAvatar.loop('reel-neutral')
|
|||
|
base.localAvatar.loop('pole-neutral')
|
|||
|
base.localAvatar.loop('bank')
|
|||
|
base.localAvatar.loop('down')
|
|||
|
base.localAvatar.loop('takePhone')
|
|||
|
base.localAvatar.loop('good-putt')
|
|||
|
base.localAvatar.loop('victory')
|
|||
|
base.localAvatar.loop('lose')
|
|||
|
base.localAvatar.loop('cringe')
|
|||
|
base.localAvatar.loop('right')
|
|||
|
base.localAvatar.loop('headdown-putt')
|
|||
|
base.localAvatar.loop('conked')
|
|||
|
base.localAvatar.loop('jump')
|
|||
|
base.localAvatar.loop('into-putt')
|
|||
|
base.localAvatar.loop('fish-end')
|
|||
|
base.localAvatar.loop('running-jump-land')
|
|||
|
base.localAvatar.loop('shrug')
|
|||
|
base.localAvatar.loop('sprinkle-dust')
|
|||
|
base.localAvatar.loop('hold-bottle')
|
|||
|
base.localAvatar.loop('right-hand')
|
|||
|
base.localAvatar.loop('melt')
|
|||
|
base.localAvatar.loop('pet-start')
|
|||
|
base.localAvatar.loop('look-putt')
|
|||
|
base.localAvatar.loop('loop-putt')
|
|||
|
base.localAvatar.loop('lookloop-putt')
|
|||
|
base.localAvatar.loop('juggle')
|
|||
|
base.localAvatar.loop('run')
|
|||
|
base.localAvatar.loop('pushbutton')
|
|||
|
base.localAvatar.loop('sidestep-right')
|
|||
|
base.localAvatar.loop('water')
|
|||
|
base.localAvatar.loop('right-point-start')
|
|||
|
base.localAvatar.loop('jump-land')
|
|||
|
base.localAvatar.loop('struggle')
|
|||
|
base.localAvatar.loop('running-jump')
|
|||
|
base.localAvatar.loop('callPet')
|
|||
|
base.localAvatar.loop('throw')
|
|||
|
base.localAvatar.loop('catch-eatneutral')
|
|||
|
base.localAvatar.loop('tug-o-war')
|
|||
|
base.localAvatar.loop('bow')
|
|||
|
base.localAvatar.loop('swing')
|
|||
|
base.localAvatar.loop('climb')
|
|||
|
base.localAvatar.loop('think')
|
|||
|
base.localAvatar.loop('catch-intro-throw')
|
|||
|
base.localAvatar.loop('walk')
|
|||
|
base.localAvatar.loop('leverPull')
|
|||
|
base.localAvatar.loop('pole')
|
|||
|
base.localAvatar.loop('periscope')
|
|||
|
base.localAvatar.loop('duck')
|
|||
|
base.localAvatar.loop('curtsy')
|
|||
|
base.localAvatar.loop('bad-putt')
|
|||
|
base.localAvatar.loop('loop-dig')
|
|||
|
base.localAvatar.loop('angry')
|
|||
|
base.localAvatar.loop('bored')
|
|||
|
base.localAvatar.loop('swing-putt')
|
|||
|
base.localAvatar.loop('pet-end')
|
|||
|
base.localAvatar.loop('spit')
|
|||
|
base.localAvatar.loop('right-point')
|
|||
|
base.localAvatar.loop('start-dig')
|
|||
|
base.localAvatar.loop('castlong')
|
|||
|
base.localAvatar.loop('running-jump-squat')
|
|||
|
base.localAvatar.loop('neutral')
|
|||
|
base.localAvatar.loop('jump-idle')
|
|||
|
base.localAvatar.loop('reel')
|
|||
|
base.localAvatar.loop('slip-backward')
|
|||
|
base.localAvatar.loop('sound')
|
|||
|
base.localAvatar.loop('sidestep-left')
|
|||
|
base.localAvatar.loop('up')
|
|||
|
base.localAvatar.loop('fish-again')
|
|||
|
base.localAvatar.loop('cast')
|
|||
|
base.localAvatar.loop('phoneBack')
|
|||
|
base.localAvatar.loop('phoneNeutral')
|
|||
|
base.localAvatar.loop('battlecast')
|
|||
|
base.localAvatar.loop('sit-start')
|
|||
|
base.localAvatar.loop('toss')
|
|||
|
base.localAvatar.loop('happy-dance')
|
|||
|
base.localAvatar.loop('confused')
|
|||
|
base.localAvatar.loop('teleport')
|
|||
|
base.localAvatar.loop('sit')
|
|||
|
base.localAvatar.loop('sad-walk')
|
|||
|
base.localAvatar.loop('five-props-start')
|
|||
|
base.localAvatar.loop('book')
|
|||
|
base.localAvatar.loop('fish-neutral')
|
|||
|
base.localAvatar.loop('tutorial-neutral')
|
|||
|
base.localAvatar.loop('badloop-putt')
|
|||
|
base.localAvatar.loop('give-props')
|
|||
|
base.localAvatar.loop('hold-magnet')
|
|||
|
base.localAvatar.loop('hypnotize')
|
|||
|
base.localAvatar.loop('left-point')
|
|||
|
base.localAvatar.loop('leverReach')
|
|||
|
base.localAvatar.loop('feedPet')
|
|||
|
base.localAvatar.loop('reel-H')
|
|||
|
base.localAvatar.loop('applause')
|
|||
|
base.localAvatar.loop('smooch')
|
|||
|
base.localAvatar.loop('rotateR-putt')
|
|||
|
base.localAvatar.loop('running-jump-idle')
|
|||
|
base.localAvatar.loop('push')
|
|||
|
base.localAvatar.loop('catch-neutral')
|
|||
|
base.localAvatar.loop('left')
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
TTGloves = base.localAvatar.findAllMatches('**/hands')
|
|||
|
base.accept('1', TTGloves.setColor, [0.97,0.3,0.3])
|
|||
|
base.accept('2', TTGloves.setColor, [0.96,0.7,0.7])
|
|||
|
base.accept('3', TTGloves.setColor, [0.69,0.29,0.95])
|
|||
|
base.accept('4', TTGloves.setColor, [0.38,0.98,0.43])
|
|||
|
base.accept('5', TTGloves.setColor, [1,0.90,0.30])
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setSystemMessage(0,Collisions Off')
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setCheesyEffect(1,0,0) - Change the first number 1-15
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
messenger.send('enterStickerBook')
|
|||
|
def part2():
|
|||
|
from toontown.shtiker.MapPage import MapPage
|
|||
|
gohome = MapPage()
|
|||
|
gohome.goHome()
|
|||
|
def part3():
|
|||
|
CurrentArea = base.localAvatar.getZoneId()
|
|||
|
print CurrentArea
|
|||
|
def part4():
|
|||
|
messenger.send('kickToPlayground', [1])
|
|||
|
def onTime():
|
|||
|
update = Sequence()
|
|||
|
update.append(Func(intro))
|
|||
|
update.append(Wait(10))
|
|||
|
update.append(Func(part2))
|
|||
|
update.append(Wait(20))
|
|||
|
update.append(Func(part3))
|
|||
|
update.append(Wait(5))
|
|||
|
update.append(Func(part4))
|
|||
|
update.append(Wait(15))
|
|||
|
update.start()
|
|||
|
onTime()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
base.localAvatar.b_setSCSinging(50701)
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('LOOK I CAN DO IT TOO')
|
|||
|
base.localAvatar.b_setEmoteState(23,1)
|
|||
|
def part3():
|
|||
|
|
|||
|
base.talkAssistant.sendOpenTalk('I AM NOT THE ANTIS DONT GIVE THEM CREDIT')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('THE ANTIS FAIL THEY CANT DO ANYTHING DONT BE AFRAID')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('YOUR FRIENDS')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('TEAM DOG')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part7():
|
|||
|
base.localAvatar.b_setSCSinging(50202)
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
def addbase.cr.sendSetZoneMsg():
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(addZone))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
base.localAvatar.b_setSCSinging(50702)
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('FAKER!?!?')
|
|||
|
base.localAvatar.b_setEmoteState(23,1)
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('MUAHAHA')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('OOO U GOT PWNED')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('AND REMEMBER')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('TOONTOWN FAILS AT STOPPING HOCK ERRS')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part7():
|
|||
|
base.localAvatar.b_setSCSinging(50800)
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
def addzone():
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(4))
|
|||
|
seq.append(Func(addzone))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
CurrentArea = base.localAvatar.getZoneId()
|
|||
|
print CurrentArea
|
|||
|
file_path = "f:/output.txt"
|
|||
|
file_to_write_to = open(file_path, 'w')
|
|||
|
file_to_write_to.write(str(CurrentArea))
|
|||
|
file_to_write_to.flush()
|
|||
|
file_to_write_to.close()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
gloves = loader.loadTexture("phase_10/maps/BlackWhiteChecks.jpg")
|
|||
|
gloves = loader.loadTexture("phase_13/maps/parties_palette_4amla_3.jpg")
|
|||
|
gloves = loader.loadTexture("phase_9/maps/metal_plate_256_irregular.jpg")
|
|||
|
gloves = loader.loadTexture("phase_10/maps/CBWrapperBill.jpg")
|
|||
|
gloves = loader.loadTexture("phase_11/maps/LB_WoodPanel2.jpg")
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
gloves = loader.loadTexture("phase_8/maps/snow_particle.jpg")
|
|||
|
gloves = loader.loadTexture("phase_8/maps/nightskytop.jpg")
|
|||
|
gloves = loader.loadTexture("phase_5/maps/dollar_10.jpg")
|
|||
|
gloves = loader.loadTexture("phase_4/maps/it.jpg")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/feet').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/neck').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(gloves, 1)
|
|||
|
#base.localAvatar.findAllMatches('**/top').setTexture(gloves, 1)
|
|||
|
base.localAvatar.findAllMatches('**/muzzle-short-neutral').setTexture(gloves, 1)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.Disconnect('20.20.20')322374messenger.send('<<name/toonid>>')
|
|||
|
|
|||
|
base.Disconnect('Enter.Ip.Addresshere')
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setFriendsList([(Toon ID here, 1)])
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.disableAllAudio()
|
|||
|
base.enableAllAudio()
|
|||
|
base.enableMusic(False)
|
|||
|
base.enableSoundEffects(True)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
#SIDEWAYS SWIM
|
|||
|
|
|||
|
base.localAvatar.setHpr(0,0,80)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.b_setAnimState(('swim'))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
#SCARECROW
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsgMsg(7000)
|
|||
|
base.localAvatar.b_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsgMsg(2000)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
#MUSIC (Elevator, BLDG's last Floor, Somethin Weird, LB courtyard)
|
|||
|
|
|||
|
sfx1 = loader.loadSfx( 'phase_7/audio/bgm/tt_elevator.mid' )
|
|||
|
base.accept('f1', sfx1.play, [])
|
|||
|
|
|||
|
sfx2 = loader.loadSfx( 'phase_7/audio/bgm/encntr_suit_winning_indoor.mid' )
|
|||
|
base.accept('f2', sfx2.play, [])
|
|||
|
|
|||
|
sfx3 = loader.loadSfx( 'phase_9/audio/bgm/encntr_head_suit_theme.mid' )
|
|||
|
base.accept('f3', sfx3.play, [])
|
|||
|
|
|||
|
sfx4 = loader.loadSfx( 'phase_11/audio/bgm/LB_courtyard.mid' )
|
|||
|
base.accept('f4', sfx4.play, [])
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.winterCarolingTargetMet(9999)
|
|||
|
base.localAvatar.trickOrTreatTargetMet(9999)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.announceBingo()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setQuestCarryLimit(4)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setShovelSkill(30)
|
|||
|
base.localAvatar.setWateringCanSkill(50)
|
|||
|
base.localAvatar.promoteWateringCan(3)
|
|||
|
base.localAvatar.promoteShovel(3)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
#Smile
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part2():
|
|||
|
base.localAvatar.setCheesyEffect(13, 0, 0)
|
|||
|
def part3():
|
|||
|
base.localAvatar.setCheesyEffect(0, 0, 0)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.wireframeOn()
|
|||
|
base.wireframeOff()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.enableBlend()
|
|||
|
base.localAvatar.disableBlend()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
#Professor Shirt
|
|||
|
shirts = loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistB.jpg")
|
|||
|
sleeve = loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
|
|||
|
shorts = loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistB.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts, 1)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleeve, 1)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
TTGloves = base.localAvatar.findAllMatches('**/hands')
|
|||
|
|
|||
|
TTGloves.setColor(0.97,0.3,0.3)
|
|||
|
TTGloves.setColor(0.96,0.7,0.7)
|
|||
|
TTGloves.setColor(0.69,0.29,0.95)
|
|||
|
TTGloves.setColor(0.38,0.98,0.43)
|
|||
|
TTGloves.setColor(1,0.90,0.30)
|
|||
|
TTGloves.setColor(0.35,0.35,0.85)
|
|||
|
TTGloves.setColor(0.3,0.64,0.85)
|
|||
|
TTGloves.setColor(1,0.5,0.18)
|
|||
|
TTGloves.setColor(1,1,0.57)
|
|||
|
TTGloves.setColor(0.55,0.55,1)
|
|||
|
TTGloves.setColor(0.25,0.25,0.3)
|
|||
|
TTGloves.setColor(1,1,1)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.setFriendsList(Toon ID here)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.disableAllAudio()
|
|||
|
base.enableAllAudio()
|
|||
|
base.enableMusic(False)
|
|||
|
base.enableSoundEffects(True)
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory', 1000)])
|
|||
|
messenger.send([base.localAvatar.b_setAnimState(('swim', 1000))])
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
# No eyes (not tried yet)
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
def part2():
|
|||
|
base.localAvatar.setGhostMode(1)
|
|||
|
def part3():
|
|||
|
base.localAvatar.setCogIndex(4)
|
|||
|
def onTime():
|
|||
|
s = Sequence()
|
|||
|
s.append(Func(intro))
|
|||
|
s.append(Wait(3))
|
|||
|
s.append(Func(part2))
|
|||
|
s.append(Wait(3))
|
|||
|
s.append(Func(part3))
|
|||
|
s.start()
|
|||
|
onTime()
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
|
|||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColorScale(25)
|
|||
|
shirts = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg")
|
|||
|
sleeve = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(sleeve, 2)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColorScale(25)
|
|||
|
shirts =loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg")
|
|||
|
sleeve =loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(sleeve, 2)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColorScale(25)
|
|||
|
shirts = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg")
|
|||
|
sleeve = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(sleeve, 2)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColorScale(25)
|
|||
|
shirts = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_halloween4.jpg")
|
|||
|
sleeve = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_halloween4.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(sleeve, 2)
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0,1,0)
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setColor(0,1,0)
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setColor(0,1,0)
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setColor(0,1,0)
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = " "
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
|
|||
|
bk_text = " "
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Collisions Off"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Collisions"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Laff"
|
|||
|
textObject.setText(bk_text)
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Die"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.d_squish(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "RAID"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setSC(20136)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Big"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n' * 256)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "Global"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
closetn = base.cr.doFindAll("closet")
|
|||
|
for closetn in base.cr.doFindAll("closet"):
|
|||
|
messenger.send("purchaseDone-" + str(closetn.doId))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText9():
|
|||
|
bk_text = "Member"
|
|||
|
textObject.setText(bk_text)
|
|||
|
def new():
|
|||
|
return True
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText10():
|
|||
|
bk_text = "Funny"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText11():
|
|||
|
bk_text = "ttc"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText12():
|
|||
|
bk_text = "Invis"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2090)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText13():
|
|||
|
bk_text = "Work"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText14():
|
|||
|
bk_text = "Victory"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('victory'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText15():
|
|||
|
bk_text = "Dive"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText16():
|
|||
|
bk_text = "Port Out"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText17():
|
|||
|
bk_text = "Port In"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText18():
|
|||
|
bk_text = "Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText19():
|
|||
|
bk_text = "Emcee"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistEmcee'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText20():
|
|||
|
bk_text = "Jealous"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistJealous'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText21():
|
|||
|
bk_text = "UpsideD"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr((0,0,180))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText22():
|
|||
|
bk_text = "OnFace"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(-50,-50,0)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText23():
|
|||
|
bk_text = "OnBack"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(0,90,0)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText24():
|
|||
|
bk_text = "FU"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('*** ENG PEOPLE WHO OVER USE DC CODE \n' *10)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText25():
|
|||
|
bk_text = "Rot"
|
|||
|
textObject.setText(bk_text)
|
|||
|
physControls.avatarControlRotateSpeed=1000
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText26():
|
|||
|
bk_text = "Rev"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=200
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText27():
|
|||
|
bk_text = "SIDE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText28():
|
|||
|
bk_text = "Jump"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 150
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("COff", "coff", "coff", "COff"), scale=.05, pos = (-.99,-0,-.98), command=setText1)
|
|||
|
b2 = DirectButton(text = ("COn", "Con", "Con", "COn"), scale=.05, pos = (-.8,-0,-.98), command=setText2)
|
|||
|
b3 = DirectButton(text = ("Laff", "laff", "laff", "Laff"), scale=.05, pos = (-.7,-0,-.98), command=setText3)
|
|||
|
b4 = DirectButton(text = ("Die", "die", "die", "Die"), scale=.05, pos = (-.58,-0,-.98), command=setText4)
|
|||
|
b5 = DirectButton(text = ("RAID", "RAID", "RAID", "RAID"), scale=.05, pos = (-.4,0,-.98), command=setText5)
|
|||
|
b6 = DirectButton(text = ("BIG", "big", "big", "BIG"), scale=.05, pos = (-.2,-0,-.98), command=setText6)
|
|||
|
b7 = DirectButton(text = ("Global", "global", "global", "Global"), scale=.05, pos = (-.0,-0,-.98), command=setText7)
|
|||
|
b8 = DirectButton(text = ("Clothes", "clothes", "clothes", "Clothes"), scale=.05, pos = (.180,-0,-.98), command=setText8)
|
|||
|
b9 = DirectButton(text = ("Mem", "Mem", "Mem", "Mem"), scale=.05, pos = (.39,-10,-.92), command=setText9)
|
|||
|
b10 = DirectButton(text = ("Funny", "Funny", "Funny", "Funny"), scale=.05, pos = (.4,-1,-.98), command=setText10)
|
|||
|
b11 = DirectButton(text = ("ttc", "ttc", "ttc", "ttc"), scale=.05, pos = (.55,-41,-.98), command=setText11)
|
|||
|
b12 = DirectButton(text = ("Inv", "Inv", "Inv", "Inv"), scale=.05, pos = (.64,-0,-.98), command=setText12)
|
|||
|
b13 = DirectButton(text = ("sw", "sw", "sw", "sw"), scale=.05, pos = (.28,-0,-.92), command=setText13)
|
|||
|
b14 = DirectButton(text = ("v", "v", "v", "v"), scale=.05, pos = (-.10,-0,-.98), command=setText14)
|
|||
|
b15 = DirectButton(text = ("d", "d", "d", "d"), scale=.05, pos = (-.50,-0,-.98), command=setText15)
|
|||
|
b16 = DirectButton(text = ("to", "to", "to", "to"), scale=.05, pos = (.55,-0,-.92), command=setText16)
|
|||
|
b17 = DirectButton(text = ("ti", "ti", "ti", "ti"), scale=.05, pos = (.63,-0,-.92), command=setText17)
|
|||
|
b18 = DirectButton(text = ("Sp", "Sp", "Sp", "Sp"), scale=.05, pos = (.20,-0,-.91), command=setText18)
|
|||
|
b19 = DirectButton(text = ("Se", "Se", "Se", "Se"), scale=.05, pos = (.12,-0,-.91), command=setText19)
|
|||
|
b20 = DirectButton(text = ("Sj", "Sj", "Sj", "Sj"), scale=.05, pos = (.7,-0,-.91), command=setText20)
|
|||
|
b21 = DirectButton(text = ("UpD", "upd", "upd", "Upd"), scale=.05, pos = (-.8,-0,-.91), command=setText21)
|
|||
|
b22 = DirectButton(text = ("FOF", "FOF", "FOF", "FOF"), scale=.05, pos = (-.6,-0,-.91), command=setText22)
|
|||
|
b23 = DirectButton(text = ("BOF", "bof", "bof", "BOF"), scale=.05, pos = (-.5,-0,-.91), command=setText23)
|
|||
|
b24 = DirectButton(text = ("FU", "fu", "fu", "FU"), scale=.05, pos = (.8,-0,-.91), command=setText24)
|
|||
|
b25 = DirectButton(text = ("REV", "rev", "rev", "REV"), scale=.05, pos = (.0,-0,-.91), command=setText25)
|
|||
|
b26 = DirectButton(text = ("ROT", "rot", "rot", "ROT"), scale=.05, pos = (-.1,-0,-.91), command=setText26)
|
|||
|
b27 = DirectButton(text = ("SID", "sid", "sid", "SID"), scale=.05, pos = (-.7,-0,-.91), command=setText27)
|
|||
|
b28 = DirectButton(text = ("SuJ", "SuJ", "SuJ", "SUJ"), scale=.05, pos = (-.3,-0,-.91), command=setText28)
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = ""
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def setText():
|
|||
|
bk_text = "Run Fast"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 100
|
|||
|
|
|||
|
b = DirectButton(text = ("Speed", "speed", "speed", "Speed"), scale=.05, pos = (.78,-0,-.98), command=setText)
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory',9.91)])
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory',0.50)]) slow
|
|||
|
def banBlock(log): fileToRead = "C:/Program Files/Disney/Disney Online/ToontownOnline/" + str(log) readFile = open('%s'%(fileToRead),'r') trash = readFile.read() del trash def blockBan(): line_to_parse = readFile.readline() line_to_parse = str(line_to_parse) if "Server is booting us out" in line_to_parse: messenger.send('pandaRenderError') else: None def alwaysGo(): seq.append(Func(blockBan)) seq.append(Wait(0.1)) seq.append(Func(alwaysGo)) seq.start() alwaysGo()
|
|||
|
|
|||
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
MODS CODES
|
|||
|
----------------------------------------------------------------------------------------------------------------
|
|||
|
|
|||
|
|
|||
|
|
|||
|
MEMBERSHIP CODE:
|
|||
|
|
|||
|
import toontown
|
|||
|
def new():
|
|||
|
return True
|
|||
|
def new2(*a,**k):
|
|||
|
return 2
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
|
|||
|
KEEP ALIVE:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def wakeUp():
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(wakeUp))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(onTime))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
BANNED CODE:
|
|||
|
|
|||
|
def banBlock(log):
|
|||
|
fileToRead = "C:/Program Files/Disney/Disney Online/ToontownOnline/" + str(log)
|
|||
|
readFile = open('%s'%(fileToRead),'r')
|
|||
|
trash = readFile.read()
|
|||
|
del trash
|
|||
|
def blockBan():
|
|||
|
line_to_parse = readFile.readline()
|
|||
|
line_to_parse = str(line_to_parse)
|
|||
|
if "Server is booting us out" in line_to_parse:
|
|||
|
messenger.send('pandaRenderError')
|
|||
|
else:
|
|||
|
None
|
|||
|
def alwaysGo():
|
|||
|
seq.append(Func(blockBan))
|
|||
|
seq.append(Wait(0.1))
|
|||
|
seq.append(Func(alwaysGo))
|
|||
|
seq.start()
|
|||
|
alwaysGo()
|
|||
|
|
|||
|
|
|||
|
NOOBS CODES:
|
|||
|
|
|||
|
base.localAvatar.b_setSC(20237)
|
|||
|
toontown.toon.LocalToon.LocalToon.getGameAccess = new2
|
|||
|
base.localAvatar.setTrackAccess([1,1,1,1,1,1,1])
|
|||
|
base.localAvatar.setPetTrickPhrases([0,1,2,3,4,5,6])
|
|||
|
base.localAvatar.setEmoteAccess([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24])
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.cr.sendSetZoneMsg(2520)
|
|||
|
base.localAvatar.enterSitStart()
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
base.localAvatar.b_setAnimState(('Died'))
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
base.localAvatar.b_setAnimState(('Catching'))
|
|||
|
base.localAvatar.enterSitStart()
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.localAvatar.setHpr(0,0,315)
|
|||
|
base.localAvatar.setTickets(100000)
|
|||
|
base.localAvatar.b_setAnimState('Flattened')
|
|||
|
base.localAvatar.b_setAnimState('Squish')
|
|||
|
base.localAvatar.b_setAnimState('walk')
|
|||
|
base.localAvatar.b_setAnimState('run')
|
|||
|
base.localAvatar.b_setAnimState('GolfPuttLoop')
|
|||
|
base.localAvatar.b_setAnimState('GolfGoodPutt')
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
base.localAvatar.b_setAnimState('Push')
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
base.localAvatar.setGhostMode(8)
|
|||
|
base.localAvatar.setGhostMode(0)
|
|||
|
base.localAvatar.setGhostMode(22)
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
base.wireframeOn()
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 100
|
|||
|
|
|||
|
|
|||
|
MOD CLAN BOT:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setEmoteState(0,0)
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('MOD CLAN IS COMING FOR U!')
|
|||
|
base.localAvatar.b_setEmoteState(22,1)
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('YES YOU ALL WILL FALL WITH TOONTOWN')
|
|||
|
base.localAvatar.b_setEmoteState(20,1)
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('WE R MOD CLAN!!')
|
|||
|
base.localAvatar.b_setEmoteState(24,1)
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('FRECKLES IS BACK UR NOT SAFE!')
|
|||
|
base.localAvatar.b_setEmoteState(21,1)
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('TELL UR FRIENDS!!')
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
def part7():
|
|||
|
base.talkAssistant.sendOpenTalk('THAT MOD CLAN IS COMING!!!')
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
def addzone():
|
|||
|
word = base.localAvatar.getZoneId()
|
|||
|
word += 10
|
|||
|
base.localAvatar.b_setLocation(base.localAvatar.defaultShard, word)
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(3))
|
|||
|
seq.append(Func(addzone))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
sIT AND SPIN:
|
|||
|
|
|||
|
base.localAvatar.enterSitStart()
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed=200
|
|||
|
base.localAvatar.physControls.avatarControlRotateSpeed=1000
|
|||
|
base.localAvatar.physControls.avatarControlReverseSpeed=200
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 150
|
|||
|
|
|||
|
|
|||
|
GLOBAL TP:
|
|||
|
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
base.localAvatar.setSystemMessage(0, 'Global Teleport Activated Mac Version 1')
|
|||
|
|
|||
|
|
|||
|
TROLLY SKIP:
|
|||
|
|
|||
|
messenger.send('minigameAbort')
|
|||
|
|
|||
|
|
|||
|
DISAPEAR CODE:
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(0, 'Thank you For using the disapear code Made by Mod')
|
|||
|
base.localAvatar.b_setAnimState(('Catching'))
|
|||
|
base.localAvatar.b_setAnimState('ReadBook')
|
|||
|
base.localAvatar.b_setAnimState(('Flattened'))
|
|||
|
base.localAvatar.b_setAnimState(('Died'))
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
|
|||
|
|
|||
|
SOME HOTKEYS:
|
|||
|
|
|||
|
base.accept("f1", base.localAvatar.b_setAnimState, ['ScientistEmcee'])
|
|||
|
base.accept("f2", base.localAvatar.b_setAnimState, ['ScientistJealous'])
|
|||
|
base.accept("f3", base.localAvatar.b_setAnimState, ['ScientistWork'])
|
|||
|
base.accept("f4", base.localAvatar.b_setAnimState, ['ScientistPlay'])
|
|||
|
base.accept("f5", base.localAvatar.b_setAnimState, ['ScientistLessWork'])
|
|||
|
base.accept("f6", base.localAvatar.b_setAnimState, ['GolfGoodPutt'])
|
|||
|
base.accept("f7", base.localAvatar.b_setAnimState, ['GolfBadPutt'])
|
|||
|
base.accept("1", base.localAvatar.b_setAnimState, ['Flattened'])
|
|||
|
base.accept("2", base.localAvatar.b_setAnimState, ['swim'])
|
|||
|
base.accept("3", base.localAvatar.b_setAnimState, ['victory'])
|
|||
|
base.accept("4", base.localAvatar.b_setAnimState, ['Sit'])
|
|||
|
base.accept("5", base.localAvatar.setZ, [2])
|
|||
|
base.accept("6", base.localAvatar.collisionsOff, [])
|
|||
|
base.accept("7", base.localAvatar.b_setAnimState, ['jumpSquat'])
|
|||
|
base.accept("8", base.localAvatar.b_setAnimState, ['victory', -1])
|
|||
|
|
|||
|
|
|||
|
STEAL CLOTHES CODE:
|
|||
|
|
|||
|
closetn = base.cr.doFindAll("closet")
|
|||
|
for closetn in base.cr.doFindAll("closet"):
|
|||
|
messenger.send("purchaseDone-" + str(closetn.doId))
|
|||
|
|
|||
|
|
|||
|
|
|||
|
MAKE A TOON DISAPEAR:
|
|||
|
|
|||
|
d = base.cr.doFindAll("render/Name of toon u want to leave")
|
|||
|
for d in base.cr.doFindAll("render/Name of toon u want to leave"):
|
|||
|
d.setGhostMode(8)
|
|||
|
|
|||
|
|
|||
|
MICKEY:
|
|||
|
|
|||
|
mickey = base.cr.doFindAll("render/mickey")
|
|||
|
for mickey in base.cr.doFindAll("render/mickey"):
|
|||
|
mickey.setName('Ghost Mickey')
|
|||
|
mickey.hideShadow()
|
|||
|
mickey.loop('right-point')
|
|||
|
mickey.setColorScale(0.3)
|
|||
|
mickey.setChatAbsolute('rs!', 1, None, True)
|
|||
|
mickey.find('**/MickeycRay').removeNode()
|
|||
|
mickey.find('**/distAvatarCollNode-415100656').removeNode()
|
|||
|
mickey.find('**/MickeyBlatherSphere').setScale(5000)
|
|||
|
|
|||
|
|
|||
|
AUTO HOUSE RAID BUTTON:
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = ""
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def setText():
|
|||
|
bk_text = "ZoneFound"
|
|||
|
textObject.setText(bk_text)
|
|||
|
houseZoneGet = base.localAvatar.getZoneId()
|
|||
|
houseZoneGet += 10
|
|||
|
houseZoneGet = int(houseZoneGet)
|
|||
|
base.cr.sendSetZoneMsg(houseZoneGet)
|
|||
|
|
|||
|
b = DirectButton(text = ("Raid House", "Activate", "Activate", "Raid House"), scale=.06, pos = (-.28,-0,-.95), command=setText)
|
|||
|
|
|||
|
|
|||
|
FLIP 9:
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def start():
|
|||
|
base.localAvatar.setZ(7)
|
|||
|
def anim1():
|
|||
|
base.localAvatar.b_setAnimState(('jumpLand'))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
def anim2():
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
def flip1():
|
|||
|
base.localAvatar.setP(90)
|
|||
|
def flip2():
|
|||
|
base.localAvatar.setP(180)
|
|||
|
def flip3():
|
|||
|
base.localAvatar.setP(270)
|
|||
|
def flip4():
|
|||
|
base.localAvatar.setP(360)
|
|||
|
def end():
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(anim1))
|
|||
|
seq.append(Wait(.45))
|
|||
|
seq.append(Func(anim2))
|
|||
|
seq.append(Func(start))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip1))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip2))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip3))
|
|||
|
seq.append(Wait(.1))
|
|||
|
seq.append(Func(flip4))
|
|||
|
seq.append(Func(end))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
AWESOME TIE DYE SUIT:
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(0, 'Welcome To My Tie Dye Suit Made By GABE Aim: gabedog13@yahoo.com')
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
SICK ASS CHANGING SUIT:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(0, 'Made By Mod Marc Only Friends Can Have It!')
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def Saturn():
|
|||
|
gloves = loader.loadTexture("phase_5.5/maps/Saturn2.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_5.5/maps/Saturn2.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_5.5/maps/Saturn2.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_5.5/maps/Saturn2.jpg")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
def BeeSuit():
|
|||
|
gloves = loader.loadTexture("phase_10/maps/CBStationStripes2.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_10/maps/CBStationStripes2.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_10/maps/CBStationStripes2.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_10/maps/CBStationStripes2.jpg")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
def WeirdSuit():
|
|||
|
gloves = loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
def Money():
|
|||
|
gloves = loader.loadTexture("phase_10/maps/CBWrapperBill.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_10/maps/CBWrapperBill.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_10/maps/CBWrapperBill.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_10/maps/CBWrapperBill.jpg")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
def TieDye():
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
def rainglov():
|
|||
|
rain = Sequence()
|
|||
|
rain.append(Func(Saturn))
|
|||
|
rain.append(Wait(0.5))
|
|||
|
rain.append(Func(BeeSuit))
|
|||
|
rain.append(Wait(0.5))
|
|||
|
rain.append(Func(WeirdSuit))
|
|||
|
rain.append(Wait(0.5))
|
|||
|
rain.append(Func(Money))
|
|||
|
rain.append(Wait(0.5))
|
|||
|
rain.append(Func(TieDye))
|
|||
|
rain.append(Wait(0.5))
|
|||
|
rain.append(Func(rainglov))
|
|||
|
rain.start()
|
|||
|
rainglov()
|
|||
|
|
|||
|
|
|||
|
FUNNY BOT:
|
|||
|
|
|||
|
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def intro():
|
|||
|
base.localAvatar.b_setAnimState('ScientistEmcee')
|
|||
|
base.talkAssistant.sendOpenTalk('Congratulations Toons! Something JUST HAPPENED U JUST **** ed YOUR MOM ')
|
|||
|
def part2():
|
|||
|
base.talkAssistant.sendOpenTalk('You all FAIL!!! and **** U!!!')
|
|||
|
def part3():
|
|||
|
base.talkAssistant.sendOpenTalk('You all have not successfully held off the Cog Invasions So know there gonna **** your mom happy DAYS ')
|
|||
|
def part4():
|
|||
|
base.talkAssistant.sendOpenTalk('With a little help from our **** ed up newly animated friends that some how think its fun to **** there mom')
|
|||
|
def part5():
|
|||
|
base.talkAssistant.sendOpenTalk('And brought Toontown back to its usual **** ed up self!')
|
|||
|
def part6():
|
|||
|
base.talkAssistant.sendOpenTalk('We hope to get the Silly Meter rising again soon so u all can break it again!!! -_- u **** Grr')
|
|||
|
def part7():
|
|||
|
base.talkAssistant.sendOpenTalk('So in the meantime, keep up the Cog fight While i take a break and watch tv and eat bacon')
|
|||
|
def part8():
|
|||
|
base.talkAssistant.sendOpenTalk('And enjoy the silliest place ever, Hawk town YAY **** u all none hawk ARe leave toontown')
|
|||
|
def part9():
|
|||
|
base.talkAssistant.sendOpenTalk('So while we take over u can all **** ur self ')
|
|||
|
def part10():
|
|||
|
base.talkAssistant.sendOpenTalk('So **** u all and a happy new year WOO')
|
|||
|
def part11():
|
|||
|
base.talkAssistant.sendOpenTalk(' Remember u are all ******* in the inside So anyways ')
|
|||
|
def part12():
|
|||
|
base.talkAssistant.sendOpenTalk('So thanks for listening **** this ')
|
|||
|
def onTime():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(intro))
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(part2))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part3))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part4))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part5))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part6))
|
|||
|
seq.append(Wait(15))
|
|||
|
seq.append(Func(part7))
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(part8))
|
|||
|
seq.append(Wait(10))
|
|||
|
seq.append(Func(part9))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part10))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part11))
|
|||
|
seq.append(Wait(5))
|
|||
|
seq.append(Func(part12))
|
|||
|
seq.start()
|
|||
|
onTime()
|
|||
|
|
|||
|
|
|||
|
TOON CONTROL:
|
|||
|
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render")
|
|||
|
for ttd in base.cr.doFindAll("render"):
|
|||
|
ttd.setHpr(0,0,315)
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("render")
|
|||
|
for ttd in base.cr.doFindAll("render"):
|
|||
|
ttd.displayTalk('LOL')
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("TagGame")
|
|||
|
for ttd in base.cr.doFindAll("TagGame"):
|
|||
|
ttd.setIt()
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("DivingGame")
|
|||
|
for ttd in base.cr.doFindAll("DivingGame"):
|
|||
|
ttd.setTreasureGrabbed(base.localAvatar.doId, True)
|
|||
|
|
|||
|
ttd = base.cr.doFindAll("TargetGame")
|
|||
|
for ttd in base.cr.doFindAll("TargetGame"):
|
|||
|
ttd.speedForward = 2000
|
|||
|
ttd.speedLaunch = 2000
|
|||
|
|
|||
|
render/ for all toons:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
MOD MAGIC:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = .1
|
|||
|
base.localAvatar.physControls.setGravity(.00001)
|
|||
|
|
|||
|
|
|||
|
Music Code:
|
|||
|
|
|||
|
music1 = base.loader.loadSfx("phase_9/audio/bgm/CHQ_FACT_bg.mid")
|
|||
|
music1.setLoop(True)
|
|||
|
music1.play()
|
|||
|
|
|||
|
music1 = base.loader.loadSfx("Custom/Sfx/Losing You.mp3")
|
|||
|
music1.setVolume(.2)
|
|||
|
music1.setLoop(True)
|
|||
|
music1.play()
|
|||
|
|
|||
|
bgMusic1 = base.loader.loadSfx("phase_12/audio/bgm/Bossbot_Factory_v3.mid")
|
|||
|
bgMusic1.setLoop(True)
|
|||
|
bgMusic1.play()
|
|||
|
|
|||
|
music1.setLoopCount(3)
|
|||
|
|
|||
|
music1.setPlayRate(.5)
|
|||
|
|
|||
|
music1.setTime(20)
|
|||
|
|
|||
|
music1.getTime()
|
|||
|
|
|||
|
music1.length()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Bank Customization :
|
|||
|
|
|||
|
bank = base.cr.doFindAll("Bank")
|
|||
|
for bank in base.cr.doFindAll("Bank"):
|
|||
|
bank.find('**/pigBody').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/pigHead').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/earR').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/earL').setColor(0.242, 0.742, 0.516, 1)
|
|||
|
bank.find('**/bowl').setColor(0.97,0.3,0.3,1)
|
|||
|
bank.find('**/pedal').setColor(0.97,0.3,0.3,1)
|
|||
|
bank.find('**/base').setColor(0,0,255)
|
|||
|
bank.find('**/main_base').setColor(0,0,255)
|
|||
|
bank.find('**/label').setColor(0,0,255)
|
|||
|
bank.find('**/lid').setColor(0,0,255)
|
|||
|
bank.find('**/jellybeans').removeNode()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
WEIRD SUIT:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setSystemMessage(0, 'Welcome To My Weird Suit Made By Mod Marc Aim: Rvinevine')
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_3/maps/Humanist.rgb")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
AWESOME ON SCREEN BUTTONS:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = " "
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = " "
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Collisions Off"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Collisions"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Laff"
|
|||
|
textObject.setText(bk_text)
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Die"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.d_squish(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "RAID"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setSC(20136)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Big"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n' * 256)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "Global"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
closetn = base.cr.doFindAll("closet")
|
|||
|
for closetn in base.cr.doFindAll("closet"):
|
|||
|
messenger.send("purchaseDone-" + str(closetn.doId))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText9():
|
|||
|
bk_text = "Member"
|
|||
|
textObject.setText(bk_text)
|
|||
|
def new():
|
|||
|
return True
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText10():
|
|||
|
bk_text = "Funny"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText11():
|
|||
|
bk_text = "DC"
|
|||
|
textObject.setText(bk_text)
|
|||
|
localAvatar.d_setAnimState('Disconneted')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText12():
|
|||
|
bk_text = "TTC"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText13():
|
|||
|
bk_text = "Work"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText14():
|
|||
|
bk_text = "Victory"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('victory'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText15():
|
|||
|
bk_text = "Dive"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText16():
|
|||
|
bk_text = "Port Out"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText17():
|
|||
|
bk_text = "Port In"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText18():
|
|||
|
bk_text = "Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText19():
|
|||
|
bk_text = "Emcee"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistEmcee'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText20():
|
|||
|
bk_text = "Jealous"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistJealous'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText21():
|
|||
|
bk_text = "UpsideD"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr((0,0,180))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText22():
|
|||
|
bk_text = "OnFace"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(-50,-50,0)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText23():
|
|||
|
bk_text = "OnBack"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(0,90,0)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText24():
|
|||
|
bk_text = "FU"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('We are TEAM FeD \n' *10)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText25():
|
|||
|
bk_text = "SIDE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText26():
|
|||
|
bk_text = "Invis"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2090)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText27():
|
|||
|
bk_text = "000"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk(' \000' *200)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText28():
|
|||
|
bk_text = "annoy"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText29():
|
|||
|
bk_text = "Tw"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('TEAM FeD WILL RULE!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText30():
|
|||
|
bk_text = "Cheese"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('CHEESE IS THE ANSWER\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText31():
|
|||
|
bk_text = "RULE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('WE ARE THE RULERS!!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText32():
|
|||
|
bk_text = "MUAHAHAHA"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('MUAHAHA\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText33():
|
|||
|
bk_text = "No sleep"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText34():
|
|||
|
bk_text = "Red"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText35():
|
|||
|
bk_text = "bg"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.30,54.34564,0.23)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText36():
|
|||
|
bk_text = "by"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(4.30,54.564,0.123)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText37():
|
|||
|
bk_text = "Tie dye"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText38():
|
|||
|
bk_text = "Tie dye2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText39():
|
|||
|
bk_text = "Arms"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText40():
|
|||
|
bk_text = "Arms"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText41():
|
|||
|
bk_text = "nose"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/nose').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText42():
|
|||
|
bk_text = "head"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/head').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText43():
|
|||
|
bk_text = "head2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/clothes').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText44():
|
|||
|
bk_text = "arms2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText45():
|
|||
|
bk_text = "legs2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText46():
|
|||
|
bk_text = "feet2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/feet').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText47():
|
|||
|
bk_text = "eyes"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/eyes').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText48():
|
|||
|
bk_text = "nose2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/nose').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText49():
|
|||
|
bk_text = "neck"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/neck').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText50():
|
|||
|
bk_text = "Shirt"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText51():
|
|||
|
bk_text = "pants"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText52():
|
|||
|
bk_text = "sky"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText52():
|
|||
|
bk_text = "sleeves"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("COff", "coff", "coff", "COff"), scale=.05, pos = (-.92,-0,-.98), command=setText1)
|
|||
|
b2 = DirectButton(text = ("COn", "Con", "Con", "COn"), scale=.05, pos = (-.8,-0,-.98), command=setText2)
|
|||
|
b3 = DirectButton(text = ("Laff", "laff", "laff", "Laff"), scale=.05, pos = (-.7,-0,-.98), command=setText3)
|
|||
|
b4 = DirectButton(text = ("Die", "die", "die", "Die"), scale=.05, pos = (-.58,-0,-.98), command=setText4)
|
|||
|
b5 = DirectButton(text = ("RAID", "RAID", "RAID", "RAID"), scale=.05, pos = (-.4,0,-.98), command=setText5)
|
|||
|
b6 = DirectButton(text = ("BIG", "big", "big", "BIG"), scale=.05, pos = (-.2,-0,-.98), command=setText6)
|
|||
|
b7 = DirectButton(text = ("Global", "global", "global", "Global"), scale=.05, pos = (-.0,-0,-.98), command=setText7)
|
|||
|
b8 = DirectButton(text = ("Clothes", "clothes", "clothes", "Clothes"), scale=.05, pos = (.180,-0,-.98), command=setText8)
|
|||
|
b9 = DirectButton(text = ("Mem", "Mem", "Mem", "Mem"), scale=.05, pos = (.39,-10,-.92), command=setText9)
|
|||
|
b10 = DirectButton(text = ("Funny", "Funny", "Funny", "Funny"), scale=.05, pos = (.4,-1,-.98), command=setText10)
|
|||
|
b11 = DirectButton(text = ("DC", "DC", "DC", "DC"), scale=.05, pos = (.55,-41,-.98), command=setText11)
|
|||
|
b12 = DirectButton(text = ("ttc", "ttc", "ttc", "ttc"), scale=.05, pos = (.64,-0,-.98), command=setText12)
|
|||
|
b13 = DirectButton(text = ("sw", "sw", "sw", "sw"), scale=.05, pos = (.28,-0,-.92), command=setText13)
|
|||
|
b14 = DirectButton(text = ("v", "v", "v", "v"), scale=.05, pos = (-.10,-0,-.98), command=setText14)
|
|||
|
b15 = DirectButton(text = ("d", "d", "d", "d"), scale=.05, pos = (-.50,-0,-.98), command=setText15)
|
|||
|
b16 = DirectButton(text = ("to", "to", "to", "to"), scale=.05, pos = (.55,-0,-.92), command=setText16)
|
|||
|
b17 = DirectButton(text = ("ti", "ti", "ti", "ti"), scale=.05, pos = (.63,-0,-.92), command=setText17)
|
|||
|
b18 = DirectButton(text = ("Sp", "Sp", "Sp", "Sp"), scale=.05, pos = (.20,-0,-.91), command=setText18)
|
|||
|
b19 = DirectButton(text = ("Se", "Se", "Se", "Se"), scale=.05, pos = (.12,-0,-.91), command=setText19)
|
|||
|
b20 = DirectButton(text = ("Sj", "Sj", "Sj", "Sj"), scale=.05, pos = (.7,-0,-.91), command=setText20)
|
|||
|
b21 = DirectButton(text = ("UpD", "upd", "upd", "Upd"), scale=.05, pos = (-.9,-0,-.91), command=setText21)
|
|||
|
b22 = DirectButton(text = ("FOF", "FOF", "FOF", "FOF"), scale=.05, pos = (-.7,-0,-.91), command=setText22)
|
|||
|
b23 = DirectButton(text = ("BOF", "bof", "bof", "BOF"), scale=.05, pos = (-.6,-0,-.91), command=setText23)
|
|||
|
b24 = DirectButton(text = ("FU", "fu", "fu", "FU"), scale=.05, pos = (.8,-0,-.91), command=setText24)
|
|||
|
b25 = DirectButton(text = ("SID", "sid", "sid", "SID"), scale=.05, pos = (-.8,-0,-.91), command=setText25)
|
|||
|
b26 = DirectButton(text = ("INV", "inv", "inv", "INV"), scale=.05, pos = (.78,-0,-.98), command=setText26)
|
|||
|
b27 = DirectButton(text = ("000", "000", "000", "000"), scale=.05, pos = (.90,-0,-.98), command=setText27)
|
|||
|
b28 = DirectButton(text = ("annoy", "annoy", "annoy", "annoy"), scale=.05, pos = (.94,-0,-.91), command=setText28)
|
|||
|
b29 = DirectButton(text = ("Tw", "Tw", "Tw", "tw"), scale=.05, pos = (-.99,-0,-.96), command=setText29)
|
|||
|
b30 = DirectButton(text = ("Cheese", "Cheese", "Cheese", "Cheese"), scale=.05, pos = (-.99,-0,-.86), command=setText30)
|
|||
|
b31 = DirectButton(text = ("RULERS", "RULERS", "RULERS", "RULERS"), scale=.05, pos = (-.90,-0,-.80), command=setText31)
|
|||
|
b32 = DirectButton(text = ("MUAHAHAHA", "MUAHAHAHA", "MUAHAHAHA", "MUAHAHAHA"), scale=.05, pos = (-.70,-0,-.86), command=setText32)
|
|||
|
b33 = DirectButton(text = ("No sleep", "No sleep", "No sleep", "No sleep"), scale=.05, pos = (-.44,-0,-.86), command=setText33)
|
|||
|
b34 = DirectButton(text = ("Red", "Red", "Red", "Red"), scale=.05, pos = (-.29,-0,-.86), command=setText34)
|
|||
|
b35 = DirectButton(text = ("bg", "bg", "bg", "bg"), scale=.05, pos = (-.20,-0,-.86), command=setText35)
|
|||
|
b36 = DirectButton(text = ("by", "by", "by", "by"), scale=.05, pos = (-.10,-0,-.86), command=setText36)
|
|||
|
b37 = DirectButton(text = ("Tie dye", "Tie dye", "Tie dye", "Tie dye"), scale=.05, pos = (.39,-10,-.84), command=setText37)
|
|||
|
b38 = DirectButton(text = ("Tie dye2", "Tie dye2", "Tie dye2", "Tie dye2"), scale=.05, pos = (.20,-10,-.84), command=setText38)
|
|||
|
b39 = DirectButton(text = ("Arms", "Arms", "Arms", "Arms"), scale=.05, pos = (.54,-10,-.84), command=setText39)
|
|||
|
b40 = DirectButton(text = ("legs", "legs", "legs", "legs"), scale=.05, pos = (.70,-10,-.84), command=setText40)
|
|||
|
b41 = DirectButton(text = ("nose", "nose", "nose", "nose"), scale=.05, pos = (.87,-10,-.84), command=setText41)
|
|||
|
b42 = DirectButton(text = ("head", "head", "head", "head"), scale=.05, pos = (-.70,-0,-.80), command=setText42)
|
|||
|
b43 = DirectButton(text = ("head2", "head2", "head2", "head2"), scale=.05, pos = (-.50,-0,-.80), command=setText43)
|
|||
|
b44 = DirectButton(text = ("arms2", "arms2", "arms2", "arms2"), scale=.05, pos = (-.33,-0,-.80), command=setText44)
|
|||
|
b45 = DirectButton(text = ("legs2", "legs2", "legs2", "legs2"), scale=.05, pos = (-.16,-0,-.80), command=setText45)
|
|||
|
b46 = DirectButton(text = ("feet2", "feet2", "feet2", "feet2"), scale=.05, pos = (.20,-10,-.80), command=setText46)
|
|||
|
b47 = DirectButton(text = ("eyes", "eyes", "eyes", "eyes"), scale=.05, pos = (.39,-10,-.79), command=setText47)
|
|||
|
b48 = DirectButton(text = ("nose2", "nose2", "nose2", "nose2"), scale=.05, pos = (.54,-10,-.79), command=setText48)
|
|||
|
b49 = DirectButton(text = ("neck", "neck", "neck", "neck"), scale=.05, pos = (.71,-10,-.79), command=setText49)
|
|||
|
b50 = DirectButton(text = ("shirt", "shirt", "shirt", "shirt"), scale=.05, pos = (.87,-10,-.79), command=setText50)
|
|||
|
b51 = DirectButton(text = ("pants", "pants", "pants", "pants"), scale=.05, pos = (-.90,-0,-.74), command=setText51)
|
|||
|
b52 = DirectButton(text = ("sky", "sky", "sky", "sky"), scale=.05, pos = (-.73,-0,-.74), command=setText52)
|
|||
|
b52 = DirectButton(text = ("sleeves", "sleeves", "sleeves", "sleeves"), scale=.05, pos = (-.55,-0,-.74), command=setText52)
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = ""
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Run Fast"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 100
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Hi Jump"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 150
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = ""
|
|||
|
textObject.setText(bk_text)
|
|||
|
cc = base.cr.doFindAll("Peppy")
|
|||
|
for cc in base.cr.doFindAll("Peppy"):
|
|||
|
cc.copyTo(render)
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("Speed", "speed", "speed", "Speed"), scale=.05, pos = (-.4,-0,-.91), command=setText1)
|
|||
|
b2 = DirectButton(text = ("Jump", "Jump", "jump", "Jump"), scale=.05, pos = (-.2,-0,-.91), command=setText2)
|
|||
|
b3 = DirectButton(text = ("Clone", "Clone", "Cloned", "Cloned"), scale=.05, pos = (0,-2.93,-.91), command=setText3)
|
|||
|
|
|||
|
|
|||
|
fast dance:
|
|||
|
|
|||
|
messenger.send([base.localAvatar.b_setAnimState('victory',5)])
|
|||
|
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.Disconnect_toon('The')
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
LIVE SUIT!!:
|
|||
|
|
|||
|
|
|||
|
Change x02 To change body
|
|||
|
base.localAvatar.setDNAString('t\x01\x02\x01\x01\x62\x1c\x02\x1c\x27\x1c\x14\x00\x14\x14')
|
|||
|
|
|||
|
Fat Toon Body
|
|||
|
base.localAvatar.setDNAString('t\x01\x00\x01\x01\x62\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Live Scientist Suit
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x62\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Skirt Mode
|
|||
|
base.localAvatar.setDNAString('t\x01\x04\x01\x01\x62\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Extra
|
|||
|
base.localAvatar.setDNAString('t\x02\x01\x02\x01\x62\x1b\x00\x1b\x27\x5b\x10\x00\x10\x10')
|
|||
|
|
|||
|
Test Town Shirt
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x01\x1b\x01\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
White Flippy Clothes
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x03\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Garden Clothes
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x07\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Star
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x07\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
VP Shorts
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x47\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Clown Fish
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x48\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Boot
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x49\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Green Vine Down
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x25\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Race Shirt
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x27\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
3D Text Form
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x28\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Cow Boy Red/Blue
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x35\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Lure
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x44\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Sun
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x50\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Sand
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x51\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Bubble Shirt
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x53\x1b\x48\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Bee
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x54\x1b\x49\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Medal Shirt
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x54\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Building Saver
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x57\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Building Saver Suit
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x58\x1b\x55\x1b\x21\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Calendar
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x59\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Red Bow Paint Scientist Suit
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x61\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Purple Tie Scientist Suit
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x62\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
Green Tie Scientist Suit
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x63\x1b\x01\x1b\x29\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
All Blue Scienitst
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x62\x1c\x02\x1c\x27\x1c\x14\x00\x14\x14')
|
|||
|
|
|||
|
Vp Sleeve
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x58\x1b\x62\x1b\x21\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
base.localAvatar.setDNAString('t\x01\x04\x01\x01\32\x1d\x23\x1d\x11\x1c\x14\x00\x14\x14')
|
|||
|
|
|||
|
localAvatar.setDNAString('t\x01\x01\x01\x01\x52\x1c\x02\x1c\x28\x1e\x14\x00\x14\x14')
|
|||
|
|
|||
|
base.localAvatar.setDNAString('t\x05\x02\x00\x01\x58\x1d\x26\x1c\x16\x1d\x0e\x00\x0e\x0e')
|
|||
|
|
|||
|
NEW LIFE SCARECROW:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.d_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Maybe live goves:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x25\1b\x00\x1b\x25\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
AWESOME BUTTONS:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = " "
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = " "
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Collisions Off"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Collisions"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Laff"
|
|||
|
textObject.setText(bk_text)
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Die"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.d_squish(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "RAID"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setSC(20136)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Big"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n' * 256)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "Global"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
closetn = base.cr.doFindAll("closet")
|
|||
|
for closetn in base.cr.doFindAll("closet"):
|
|||
|
messenger.send("purchaseDone-" + str(closetn.doId))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText9():
|
|||
|
bk_text = "Member"
|
|||
|
textObject.setText(bk_text)
|
|||
|
def new():
|
|||
|
return True
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText10():
|
|||
|
bk_text = "Funny"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText11():
|
|||
|
bk_text = "DC"
|
|||
|
textObject.setText(bk_text)
|
|||
|
localAvatar.d_setAnimState('Disconneted')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText12():
|
|||
|
bk_text = "TTC"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText13():
|
|||
|
bk_text = "Work"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText14():
|
|||
|
bk_text = "Victory"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('victory'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText15():
|
|||
|
bk_text = "Dive"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText16():
|
|||
|
bk_text = "Port Out"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText17():
|
|||
|
bk_text = "Port In"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText18():
|
|||
|
bk_text = "Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText19():
|
|||
|
bk_text = "Emcee"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistEmcee'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText20():
|
|||
|
bk_text = "Jealous"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistJealous'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText21():
|
|||
|
bk_text = "UpsideD"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr((0,0,180))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText22():
|
|||
|
bk_text = "OnFace"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(-50,-50,0)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText23():
|
|||
|
bk_text = "OnBack"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(0,90,0)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText24():
|
|||
|
bk_text = "FU"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('We are TEAM FeD \n' *10)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText25():
|
|||
|
bk_text = "SIDE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText26():
|
|||
|
bk_text = "Invis"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2090)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText27():
|
|||
|
bk_text = "000"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk(' \000' *200)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText28():
|
|||
|
bk_text = "annoy"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText29():
|
|||
|
bk_text = "Tw"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('TEAM FeD WILL RULE!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText30():
|
|||
|
bk_text = "Cheese"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('CHEESE IS THE ANSWER\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText31():
|
|||
|
bk_text = "RULE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('WE ARE THE RULERS!!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText32():
|
|||
|
bk_text = "MUAHAHAHA"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('MUAHAHA\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText33():
|
|||
|
bk_text = "No sleep"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText34():
|
|||
|
bk_text = "Red"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText35():
|
|||
|
bk_text = "bg"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.30,54.34564,0.23)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText36():
|
|||
|
bk_text = "by"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(4.30,54.564,0.123)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText37():
|
|||
|
bk_text = "Tie dye"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText38():
|
|||
|
bk_text = "Tie dye2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText39():
|
|||
|
bk_text = "Arms"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText40():
|
|||
|
bk_text = "Arms"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText41():
|
|||
|
bk_text = "nose"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/nose').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText42():
|
|||
|
bk_text = "head"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/head').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText43():
|
|||
|
bk_text = "head2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/clothes').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText44():
|
|||
|
bk_text = "arms2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText45():
|
|||
|
bk_text = "legs2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText46():
|
|||
|
bk_text = "feet2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/feet').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText47():
|
|||
|
bk_text = "eyes"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/eyes').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText48():
|
|||
|
bk_text = "nose2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/nose').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText49():
|
|||
|
bk_text = "neck"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/neck').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText50():
|
|||
|
bk_text = "Shirt"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText51():
|
|||
|
bk_text = "pants"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText52():
|
|||
|
bk_text = "sky"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText52():
|
|||
|
bk_text = "sleeves"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("COff", "coff", "coff", "COff"), scale=.05, pos = (-.92,-0,-.98), command=setText1)
|
|||
|
b2 = DirectButton(text = ("COn", "Con", "Con", "COn"), scale=.05, pos = (-.8,-0,-.98), command=setText2)
|
|||
|
b3 = DirectButton(text = ("Laff", "laff", "laff", "Laff"), scale=.05, pos = (-.7,-0,-.98), command=setText3)
|
|||
|
b4 = DirectButton(text = ("Die", "die", "die", "Die"), scale=.05, pos = (-.58,-0,-.98), command=setText4)
|
|||
|
b5 = DirectButton(text = ("RAID", "RAID", "RAID", "RAID"), scale=.05, pos = (-.4,0,-.98), command=setText5)
|
|||
|
b6 = DirectButton(text = ("BIG", "big", "big", "BIG"), scale=.05, pos = (-.2,-0,-.98), command=setText6)
|
|||
|
b7 = DirectButton(text = ("Global", "global", "global", "Global"), scale=.05, pos = (-.0,-0,-.98), command=setText7)
|
|||
|
b8 = DirectButton(text = ("Clothes", "clothes", "clothes", "Clothes"), scale=.05, pos = (.180,-0,-.98), command=setText8)
|
|||
|
b9 = DirectButton(text = ("Mem", "Mem", "Mem", "Mem"), scale=.05, pos = (.39,-10,-.92), command=setText9)
|
|||
|
b10 = DirectButton(text = ("Funny", "Funny", "Funny", "Funny"), scale=.05, pos = (.4,-1,-.98), command=setText10)
|
|||
|
b11 = DirectButton(text = ("DC", "DC", "DC", "DC"), scale=.05, pos = (.55,-41,-.98), command=setText11)
|
|||
|
b12 = DirectButton(text = ("ttc", "ttc", "ttc", "ttc"), scale=.05, pos = (.64,-0,-.98), command=setText12)
|
|||
|
b13 = DirectButton(text = ("sw", "sw", "sw", "sw"), scale=.05, pos = (.28,-0,-.92), command=setText13)
|
|||
|
b14 = DirectButton(text = ("v", "v", "v", "v"), scale=.05, pos = (-.10,-0,-.98), command=setText14)
|
|||
|
b15 = DirectButton(text = ("d", "d", "d", "d"), scale=.05, pos = (-.50,-0,-.98), command=setText15)
|
|||
|
b16 = DirectButton(text = ("to", "to", "to", "to"), scale=.05, pos = (.55,-0,-.92), command=setText16)
|
|||
|
b17 = DirectButton(text = ("ti", "ti", "ti", "ti"), scale=.05, pos = (.63,-0,-.92), command=setText17)
|
|||
|
b18 = DirectButton(text = ("Sp", "Sp", "Sp", "Sp"), scale=.05, pos = (.20,-0,-.91), command=setText18)
|
|||
|
b19 = DirectButton(text = ("Se", "Se", "Se", "Se"), scale=.05, pos = (.12,-0,-.91), command=setText19)
|
|||
|
b20 = DirectButton(text = ("Sj", "Sj", "Sj", "Sj"), scale=.05, pos = (.7,-0,-.91), command=setText20)
|
|||
|
b21 = DirectButton(text = ("UpD", "upd", "upd", "Upd"), scale=.05, pos = (-.9,-0,-.91), command=setText21)
|
|||
|
b22 = DirectButton(text = ("FOF", "FOF", "FOF", "FOF"), scale=.05, pos = (-.7,-0,-.91), command=setText22)
|
|||
|
b23 = DirectButton(text = ("BOF", "bof", "bof", "BOF"), scale=.05, pos = (-.6,-0,-.91), command=setText23)
|
|||
|
b24 = DirectButton(text = ("FU", "fu", "fu", "FU"), scale=.05, pos = (.8,-0,-.91), command=setText24)
|
|||
|
b25 = DirectButton(text = ("SID", "sid", "sid", "SID"), scale=.05, pos = (-.8,-0,-.91), command=setText25)
|
|||
|
b26 = DirectButton(text = ("INV", "inv", "inv", "INV"), scale=.05, pos = (.78,-0,-.98), command=setText26)
|
|||
|
b27 = DirectButton(text = ("000", "000", "000", "000"), scale=.05, pos = (.90,-0,-.98), command=setText27)
|
|||
|
b28 = DirectButton(text = ("annoy", "annoy", "annoy", "annoy"), scale=.05, pos = (.94,-0,-.91), command=setText28)
|
|||
|
b29 = DirectButton(text = ("Tw", "Tw", "Tw", "tw"), scale=.05, pos = (-.99,-0,-.96), command=setText29)
|
|||
|
b30 = DirectButton(text = ("Cheese", "Cheese", "Cheese", "Cheese"), scale=.05, pos = (-.99,-0,-.86), command=setText30)
|
|||
|
b31 = DirectButton(text = ("RULERS", "RULERS", "RULERS", "RULERS"), scale=.05, pos = (-.90,-0,-.80), command=setText31)
|
|||
|
b32 = DirectButton(text = ("MUAHAHAHA", "MUAHAHAHA", "MUAHAHAHA", "MUAHAHAHA"), scale=.05, pos = (-.70,-0,-.86), command=setText32)
|
|||
|
b33 = DirectButton(text = ("No sleep", "No sleep", "No sleep", "No sleep"), scale=.05, pos = (-.44,-0,-.86), command=setText33)
|
|||
|
b34 = DirectButton(text = ("Red", "Red", "Red", "Red"), scale=.05, pos = (-.29,-0,-.86), command=setText34)
|
|||
|
b35 = DirectButton(text = ("bg", "bg", "bg", "bg"), scale=.05, pos = (-.20,-0,-.86), command=setText35)
|
|||
|
b36 = DirectButton(text = ("by", "by", "by", "by"), scale=.05, pos = (-.10,-0,-.86), command=setText36)
|
|||
|
b37 = DirectButton(text = ("Tie dye", "Tie dye", "Tie dye", "Tie dye"), scale=.05, pos = (.39,-10,-.84), command=setText37)
|
|||
|
b38 = DirectButton(text = ("Tie dye2", "Tie dye2", "Tie dye2", "Tie dye2"), scale=.05, pos = (.20,-10,-.84), command=setText38)
|
|||
|
b39 = DirectButton(text = ("Arms", "Arms", "Arms", "Arms"), scale=.05, pos = (.54,-10,-.84), command=setText39)
|
|||
|
b40 = DirectButton(text = ("legs", "legs", "legs", "legs"), scale=.05, pos = (.70,-10,-.84), command=setText40)
|
|||
|
b41 = DirectButton(text = ("nose", "nose", "nose", "nose"), scale=.05, pos = (.87,-10,-.84), command=setText41)
|
|||
|
b42 = DirectButton(text = ("head", "head", "head", "head"), scale=.05, pos = (-.70,-0,-.80), command=setText42)
|
|||
|
b43 = DirectButton(text = ("head2", "head2", "head2", "head2"), scale=.05, pos = (-.50,-0,-.80), command=setText43)
|
|||
|
b44 = DirectButton(text = ("arms2", "arms2", "arms2", "arms2"), scale=.05, pos = (-.33,-0,-.80), command=setText44)
|
|||
|
b45 = DirectButton(text = ("legs2", "legs2", "legs2", "legs2"), scale=.05, pos = (-.16,-0,-.80), command=setText45)
|
|||
|
b46 = DirectButton(text = ("feet2", "feet2", "feet2", "feet2"), scale=.05, pos = (.20,-10,-.80), command=setText46)
|
|||
|
b47 = DirectButton(text = ("eyes", "eyes", "eyes", "eyes"), scale=.05, pos = (.39,-10,-.79), command=setText47)
|
|||
|
b48 = DirectButton(text = ("nose2", "nose2", "nose2", "nose2"), scale=.05, pos = (.54,-10,-.79), command=setText48)
|
|||
|
b49 = DirectButton(text = ("neck", "neck", "neck", "neck"), scale=.05, pos = (.71,-10,-.79), command=setText49)
|
|||
|
b50 = DirectButton(text = ("shirt", "shirt", "shirt", "shirt"), scale=.05, pos = (.87,-10,-.79), command=setText50)
|
|||
|
b51 = DirectButton(text = ("pants", "pants", "pants", "pants"), scale=.05, pos = (-.90,-0,-.74), command=setText51)
|
|||
|
b52 = DirectButton(text = ("sky", "sky", "sky", "sky"), scale=.05, pos = (-.73,-0,-.74), command=setText52)
|
|||
|
b52 = DirectButton(text = ("sleeves", "sleeves", "sleeves", "sleeves"), scale=.05, pos = (-.55,-0,-.74), command=setText52)
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = ""
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Run Fast"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 100
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Hi Jump"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 150
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = ""
|
|||
|
textObject.setText(bk_text)
|
|||
|
cc = base.cr.doFindAll("Peppy")
|
|||
|
for cc in base.cr.doFindAll("Peppy"):
|
|||
|
cc.copyTo(render)
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("Speed", "speed", "speed", "Speed"), scale=.05, pos = (-.4,-0,-.91), command=setText1)
|
|||
|
b2 = DirectButton(text = ("Jump", "Jump", "jump", "Jump"), scale=.05, pos = (-.2,-0,-.91), command=setText2)
|
|||
|
b3 = DirectButton(text = ("Clone", "Clone", "Cloned", "Cloned"), scale=.05, pos = (0,-2.93,-.91), command=setText3)
|
|||
|
|
|||
|
|
|||
|
FISHING CODE:
|
|||
|
|
|||
|
|
|||
|
fishCaught = 0
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
def catch():
|
|||
|
fish = base.cr.doFindAll("FishingTarget")
|
|||
|
for fish in fish:
|
|||
|
print "Activated"
|
|||
|
|
|||
|
fp = base.cr.doFindAll("FishingPond")
|
|||
|
for fp in fp:
|
|||
|
fp.d_hitTarget(fish)
|
|||
|
def sell():
|
|||
|
base.localAvatar.setMaxFishTank(fishCaught)
|
|||
|
fishman = base.cr.doFindAll("Fisherman")
|
|||
|
for fishman in fishman:
|
|||
|
fishid = fishman.doId
|
|||
|
base.localAvatar.setMoney(base.localAvatar.bankMoney)
|
|||
|
messenger.send('enterNPCToon-' + str(fishid), [1])
|
|||
|
def onGo():
|
|||
|
seq = Sequence()
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Func(catch))
|
|||
|
seq.append(Wait(1))
|
|||
|
seq.append(Func(sell))
|
|||
|
seq.start()
|
|||
|
onGo()
|
|||
|
|
|||
|
|
|||
|
NEW LIVE SCARECROW:
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.d_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
|
|||
|
IMPROVED MOD CLAN SUIT:
|
|||
|
|
|||
|
|
|||
|
shirt = base.localAvatar.findAllMatches('**/torso-top')
|
|||
|
shirttex= loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
shirt.setTexture(shirttex, 1)
|
|||
|
short = base.localAvatar.findAllMatches('**/torso-bot')
|
|||
|
shorttex= loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
short.setTexture(shorttex, 1)
|
|||
|
sleeves = base.localAvatar.findAllMatches('**/sleeves')
|
|||
|
sleevestex= loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
sleeves.setTexture(sleevestex, 1)
|
|||
|
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Flippy Tricker:
|
|||
|
|
|||
|
|
|||
|
flippy.showHpString('Heh...')
|
|||
|
flippy.findAllMatches('**/hands').setColor(0.3,0.3,0.35)
|
|||
|
flippy.findAllMatches('**/head').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/head-front').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/ears-short').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/neck').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/arms').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/legs').setColor(0.97,0.3,0.3,1)
|
|||
|
flippy.findAllMatches('**/feet').setColor(0.97,0.3,0.3,1)
|
|||
|
from direct.actor.Actor import Actor
|
|||
|
from pandac.PandaModules import *
|
|||
|
from direct.task import Task
|
|||
|
import math
|
|||
|
from math import pi, sin, cos
|
|||
|
from direct.showbase.ShowBase import ShowBase
|
|||
|
from direct.task import Task
|
|||
|
from direct.interval.IntervalGlobal import Sequence
|
|||
|
from pandac.PandaModules import Point3
|
|||
|
from pandac.PandaModules import *
|
|||
|
ttHat = loader.loadModel("phase_3.5/models/gui/tt_m_gui_gm_toontroop_whistle.bam")
|
|||
|
ttHat.reparentTo(flippy)
|
|||
|
ttHat.setZ(5)
|
|||
|
ttHat.setColorScale(25)
|
|||
|
ttHatSpin = ttHat.find('**/whistleIcon').hprInterval(3, Vec3(360, 0, 0))
|
|||
|
ttHatSpin.loop()
|
|||
|
flippy.setName('~ Toon Troop ~ Flippy')
|
|||
|
flippy.setSC(4)
|
|||
|
flippy.setEmoteState(0,0)
|
|||
|
|
|||
|
|
|||
|
DC CODE I GUESS: CODE FIXED!!!!! FIXED ON 3-11-11 -_-
|
|||
|
|
|||
|
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
base.localAvatar.d_setAnimState('teleport')
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
TOONTOWN SPLASH LIVE:
|
|||
|
|
|||
|
|
|||
|
toon = base.cr.doFindAll("put.toon.name.here")
|
|||
|
base.localAvatar.d_playSplashEffect(toon[0].getX(), toon[0].getY(), toon[0].getZ(
|
|||
|
|
|||
|
|
|||
|
|
|||
|
MEETING:
|
|||
|
|
|||
|
|
|||
|
Kookytown 3 pm wed LBHQ
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
SWING!:
|
|||
|
|
|||
|
toontown.toon.LocalToon.LocalToon.play(base.localAvatar, 'swing')
|
|||
|
|
|||
|
|
|||
|
ONSCREEN COG SUIT:
|
|||
|
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = "Cog Suit Ready"
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = "Cog Suit Ready"
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Cold Caller"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 0])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 4])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Telemarketer"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 1])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 5])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Name Dropper"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 2])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 6])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Glad Hander"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 3])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 7])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "Mover Shaker"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 4])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 8])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Two Face"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 5])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 9])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "The Mingler"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 6])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 10])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
bk_text = "Mr. Hollywood"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 7])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 11])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText9():
|
|||
|
bk_text = "Remove"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.takeOffSuit()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText10():
|
|||
|
bk_text = "Short Change"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 0])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 4, 4])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText11():
|
|||
|
bk_text = "Penny Pincher"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 1, 1])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 5])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText12():
|
|||
|
bk_text = "Tightwad"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 2, 2])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 6, 6])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText13():
|
|||
|
bk_text = "Bean Counter"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 3, 3])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 7, 7])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText14():
|
|||
|
bk_text = "Number Cruncher"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 4, 4])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 8, 8])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText15():
|
|||
|
bk_text = "Money Bags"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 5, 5])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 9, 9])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText16():
|
|||
|
bk_text = "Loan Shark"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 6, 6])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 10, 10])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText17():
|
|||
|
bk_text = "Robber Baron"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 7, 7])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 11, 11])
|
|||
|
base.localAvatar.setCogParts([9999999999999999, 9999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(2)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText18():
|
|||
|
bk_text = "Bottom Feeder"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 0])
|
|||
|
base.localAvatar.setCogLevels([5, 4, 4, 4])
|
|||
|
base.localAvatar.setCogParts([99999999999999999999, 99999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText19():
|
|||
|
bk_text = "Bloodsucker"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 1, 1, 1])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 5])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText20():
|
|||
|
bk_text = "Double Talker"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 2, 2, 2])
|
|||
|
base.localAvatar.setCogLevels([5, 6, 6, 6])
|
|||
|
base.localAvatar.setCogParts([999999999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText21():
|
|||
|
bk_text = "Ambulance Chaser"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 3, 3, 3])
|
|||
|
base.localAvatar.setCogLevels([5, 7, 7, 7])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999, 9999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText22():
|
|||
|
bk_text = "Backstabber"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 4, 4, 4])
|
|||
|
base.localAvatar.setCogLevels([5, 8, 8, 8])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText23():
|
|||
|
bk_text = "Spin Doctor"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 5, 5, 5])
|
|||
|
base.localAvatar.setCogLevels([5, 9, 9, 9])
|
|||
|
base.localAvatar.setCogParts([999999999999999999999, 99999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText24():
|
|||
|
bk_text = "Legal Eagle"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 6, 6, 6])
|
|||
|
base.localAvatar.setCogLevels([5, 10, 10, 10])
|
|||
|
base.localAvatar.setCogParts([99999999999999999999999, 9999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText25():
|
|||
|
bk_text = "Big Wig"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 7, 7, 7])
|
|||
|
base.localAvatar.setCogLevels([5, 11, 11, 11])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText26():
|
|||
|
bk_text = "Flunky"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([0, 0, 0, 0])
|
|||
|
base.localAvatar.setCogLevels([4, 4, 4, 4])
|
|||
|
base.localAvatar.setCogParts([99999999999999999999, 99999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText27():
|
|||
|
bk_text = "Pencil Pusher"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([1, 1, 1, 1])
|
|||
|
base.localAvatar.setCogLevels([5, 5, 5, 5])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText28():
|
|||
|
bk_text = "YesMan"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([2, 2, 2, 2])
|
|||
|
base.localAvatar.setCogLevels([6, 6, 6, 6])
|
|||
|
base.localAvatar.setCogParts([999999999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText29():
|
|||
|
bk_text = "MircoManager"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([3, 3, 3, 3])
|
|||
|
base.localAvatar.setCogLevels([7, 7, 7, 7])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999, 9999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText30():
|
|||
|
bk_text = "Downsizer"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([4, 4, 4, 4])
|
|||
|
base.localAvatar.setCogLevels([8, 8, 8, 8])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText31():
|
|||
|
bk_text = "Head Hunter"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([5, 5, 5, 5])
|
|||
|
base.localAvatar.setCogLevels([9, 9, 9, 9])
|
|||
|
base.localAvatar.setCogParts([999999999999999999999, 99999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText32():
|
|||
|
bk_text = "Legal Eagle"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([6, 6, 6, 6])
|
|||
|
base.localAvatar.setCogLevels([10, 10, 10, 10])
|
|||
|
base.localAvatar.setCogParts([99999999999999999999999, 9999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText33():
|
|||
|
bk_text = "Big Wig"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setCogMerits([100,60,40,20])
|
|||
|
base.localAvatar.setCogTypes([7, 7, 7, 7])
|
|||
|
base.localAvatar.setCogLevels([11, 11, 11, 11])
|
|||
|
base.localAvatar.setCogParts([9999999999999999999, 999999999999999999999, 56447, 56411])
|
|||
|
base.localAvatar.setCogIndex(0)
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("CC", "cc", "cc", "CC"), scale=.06, pos = (-.98,-0,-.94), command=setText1)
|
|||
|
b2 = DirectButton(text = ("TM", "tm", "tm", "TM"), scale=.06, pos = (-.8,-0,-.94), command=setText2)
|
|||
|
b3 = DirectButton(text = ("ND", "nd", "nd", "ND"), scale=.06, pos = (-.6,-0,-.94), command=setText3)
|
|||
|
b4 = DirectButton(text = ("GH", "gh", "gh", "GH"), scale=.06, pos = (-.28,-0,-.94), command=setText4)
|
|||
|
b5 = DirectButton(text = ("MS", "ms", "ms", "MS"), scale=.06, pos = (-0,-0,-.94), command=setText5)
|
|||
|
b6 = DirectButton(text = ("TF", "tf", "tf", "TF"), scale=.06, pos = (.16,-0,-.94), command=setText6)
|
|||
|
b7 = DirectButton(text = ("THE M", "The m", "The m", "THE M"), scale=.06, pos = (.35,-0,-.94), command=setText7)
|
|||
|
b8 = DirectButton(text = ("MH", "mh", "mh", "MH"), scale=.06, pos = (.565,-0,-.94),
|
|||
|
command=setText8)
|
|||
|
b9 = DirectButton(text = ("Remove", "Remove", "Remove", "Remove"), scale=.06, pos =(.900,-0,-.94),
|
|||
|
command=setText9)
|
|||
|
b10 = DirectButton(text = ("SC", "sc", "sc", "SC"), scale=.06, pos = (-.98,-0,-.84), command=setText10)
|
|||
|
b11 = DirectButton(text = ("PP", "pp", "pp", "PP"), scale=.06, pos = (-.8,-0,-.84), command=setText11)
|
|||
|
b12 = DirectButton(text = ("TW", "tw", "tw", "TW"), scale=.06, pos = (-.6,-0,-.84), command=setText12)
|
|||
|
b13 = DirectButton(text = ("BC", "bc", "bc", "BC"), scale=.06, pos = (-.28,-0,-.84), command=setText13)
|
|||
|
b14 = DirectButton(text = ("NC", "nc", "nc", "NC"), scale=.06, pos = (-0,-0,-.84), command=setText14)
|
|||
|
b15 = DirectButton(text = ("MB", "mb", "mb", "MB"), scale=.06, pos = (.16,-0,-.84), command=setText15)
|
|||
|
b16 = DirectButton(text = ("LS", "ls", "ls", "LS"), scale=.06, pos = (.35,-0,-.84), command=setText16)
|
|||
|
b17 = DirectButton(text = ("RB", "rb", "rb", "RB"), scale=.06, pos = (.565,-0,-.84), command=setText17)
|
|||
|
b18 = DirectButton(text = ("BF", "bf", "bf", "BF"), scale=.06, pos = (-.98,-0,-.74), command=setText18)
|
|||
|
b19 = DirectButton(text = ("BS", "bs", "bs", "BS"), scale=.06, pos = (-.8,-0,-.74), command=setText19)
|
|||
|
b20 = DirectButton(text = ("DT", "dt", "dt", "DT"), scale=.06, pos = (-.6,-0,-.74), command=setText20)
|
|||
|
b21 = DirectButton(text = ("AC", "ac", "ac", "AC"), scale=.06, pos = (-.28,-0,-.74), command=setText21)
|
|||
|
b22 = DirectButton(text = ("BS", "bs", "bs", "BS"), scale=.06, pos = (-0,-0,-.74), command=setText22)
|
|||
|
b23 = DirectButton(text = ("SD", "sd", "sd", "SD"), scale=.06, pos = (.16,-0,-.74), command=setText23)
|
|||
|
b24 = DirectButton(text = ("LE", "le", "le", "LE"), scale=.06, pos = (.35,-0,-.74), command=setText24)
|
|||
|
b25 = DirectButton(text = ("BW", "bw", "bw", "BW"), scale=.06, pos = (.565,-0,-.74), command=setText25)
|
|||
|
b26 = DirectButton(text = ("F", "f", "f", "F"), scale=.06, pos = (-.98,-0,-.64), command=setText26)
|
|||
|
b27 = DirectButton(text = ("Pp", "pp", "pp", "Pp"), scale=.06, pos = (-.8,-0,-.64), command=setText27)
|
|||
|
b28 = DirectButton(text = ("YM", "ym", "ym", "YM"), scale=.06, pos = (-.6,-0,-.64), command=setText28)
|
|||
|
b29 = DirectButton(text = ("MM", "mm", "mm", "MM"), scale=.06, pos = (-.28,-0,-.64), command=setText29)
|
|||
|
b30 = DirectButton(text = ("DS", "ds", "ds", "DS"), scale=.06, pos = (-0,-0,-.64), command=setText30)
|
|||
|
b31 = DirectButton(text = ("HH", "hh", "hh", "HH"), scale=.06, pos = (.16,-0,-.64), command=setText31)
|
|||
|
b32 = DirectButton(text = ("CR", "cr", "cr", "CR"), scale=.06, pos = (.35,-0,-.64), command=setText32)
|
|||
|
b33 = DirectButton(text = ("BC", "bc", "bc", "BC"), scale=.06, pos = (.565,-0,-.64), command=setText33)
|
|||
|
|
|||
|
|
|||
|
Fix CODE:
|
|||
|
|
|||
|
messenger.send('clearOutToonInterior')
|
|||
|
|
|||
|
|
|||
|
|
|||
|
bANNED CODE STILL WORKING ON BUT NOT WORKING..
|
|||
|
|
|||
|
|
|||
|
b = base.cr.doFindAll("render/Toons Name To ban")
|
|||
|
for b in base.cr.doFindAll("render/Toons Name To ban"):
|
|||
|
b.setSCSinging(4)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
old dc:
|
|||
|
NOT WORKING
|
|||
|
|
|||
|
all = base.cr.doFindAll("render/")
|
|||
|
for all in base.cr.doFindAll("render/"):
|
|||
|
all.setSCSinging(4)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
COMMAND BOT:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#command_bot.txt
|
|||
|
#Bot created for Team FD by FD Green Cat FD
|
|||
|
#Logs all whispers made to you and splits them into different pieces of data
|
|||
|
import string
|
|||
|
import StringIO
|
|||
|
from direct.interval.IntervalGlobal import *
|
|||
|
|
|||
|
#Import these modules - String for splitting strings, IntervalGlobal for the bot
|
|||
|
#An Example of what a whisper in the log will look like
|
|||
|
#Along with a Diagram of what to keep and what to split
|
|||
|
#receiveWhisperTalk 247026937 The Toons Name 308435897 None Command Swim
|
|||
|
#==================-------------------------================-------------
|
|||
|
# DELETE THIS KEEP THIS KEEP THIS DELETE THIS KEEP THIS
|
|||
|
#Take out some of the spacing In Between so that we may use the name and command properly
|
|||
|
|
|||
|
#Change the path to your newest Toontown.log file
|
|||
|
#Set up the log file to read from
|
|||
|
filepath = "C:/Program Files/Disney/Disney Online/ToontownOnline/toontown-000000_000000.log"
|
|||
|
file_to_read_from = open(filepath,'r')
|
|||
|
|
|||
|
#Delete whats in the log so that we dont do a command upon running the bot
|
|||
|
trash = file_to_read_from.read()
|
|||
|
del trash
|
|||
|
|
|||
|
#Tell them when the bot is Activated so that they know that there were know errors in the first half of the script
|
|||
|
print
|
|||
|
print "Command Bot Activated"
|
|||
|
print
|
|||
|
#Create a loop that runs forever to check for new commands
|
|||
|
def CheckCommands():
|
|||
|
#Load a line to check for Whispers
|
|||
|
line_to_parse = file_to_read_from.readline()
|
|||
|
if line_to_parse == "": #If we get nothing the the line, do nothing
|
|||
|
pass
|
|||
|
elif "receiveWhisperTalk" in line_to_parse: #If we get a whisper made to us in the loaded file line
|
|||
|
if "Command" in line_to_parse.title(): #If we are dealing with a Command Whisper, start splitting the string
|
|||
|
chunk_to_get = string.split(line_to_parse, "receiveWhisperTalk ")[1] #Take out the first part of the string
|
|||
|
chunk_id = string.split(str(chunk_to_get), " ")[0] #Take out the Toon's DoId for later use
|
|||
|
print "Toon ID: " + str(chunk_id) #Announce the Toon ID
|
|||
|
chunk_to_get = string.split(chunk_to_get, str(chunk_id) + " ")[1] #Cut the ID out of the file line
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "0", "-") #Change the Shard to all -'s
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "1", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "2", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "3", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "4", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "5", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "6", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "7", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "8", "-")
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "9", "-")
|
|||
|
chunk_name = string.split(chunk_to_get, " -")[0] #Cut out the Toon's Name for later use
|
|||
|
print "Toons Name: " + chunk_name #Announce the toons name
|
|||
|
chunk_to_get = string.split(chunk_to_get, " -")[1] #Cut their name out of the file line
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "- ", "") #Split out the empty shard, including the extra space
|
|||
|
chunk_to_get = string.replace(chunk_to_get, "-", "")
|
|||
|
chunk_to_get = string.split(chunk_to_get, "None ")[1] #Cut out the whisper, and keep it
|
|||
|
command_chunk = chunk_to_get[8:] #Cut the command out of the whisper
|
|||
|
command_chunk = string.replace(command_chunk, "\n", "") #Replace the New Line simbol in the command
|
|||
|
print "Command: " + command_chunk #Announce the command
|
|||
|
final_info_list = [int(chunk_id), str(chunk_name), str(command_chunk)] #Set up the information list
|
|||
|
print "Final Info List: " + str(final_info_list) #Show the Final Product
|
|||
|
CommandList = final_info_list #Set up a quick-access copy variable
|
|||
|
if "Splash" in CommandList[2].title(): #If the command is a command for the word Splash
|
|||
|
#Send open-talk text with who the toons name, and the command they sent
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_playSplashEffect(base.localAvatar.getX(), base.localAvatar.getY(), base.localAvatar.getZ())
|
|||
|
base.localAvatar.playSplashEffect(base.localAvatar.getX(), base.localAvatar.getY(), base.localAvatar.getZ())
|
|||
|
if "Add Me" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + " Told me to ' Add Them '")
|
|||
|
messenger.send('friendAvatar', [CommandList[0], str(CommandList[1]), 1])
|
|||
|
elif "Sit" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('SitStart')
|
|||
|
elif "Victory" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('victory')
|
|||
|
elif "Sad" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to go ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Sad')
|
|||
|
elif "Swim" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
elif "Swimming" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Begin ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('swim')
|
|||
|
elif "Run" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('run')
|
|||
|
elif "Walk" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('walk')
|
|||
|
elif "Off" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('off')
|
|||
|
elif "Exit" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('off')
|
|||
|
elif "Neutral" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('neutral')
|
|||
|
elif "Happy" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Happy')
|
|||
|
elif "Catching" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Begin ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Catching')
|
|||
|
elif "Catch Eating" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('CatchEating')
|
|||
|
elif "Sleep" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Sleep')
|
|||
|
elif "Jump Squat" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('jumpSquat')
|
|||
|
elif "Jump" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('jump')
|
|||
|
elif "Jumping" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('jump')
|
|||
|
elif "Jump Airborne" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('jumpAirborne')
|
|||
|
elif "Jump Land" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('jumpLand')
|
|||
|
elif "Swim Hold" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('swimhold')
|
|||
|
elif "Cringe" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('cringe')
|
|||
|
elif "Open Book" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('OpenBook')
|
|||
|
elif "Close Book" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('CloseBook')
|
|||
|
elif "Teleport Out" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
elif "Teleport Away" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
elif "Teleporting Out" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
elif "Teleporting Away" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
elif "Teleporting" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
elif "Teleport" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
elif "Teleport In" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
elif "Teleport Here" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
elif "Teleport Back" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
elif "Teleport Now" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
elif "Teleport Start" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('TeleportIn')
|
|||
|
elif "Die" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(base.localAvatar.maxHp)
|
|||
|
elif "Died" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(base.localAvatar.maxHp)
|
|||
|
elif "Lose All" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(base.localAvatar.maxHp)
|
|||
|
elif "Lose All Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(base.localAvatar.maxHp)
|
|||
|
elif "Loss All" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(base.localAvatar.maxHp)
|
|||
|
elif "Loss All Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(base.localAvatar.maxHp)
|
|||
|
elif "Emote" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Emote')
|
|||
|
elif "Sitting" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Sit')
|
|||
|
elif "Push" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Push')
|
|||
|
elif "Flatten" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Flattened')
|
|||
|
elif "Flattened" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Flattened')
|
|||
|
elif "Flat" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('Flattened')
|
|||
|
elif "Fall Down" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('FallDown')
|
|||
|
elif "Banana Peel" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('FallDown')
|
|||
|
elif "Golf" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfPuttLoop')
|
|||
|
elif "Golf Turn" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfRotateRight')
|
|||
|
elif "Golfing" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfPuttSwing')
|
|||
|
elif "Golf Win" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfGoodPutt')
|
|||
|
elif "Golf Lose" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
elif "Golf Loss" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
elif "Lose Golf" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
elif "Loss Golf" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
elif "Lost Golf" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
elif "Golf Lost" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfBadPutt')
|
|||
|
elif "Golf Won" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfGoodPutt')
|
|||
|
elif "Win Golf" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfGoodPutt')
|
|||
|
elif "Won Golf" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('GolfGoodPutt')
|
|||
|
elif "Scientist" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('ScientistJealous')
|
|||
|
elif "Scientist Working" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('ScientistWork')
|
|||
|
elif "Scientist Work" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('ScientistWork')
|
|||
|
elif "Scientist Game" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.b_setAnimState('ScientistPlay')
|
|||
|
elif "Loss Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
elif "Lose Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
elif "Lost Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
elif "Laff Lose" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
elif "Laff Loss" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
elif "Laff Lost" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to Enter State ' + "' " str(CommandList[2]) + " '")
|
|||
|
base.localAvatar.d_squish(1)
|
|||
|
elif "Gain Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
ttt[0].d_requestGrab()
|
|||
|
elif "Earn Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
ttt[0].d_requestGrab()
|
|||
|
elif "Get Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
ttt[0].d_requestGrab()
|
|||
|
elif "Recieve Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
ttt[0].d_requestGrab()
|
|||
|
elif "Request Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
ttt[0].d_requestGrab()
|
|||
|
elif "Grab Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
ttt[0].d_requestGrab()
|
|||
|
elif "Eat Laff" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + "' " str(CommandList[2]) + " '")
|
|||
|
ttt = base.cr.doFindAll("Treasure")
|
|||
|
ttt[0].d_requestGrab()
|
|||
|
elif "Big Bubble" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 5)
|
|||
|
elif "Dictionary" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Show Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Hide Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "All Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Write Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Tell Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Say Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Give Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Give Me Commands" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk('.Whisper me, Command Scare Crow, Splash, Lose Laff, Gain Laff, Big Bubble Big Whisper, Die, Sit, Swim, Scientist, Golf, Flatten, Scientist Game, Push, Victory, Neutral')
|
|||
|
elif "Say" in CommandList[2].title():
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told me to ' + str(CommandList[2]))
|
|||
|
else:
|
|||
|
base.talkAssistant.sendOpenTalk("' " + str(CommandList[1]) + " '" + ' Told an Incorrect Command ' + str(CommandList[2]))
|
|||
|
def ContinueCheck():
|
|||
|
fil = Sequence()
|
|||
|
fil.append(Func(CheckCommands))
|
|||
|
fil.append(Wait(0.001))
|
|||
|
fil.append(Func(ContinueCheck))
|
|||
|
fil.start()
|
|||
|
ContinueCheck()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
TT LOG FILES THAT YOU CAN CHANGE:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Starting Toontown...
|
|||
|
Current time: Mon Mar 14 22:27:28 2011 Pacific Standard Time
|
|||
|
sys.path = ['']
|
|||
|
sys.argv = ['Toontown']
|
|||
|
os.environ = {'TMP': 'C:\\Users\\MARCRA~1.000\\AppData\\Local\\Temp', 'DOWNLOAD_SERVER': 'http://download.toontown.com/english/currentVersionWIN/content', 'COMPUTERNAME': 'RAMZI-PC3', 'PROCESSOR_REVISION': '0304', 'USERDOMAIN': 'ramzi-PC3', 'GAME_USERNAME': 'Pan0699', 'PSMODULEPATH': 'C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\', 'CHATTERBOX': '', 'PROCESSOR_IDENTIFIER': 'x86 Family 15 Model 3 Stepping 4, GenuineIntel', 'CFG_PATH': '.', 'PROGRAMFILES': 'C:\\Program Files', 'CHAT': '', 'SYSTEMROOT': 'C:\\Windows', 'PATH': ';.', 'COMSPEC': 'C:\\Windows\\system32\\cmd.exe', 'USER_TOONTOWN_ACCESS': 'FULL', 'GAME_ADFRAME_BUTTON_3': 'http://toontown.go.com/toon-hq/top-toons', 'TEMP': 'C:\\Users\\MARCRA~1.000\\AppData\\Local\\Temp', 'LOGIN_TOKEN': 'U2FsdGVkX1/Ej7gFSjKWL0rLqvw4lL2PrBdtSerRaDkVLCpu8Mq83VbBCukGzP9hMnpgw0LPRNf/p1OBIZxaA8LlsYwzPPZqBK+rD4cYJ+a898MvTtwnZ7FfyEtx8ySWxYzGAG/LrsnBwAcL0bSJLpbvnqlgI+2R+Hd/kSYRlZiCTgvJAp5RUPdzKbBGH6i2Od72+M9dZzc7xQTO3Nhn8Kabk2FMvdKXUAkvqjkSK9v9z7Se+S5G3gKHq6BVafFxsmH7aJwnmT+V4un9G5yOcbMKGBAYYtCxZB1wSEdYxLsF3DAThBCVLw5LGlmjL1TDEXIaNbMsXPl4YAwXjp7pcMhXe8eNX0ekpNTWCYmG+IDlVcoTeg9ULTW20it9lLJ1LcX3C16CgRaHBNSoCQ8vY9Ip7vaEuwuLBs+lG3bdRUNJFMnMClOR6tF9PkL6WfS7ZQJaSFRa5lQaUbn2qVU371xdYdd+v/2fP5f/qCBIRvQFCRzNdCyNs+MzVRH39lv9ztPczoONk3AgNgg5mwV400RcLEGZakDwZckMd+0nx3g+y7lvy3breYMxph/qhM877m8ChEhOHXgdnXDAtydyRfjP4UtUi9ifw4PtwsD7OYKbPtcRkcMs5rHDx+g3987T', 'PROCESSOR_ARCHITECTURE': 'x86', 'GAME_ADFRAME_BUTTON_5': '', 'ALLUSERSPROFILE': 'C:\\ProgramData', 'GAME_ADFRAME_BUTTON_1': '', 'PLAYTOKEN': '', 'GAME_ADFRAME_BUTTON_6': 'http://toontown.go.com/membership/account-management/', 'LOCALAPPDATA': 'C:\\Users\\marc.ramzi-PC3.000\\AppData\\Local', 'ACCOUNT_SERVER': 'https://toontown.go.com', 'HOMEPATH': '\\Users\\marc.ramzi-PC3.000', 'GAME_ADFRAME_BUTTON_7': 'http://toontown.go.com/help/report-bug', 'GAME_SERVER': 'https://gameserver-lv.toontown.com', 'USERNAME': 'marc', 'FP_NO_HOST_CHECK': 'NO', 'LOGONSERVER': '\\\\RAMZI-PC3', 'CLASSPATH': '.;C:\\Program Files\\Java\\jre6\\lib\\ext\\QTJava.zip', 'SESSIONNAME': 'Console', 'PROGRAMDATA': 'C:\\ProgramData', 'PYTHONPATH': '.', 'ADFRAME_125X125': '', 'COMMONPROGRAMFILES': 'C:\\Program Files\\Common Files', 'PATHEXT': '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC', 'GAME_ADFRAME_BUTTON_2': '', 'ASL.LOG': 'Destination=file', 'GAME_ADFRAME_BUTTON_4': 'http://toontown.go.com/help/players-guide/', 'IS_TEST_SERVER': '0', 'WEB_ACCT_PARAMS': '', 'GAME_CHAT_ELIGIBLE': '1', 'LGID': '', 'WINDIR': 'C:\\Windows', 'ADFRAME_728X90': '', 'GAME_DISL_ID': '421983190', 'DISLTOKEN': 'U2FsdGVkX1/Ej7gFSjKWL0rLqvw4lL2PrBdtSerRaDkVLCpu8Mq83VbBCukGzP9hMnpgw0LPRNf/p1OBIZxaA8LlsYwzPPZqBK+rD4cYJ+a898MvTtwnZ7FfyEtx8ySWxYzGAG/LrsnBwAcL0bSJLpbvnqlgI+2R+Hd/kSYRlZiCTgvJAp5RUPdzKbBGH6i2Od72+M9dZzc7xQTO3Nhn8Kabk2FMvdKXUAkvqjkSK9v9z7Se+S5G3gKHq6BVafFxsmH7aJwnmT+V4un9G5yOcbMKGBAYYtCxZB1wSEdYxLsF3DAThBCVLw5LGlmjL1TDEXIaNbMsXPl4YAwXjp7pcMhXe8eNX0ekpNTWCYmG+IDlVcoTeg9ULTW20it9lLJ1LcX3C16CgRaHBNSoCQ8vY9Ip7vaEuwuLBs+lG3bdRUNJFMnMClOR6tF9PkL6WfS7ZQJaSFRa5lQaUbn2qVU371xdYdd+v/2fP5f/qCBIRvQFCRzNdCyNs+MzVRH39lv9ztPczoONk3AgNgg5mwV400RcLEGZakDwZckMd+0nx3g+y7lvy3breYMxph/qhM877m8ChEhOHXgdnXDAtydyRfjP4UtUi9ifw4PtwsD7OYKbPtcRkcMs5rHDx+g3987T', 'HOMEDRIVE': 'C:', 'SESSION_TOKEN': '', 'OS': 'Windows_NT', 'SYSTEMDRIVE': 'C:', 'NUMBER_OF_PROCESSORS': '2', 'APPDATA': 'C:\\Users\\marc.ramzi-PC3.000\\AppData\\Roaming', 'GAME_VERSION_TEXT': 'sv1.0.44.2', 'PROCESSOR_LEVEL': '15', 'CONFIG_CONFIG': ':configpath=CFG_PATH', 'USERPROFILE': 'C:\\Users\\marc.ramzi-PC3.000', '__COMPAT_LAYER': 'ElevateCreateProcess', 'PUBLIC': 'C:\\Users\\Public', 'QTJAVA': 'C:\\Program Files\\Java\\jre6\\lib\\ext\\QTJava.zip'}
|
|||
|
generating standard configrc
|
|||
|
CONFIG_CONFIG is set to: :configpath=CFG_PATH
|
|||
|
Resetting CONFIG_CONFIG
|
|||
|
:03-14-2011 22:27:28 Launcher: isTestServer: 0
|
|||
|
:03-14-2011 22:27:28 Launcher: Download Server List http://download.toontown.com/english/currentVersionWIN/content
|
|||
|
:03-14-2011 22:27:28 Launcher: Using download server http://download.toontown.com/english/currentVersionWIN/content.
|
|||
|
:03-14-2011 22:27:28 Launcher: Game Server https://gameserver-lv.toontown.com
|
|||
|
:03-14-2011 22:27:28 Launcher: patch directory is 0
|
|||
|
:03-14-2011 22:27:28 Launcher: Starting Disney's Toontown Online...
|
|||
|
:03-14-2011 22:27:28 :downloader(warning): Could not read gameserver.txt.
|
|||
|
:03-14-2011 22:27:28 Launcher: Proxy spec is:
|
|||
|
:03-14-2011 22:27:28 :downloader: [04531540] created.
|
|||
|
:03-14-2011 22:27:28 Launcher: No proxy for download.
|
|||
|
:03-14-2011 22:27:28 :downloader: [04531540] begin HEAD [ http://download.toontown.com/english/currentVersionWIN/content/patcher.ver?248669489 ]
|
|||
|
:03-14-2011 22:27:28 :downloader: [04531540] reset_to_new.
|
|||
|
:03-14-2011 22:27:28 :downloader: [04531540] reset_to_new.
|
|||
|
:03-14-2011 22:27:28 :downloader: [04531540] reset_to_new.
|
|||
|
:03-14-2011 22:27:28 :downloader: [04531540] Connected to download.toontown.com:80
|
|||
|
:03-14-2011 22:27:28 Launcher: Download server: http://download.toontown.com/english/currentVersionWIN/content
|
|||
|
:03-14-2011 22:27:28 Launcher: foreground: Launcher now operating in foreground
|
|||
|
:03-14-2011 22:27:28 Launcher: prepareClient: Preparing client for install
|
|||
|
:03-14-2011 22:27:28 Launcher: Downloading launcherFileDb
|
|||
|
:03-14-2011 22:27:28 Launcher: Download request: http://download.toontown.com/english/currentVersionWIN/content/patcher.ver?248669489
|
|||
|
:03-14-2011 22:27:28 :downloader: [04531540] begin GET [ http://download.toontown.com/english/currentVersionWIN/content/patcher.ver?248669489 ]
|
|||
|
useTTSpecificLogin=1
|
|||
|
:03-14-2011 22:27:28 Launcher: getRegistry ('WEB_ACCT_PARAMS', None)
|
|||
|
:03-14-2011 22:27:28 Launcher: self.VISTA = True
|
|||
|
:03-14-2011 22:27:28 Launcher: checking env
|
|||
|
:03-14-2011 22:27:28 Launcher: webAcctParams =
|
|||
|
:03-14-2011 22:27:28 Launcher(warning): no secretNeedsParentPassword token in webAcctParams
|
|||
|
:03-14-2011 22:27:28 Launcher(warning): no chatEligible token in webAcctParams
|
|||
|
:03-14-2011 22:27:28 Launcher: maybeStartGame: starting game
|
|||
|
:03-14-2011 22:27:28 Launcher: Starting Toontown...
|
|||
|
:03-14-2011 22:27:28 Launcher: background: Launcher now operating in background
|
|||
|
ToontownStart: Polling for game2 to finish...
|
|||
|
ToontownStart: Game2 is finished.
|
|||
|
ToontownStart: Starting the game.
|
|||
|
ToontownStart: setting default font
|
|||
|
:03-14-2011 22:27:28 Launcher: setting panda error code to 7
|
|||
|
:03-14-2011 22:27:28 :display: loading display module: libpandadx9.dll
|
|||
|
:03-14-2011 22:27:28 :display(warning): Unable to load: Module not found
|
|||
|
:03-14-2011 22:27:28 :display: loading display module: libpandadx8.dll
|
|||
|
:03-14-2011 22:27:28 :display: loading display module: libpandagl.dll
|
|||
|
:03-14-2011 22:27:29 :display: loading display module: libtinydisplay.dll
|
|||
|
:03-14-2011 22:27:29 :display(warning): Unable to load: Path not found
|
|||
|
Known pipe types:
|
|||
|
wdxGraphicsPipe8
|
|||
|
wglGraphicsPipe
|
|||
|
(all display modules loaded.)
|
|||
|
:03-14-2011 22:27:29 :display:windisplay: OS version: 6.1.2.7600
|
|||
|
:03-14-2011 22:27:29 :display:windisplay:
|
|||
|
:03-14-2011 22:27:29 :display:windisplay: max Mhz 3000000000, current Mhz 3000000000
|
|||
|
:03-14-2011 22:27:30 :display:wdxdisplay8: GetAvailableVidMem (including AGP) returns Total: 57503744, Free: 57421824 for device #0
|
|||
|
:03-14-2011 22:27:30 :display:wdxdisplay8: GetAvailableVidMem (no AGP) returns Total: 57503744, Free: 57421824 for device #0
|
|||
|
:03-14-2011 22:27:30 :display:wdxdisplay8: SetLowVidMem flag to 0 based on adjusted VidMemTotal: 67108864
|
|||
|
:03-14-2011 22:27:30 ToonBase: Default graphics pipe is wdxGraphicsPipe8 (DirectX8).
|
|||
|
:03-14-2011 22:27:30 :display:wdxdisplay8: D3D8.1 Adapter[0]: Intel(R) 82915G/GV/910GL Express Chipset Family, Driver: igxprd32.dll, DriverVersion: (6.14.10.4704)
|
|||
|
VendorID: 0x00008086 DeviceID: 0x00002582 SubsysID: 0x4037107B Revision: 0x00000004
|
|||
|
:03-14-2011 22:27:30 :display:windisplay(warning): SetForegroundWindow() failed!
|
|||
|
:03-14-2011 22:27:30 :display:wdxdisplay8(warning): SetForegroundWindow() failed!
|
|||
|
:03-14-2011 22:27:30 :display:wdxdisplay8: walla: device04581098:2
|
|||
|
:03-14-2011 22:27:30 :display: Unable to set window properties: !undecorated !fixed_size icon:toontown.ico
|
|||
|
:03-14-2011 22:27:30 ToonBase: Successfully opened window of type wdxGraphicsWindow8 (DirectX8)
|
|||
|
:03-14-2011 22:27:31 :audio: using Miles software midi
|
|||
|
:03-14-2011 22:27:31 ShowBase: __dev__ == 0
|
|||
|
:03-14-2011 22:27:31 Launcher: setting panda error code to 11
|
|||
|
:03-14-2011 22:27:31 :text: Loading font /c/Program Files/Disney/Disney Online/ToontownOnline/phase_3/models/fonts/ImpressBT.ttf
|
|||
|
:03-14-2011 22:27:31 :pnmtext: Loaded font Impress Regular
|
|||
|
:03-14-2011 22:27:31 Launcher: setting panda error code to 0
|
|||
|
ToontownStart: Loading default gui sounds
|
|||
|
ToontownStart: serverVersion: sv1.0.44.2
|
|||
|
:03-14-2011 22:27:31 Loader: starting bulk load of block 'init'
|
|||
|
TTAccount: accountServer from launcher: https://toontown.go.com
|
|||
|
:03-14-2011 22:27:33 OTPClientRepository: Using connect method 'http'
|
|||
|
:03-14-2011 22:27:34 :text: Loading font phase_3/models/fonts/MickeyFont
|
|||
|
:03-14-2011 22:27:35 Launcher: getRegistry ('DEPLOYMENT', None)
|
|||
|
:03-14-2011 22:27:35 Launcher: self.VISTA = True
|
|||
|
:03-14-2011 22:27:35 Launcher: checking env
|
|||
|
:03-14-2011 22:27:35 Launcher: getRegistry ('GAME_DEPLOYMENT', None)
|
|||
|
:03-14-2011 22:27:35 Launcher: self.VISTA = True
|
|||
|
:03-14-2011 22:27:35 Launcher: checking env
|
|||
|
:03-14-2011 22:27:35 OTPClientRepository: reg_deployment=
|
|||
|
:03-14-2011 22:27:35 LoginWebPlayTokenAccount: self.useTTSpecificLogin =1
|
|||
|
:03-14-2011 22:27:35 OTPClientRepository: loginInterface: LoginWebPlayTokenAccount
|
|||
|
:03-14-2011 22:27:35 Launcher: getNeedPwForSecretKey using tt-specific-login
|
|||
|
:03-14-2011 22:27:35 Launcher: getParentPasswordSet using tt-specific-login
|
|||
|
:03-14-2011 22:27:35 Loader: loader.loadModelNode() is deprecated; use loader.loadModel() instead.
|
|||
|
:03-14-2011 22:27:35 Loader: loader.loadModelNode() is deprecated; use loader.loadModel() instead.
|
|||
|
:03-14-2011 22:27:35 Loader: loader.loadModelNode() is deprecated; use loader.loadModel() instead.
|
|||
|
:03-14-2011 22:27:35 Loader: At end of block 'init', expected 138, loaded 24
|
|||
|
:03-14-2011 22:27:35 ToonBase: Using gameServer from launcher: https://gameserver-lv.toontown.com
|
|||
|
:03-14-2011 22:27:35 OTPClientRepository: Connecting to gameserver directly (no proxy).
|
|||
|
:03-14-2011 22:27:35 :downloader: [08EDE5D8] created.
|
|||
|
:03-14-2011 22:27:35 OTPClientRepository: Connecting to s://gameserver-lv.toontown.com:6667 via HTTP interface.
|
|||
|
:03-14-2011 22:27:35 :downloader: [08EDE5D8] begin CONNECT [ s://gameserver-lv.toontown.com:6667 ]
|
|||
|
:03-14-2011 22:27:35 :downloader: [08EDE5D8] reset_to_new.
|
|||
|
:03-14-2011 22:27:35 :downloader: [08EDE5D8] reset_to_new.
|
|||
|
:03-14-2011 22:27:35 :downloader: [08EDE5D8] reset_to_new.
|
|||
|
:03-14-2011 22:27:35 Launcher: Downloading update for Initialization (0 of 15): 0%
|
|||
|
:03-14-2011 22:27:35 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
:03-14-2011 22:27:35 :downloader: [04531540] Connected to download.toontown.com:80
|
|||
|
:03-14-2011 22:27:35 :downloader: [08EDE5D8] Connected to gameserver-lv.toontown.com:6667
|
|||
|
:03-14-2011 22:27:40 Launcher: HTTP status 200: OK
|
|||
|
:03-14-2011 22:27:40 Launcher: Downloading update for Initialization (0 of 15): 100%
|
|||
|
:03-14-2011 22:27:40 Launcher: downloadTask: Download done: http://download.toontown.com/english/currentVersionWIN/content/patcher.ver?248669489
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_1.mf, flag:=3 directions= 0000 0000 0000 0000 0000 0000 0000 0011
|
|||
|
, extract=1 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_2.mf, flag:=3 directions= 0000 0000 0000 0000 0000 0000 0000 0011
|
|||
|
, extract=1 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_3.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_3.5.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_4.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_5.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_5.5.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_6.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_7.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_8.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_9.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_10.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_11.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_12.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: fileName: phase_13.mf, flag:=2 directions= 0000 0000 0000 0000 0000 0000 0000 0010
|
|||
|
, extract=0 required=1 optDownload=0
|
|||
|
:03-14-2011 22:27:40 Launcher: requiredInstallFiles: ['phase_1.mf', 'phase_2.mf', 'phase_3.mf', 'phase_3.5.mf', 'phase_4.mf', 'phase_5.mf', 'phase_5.5.mf', 'phase_6.mf', 'phase_7.mf', 'phase_8.mf', 'phase_9.mf', 'phase_10.mf', 'phase_11.mf', 'phase_12.mf', 'phase_13.mf']
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_1.mf] = ('v1.119', 37827379, '9661e4590836ad194fda832391877fdb')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_2.mf] = ('v1.119', 22766337, '728796a16a7554091644dafbd81d7d8e')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_3.mf] = ('v1.44', 7219675, 'f43845bece6723e447e1913d72faf79b')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_3.5.mf] = ('v1.53', 77594494, '97b32cd38fc2d8718de91440a9112cb5')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_4.mf] = ('v1.47', 33627225, '2dc40315fab9ca0c2f97fbf58d9eb6c9')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_5.mf] = ('v1.37', 37558741, '2a9490e95c20741331466354a9e67d29')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_5.5.mf] = ('v1.35', 9612551, '362c968b97a7f03ca763e7f34e410518')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_6.mf] = ('v1.42', 29425745, '641e6bd1c445c76a0d690c026abb9bd4')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_7.mf] = ('v1.24', 305256, '2380b467c01ab67cbf199be303c10a55')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_8.mf] = ('v1.42', 17505175, '208b3b9181ad697f37f9a527be2199e9')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_9.mf] = ('v1.31', 7220840, '7074f23bb07632791fc945d14689147f')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_10.mf] = ('v1.27', 3489246, '74b3d469402b797323d85873cc1b5eba')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_11.mf] = ('v1.26', 2827958, 'e20704a8ecd95079e314c2fd8d944c73')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_12.mf] = ('v1.26', 5289389, 'dd36faaa84c42a328953037257f22add')
|
|||
|
:03-14-2011 22:27:40 Launcher: mfDetails[phase_13.mf] = ('v1.23', 5350023, '90a9e92f673babcfcfb1b243934e856b')
|
|||
|
:03-14-2011 22:27:40 Launcher: working on: ./phase_1.mf
|
|||
|
:03-14-2011 22:27:40 Launcher: file exists
|
|||
|
:03-14-2011 22:27:42 Launcher: clientMd5: 9661e4590836ad194fda832391877fdb expectedMd5: 9661e4590836ad194fda832391877fdb
|
|||
|
:03-14-2011 22:27:42 Launcher: clientSize: 37827379 expectedSize: 37827379
|
|||
|
:03-14-2011 22:27:42 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:42 Launcher: phase updating 1, 100
|
|||
|
:03-14-2011 22:27:42 Launcher: working on: ./phase_2.mf
|
|||
|
:03-14-2011 22:27:42 Launcher: file exists
|
|||
|
:03-14-2011 22:27:43 Launcher: clientMd5: 728796a16a7554091644dafbd81d7d8e expectedMd5: 728796a16a7554091644dafbd81d7d8e
|
|||
|
:03-14-2011 22:27:43 Launcher: clientSize: 22766337 expectedSize: 22766337
|
|||
|
:03-14-2011 22:27:43 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:43 Launcher: phase updating 2, 100
|
|||
|
:03-14-2011 22:27:43 Launcher: working on: ./phase_3.mf
|
|||
|
:03-14-2011 22:27:43 Launcher: file exists
|
|||
|
:03-14-2011 22:27:44 Launcher: clientMd5: f43845bece6723e447e1913d72faf79b expectedMd5: f43845bece6723e447e1913d72faf79b
|
|||
|
:03-14-2011 22:27:44 Launcher: clientSize: 7219675 expectedSize: 7219675
|
|||
|
:03-14-2011 22:27:44 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:44 Launcher: phase updating 3, 100
|
|||
|
:03-14-2011 22:27:44 Launcher: working on: ./phase_3.5.mf
|
|||
|
:03-14-2011 22:27:44 Launcher: file exists
|
|||
|
:03-14-2011 22:27:48 Launcher: clientMd5: 97b32cd38fc2d8718de91440a9112cb5 expectedMd5: 97b32cd38fc2d8718de91440a9112cb5
|
|||
|
:03-14-2011 22:27:48 Launcher: clientSize: 77594494 expectedSize: 77594494
|
|||
|
:03-14-2011 22:27:48 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:48 Launcher: phase updating 3.5, 100
|
|||
|
:03-14-2011 22:27:48 Launcher: working on: ./phase_4.mf
|
|||
|
:03-14-2011 22:27:48 Launcher: file exists
|
|||
|
:03-14-2011 22:27:49 Launcher: clientMd5: 2dc40315fab9ca0c2f97fbf58d9eb6c9 expectedMd5: 2dc40315fab9ca0c2f97fbf58d9eb6c9
|
|||
|
:03-14-2011 22:27:49 Launcher: clientSize: 33627225 expectedSize: 33627225
|
|||
|
:03-14-2011 22:27:49 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:50 Launcher: phase updating 4, 100
|
|||
|
:03-14-2011 22:27:50 Launcher: working on: ./phase_5.mf
|
|||
|
:03-14-2011 22:27:50 Launcher: file exists
|
|||
|
:03-14-2011 22:27:51 Launcher: clientMd5: 2a9490e95c20741331466354a9e67d29 expectedMd5: 2a9490e95c20741331466354a9e67d29
|
|||
|
:03-14-2011 22:27:51 Launcher: clientSize: 37558741 expectedSize: 37558741
|
|||
|
:03-14-2011 22:27:51 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:52 Launcher: phase updating 5, 100
|
|||
|
:03-14-2011 22:27:52 Launcher: working on: ./phase_5.5.mf
|
|||
|
:03-14-2011 22:27:52 Launcher: file exists
|
|||
|
:03-14-2011 22:27:52 Launcher: clientMd5: 362c968b97a7f03ca763e7f34e410518 expectedMd5: 362c968b97a7f03ca763e7f34e410518
|
|||
|
:03-14-2011 22:27:52 Launcher: clientSize: 9612551 expectedSize: 9612551
|
|||
|
:03-14-2011 22:27:52 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:52 Launcher: phase updating 5.5, 100
|
|||
|
:03-14-2011 22:27:52 Launcher: working on: ./phase_6.mf
|
|||
|
:03-14-2011 22:27:52 Launcher: file exists
|
|||
|
:03-14-2011 22:27:53 Launcher: clientMd5: 641e6bd1c445c76a0d690c026abb9bd4 expectedMd5: 641e6bd1c445c76a0d690c026abb9bd4
|
|||
|
:03-14-2011 22:27:53 Launcher: clientSize: 29425745 expectedSize: 29425745
|
|||
|
:03-14-2011 22:27:53 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:54 Launcher: phase updating 6, 100
|
|||
|
:03-14-2011 22:27:54 Launcher: working on: ./phase_7.mf
|
|||
|
:03-14-2011 22:27:54 Launcher: file exists
|
|||
|
:03-14-2011 22:27:54 Launcher: clientMd5: 2380b467c01ab67cbf199be303c10a55 expectedMd5: 2380b467c01ab67cbf199be303c10a55
|
|||
|
:03-14-2011 22:27:54 Launcher: clientSize: 305256 expectedSize: 305256
|
|||
|
:03-14-2011 22:27:54 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:54 Launcher: phase updating 7, 100
|
|||
|
:03-14-2011 22:27:54 Launcher: working on: ./phase_8.mf
|
|||
|
:03-14-2011 22:27:54 Launcher: file exists
|
|||
|
:03-14-2011 22:27:54 Launcher: clientMd5: 208b3b9181ad697f37f9a527be2199e9 expectedMd5: 208b3b9181ad697f37f9a527be2199e9
|
|||
|
:03-14-2011 22:27:54 Launcher: clientSize: 17505175 expectedSize: 17505175
|
|||
|
:03-14-2011 22:27:54 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:54 Launcher: phase updating 8, 100
|
|||
|
:03-14-2011 22:27:54 Launcher: working on: ./phase_9.mf
|
|||
|
:03-14-2011 22:27:54 Launcher: file exists
|
|||
|
:03-14-2011 22:27:54 Launcher: clientMd5: 7074f23bb07632791fc945d14689147f expectedMd5: 7074f23bb07632791fc945d14689147f
|
|||
|
:03-14-2011 22:27:54 Launcher: clientSize: 7220840 expectedSize: 7220840
|
|||
|
:03-14-2011 22:27:54 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:55 Launcher: phase updating 9, 100
|
|||
|
:03-14-2011 22:27:55 Launcher: working on: ./phase_10.mf
|
|||
|
:03-14-2011 22:27:55 Launcher: file exists
|
|||
|
:03-14-2011 22:27:55 Launcher: clientMd5: 74b3d469402b797323d85873cc1b5eba expectedMd5: 74b3d469402b797323d85873cc1b5eba
|
|||
|
:03-14-2011 22:27:55 Launcher: clientSize: 3489246 expectedSize: 3489246
|
|||
|
:03-14-2011 22:27:55 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:55 Launcher: phase updating 10, 100
|
|||
|
:03-14-2011 22:27:55 Launcher: working on: ./phase_11.mf
|
|||
|
:03-14-2011 22:27:55 Launcher: file exists
|
|||
|
:03-14-2011 22:27:55 Launcher: clientMd5: e20704a8ecd95079e314c2fd8d944c73 expectedMd5: e20704a8ecd95079e314c2fd8d944c73
|
|||
|
:03-14-2011 22:27:55 Launcher: clientSize: 2827958 expectedSize: 2827958
|
|||
|
:03-14-2011 22:27:55 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:55 Launcher: phase updating 11, 100
|
|||
|
:03-14-2011 22:27:55 Launcher: working on: ./phase_12.mf
|
|||
|
:03-14-2011 22:27:55 Launcher: file exists
|
|||
|
:03-14-2011 22:27:55 Launcher: clientMd5: dd36faaa84c42a328953037257f22add expectedMd5: dd36faaa84c42a328953037257f22add
|
|||
|
:03-14-2011 22:27:55 Launcher: clientSize: 5289389 expectedSize: 5289389
|
|||
|
:03-14-2011 22:27:55 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:55 Launcher: phase updating 12, 100
|
|||
|
:03-14-2011 22:27:55 Launcher: working on: ./phase_13.mf
|
|||
|
:03-14-2011 22:27:55 Launcher: file exists
|
|||
|
:03-14-2011 22:27:55 Launcher: clientMd5: 90a9e92f673babcfcfb1b243934e856b expectedMd5: 90a9e92f673babcfcfb1b243934e856b
|
|||
|
:03-14-2011 22:27:55 Launcher: clientSize: 5350023 expectedSize: 5350023
|
|||
|
:03-14-2011 22:27:55 Launcher: file is up to date
|
|||
|
:03-14-2011 22:27:55 Launcher: phase updating 13, 100
|
|||
|
:03-14-2011 22:27:55 Launcher: ALL PHASES COMPLETE
|
|||
|
:03-14-2011 22:27:55 Launcher: cleanup: cleaning up Launcher
|
|||
|
:03-14-2011 22:27:55 :downloader: [04531540] destroyed.
|
|||
|
:03-14-2011 22:27:55 Launcher: Stopping mini task manager.
|
|||
|
:03-14-2011 22:27:55 :downloader: [08EDE5D8] Self-signed certificate from gameserver-lv.toontown.com:6667
|
|||
|
:03-14-2011 22:27:55 :downloader: [08EDE5D8] reset_to_new.
|
|||
|
:03-14-2011 22:27:55 OTPClientRepository: Successfully connected to s://gameserver-lv.toontown.com:6667.
|
|||
|
:03-14-2011 22:27:55 Launcher: Setting Disconnect Details normal
|
|||
|
:03-14-2011 22:27:55 OTPClientRepository(warning): new installation
|
|||
|
:03-14-2011 22:27:55 :downloader: [08EDE5D8] destroyed.
|
|||
|
0000 7e 00 00 06 00 41 6c 6c 20 6f 6b d6 f3 26 19 0e ~....All ok..&..
|
|||
|
0010 00 47 75 65 73 74 34 32 31 39 38 33 31 39 30 00 .Guest421983190.
|
|||
|
0020 02 00 4e 4f 02 00 4e 4f 02 00 4e 4f c6 ea 7e 4d ..NO..NO..NO..~M
|
|||
|
0030 20 f3 06 00 04 00 46 55 4c 4c 03 00 59 45 53 13 .....FULL..YES.
|
|||
|
0040 00 32 30 31 31 2d 30 33 2d 31 34 20 32 31 3a 32 .2011-03-14 21:2
|
|||
|
0050 35 3a 32 34 4f 00 00 00 13 00 57 49 54 48 5f 50 5:24O.....WITH_P
|
|||
|
0060 41 52 45 4e 54 5f 41 43 43 4f 55 4e 54 07 00 50 ARENT_ACCOUNT..P
|
|||
|
0070 61 6e 30 36 39 39 an0699
|
|||
|
:03-14-2011 22:27:56 LoginScreen: CREATE_FRIENDS_WITH_CHAT from game server login: NO False
|
|||
|
:03-14-2011 22:27:56 LoginScreen: Chat code creation rule = NO
|
|||
|
:03-14-2011 21:27:50 LoginScreen: Notify clock adjusted by -1:00:06 (and timezone adjusted by 0 hours) to synchronize with server.
|
|||
|
:03-14-2011 21:27:50 LoginScreen: Paid from game server login: True
|
|||
|
:03-14-2011 21:27:50 LoginScreen: toonAccountType=WITH_PARENT_ACCOUNT
|
|||
|
:03-14-2011 21:27:50 LoginScreen: Login response return code 0
|
|||
|
:03-14-2011 21:27:50 OTPClientRepository: *** ACCOUNT INFO ***
|
|||
|
:03-14-2011 21:27:50 OTPClientRepository: username: Pan0699
|
|||
|
:03-14-2011 21:27:50 OTPClientRepository: paid: True
|
|||
|
{316000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF133A0>, 360000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF131E8>, 688000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF1CB98>, 434000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13AD0>, 568000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF138A0>, 662000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF138F0>, 712000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF1CA80>, 620000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13850>, 414000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF132D8>, 364000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13210>, 734000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF1C990>, 450000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13EB8>, 756000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF1C7D8>, 650000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13F30>, 664000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13300>, 522000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13EE0>, 530000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13FA8>, 636000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13AA8>, 686000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13B98>, 608000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13A08>, 658000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13F80>, 750000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF1C1E8>, 726000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF1CA08>, 616000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13F58>, 410000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13238>, 432000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13440>, 454000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13940>, 632000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF13828>, 362000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF133F0>, 754000000: <toontown.distributed.ToontownDistrict.ToontownDistrict instance at 0x0BF1C8A0>}
|
|||
|
:03-14-2011 21:27:51 StateData: AvatarChooser.enter
|
|||
|
:03-14-2011 21:27:51 DisplayOptions: settingsFullScreen = False, embedded = 0 width=800 height=600
|
|||
|
:03-14-2011 21:27:51 StateData: calling self.displayOptions.restrictToEmbedded(False)
|
|||
|
:03-14-2011 21:28:00 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen !foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
:03-14-2011 21:28:42 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
:03-14-2011 21:28:44 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen !foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
:03-14-2011 21:29:58 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
:03-14-2011 21:29:59 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen !foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
:03-14-2011 21:30:55 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
:03-14-2011 21:30:59 ToonBase: Got window event: size=(800, 600) title="Toontown" !undecorated !fixed_size !fullscreen !foreground !minimized open !cursor_hidden icon:toontown.ico cursor:toonmono.cur absolute
|
|||
|
|
|||
|
|
|||
|
|
|||
|
LIVE SYSTEM MESSAGE:
|
|||
|
|
|||
|
|
|||
|
def broadcast(message="", includingSelf=True):
|
|||
|
startingToon = 0
|
|||
|
toonOn = 0
|
|||
|
listToonIds = base.localAvatar.getNearbyPlayers(1000000000000000, includingSelf)
|
|||
|
endingToon = len(listToonIds)
|
|||
|
print listToonIds
|
|||
|
while startingToon != endingToon:
|
|||
|
base.talkAssistant.sendWhisperTalk(str(message), listToonIds[toonOn])
|
|||
|
print toonOn
|
|||
|
toonOn = toonOn + 1
|
|||
|
startingToon = startingToon + 1
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
After you used that code erase from the injector then use:
|
|||
|
|
|||
|
broadcast("Your message to whisper to people", True)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
UPDATED LIVE SUITS: Still working on:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = " "
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def normal1():
|
|||
|
bk_text = " "
|
|||
|
textObject.setText(bk_text)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Collisions Off"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Collisions"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.collisionsOn()
|
|||
|
var = 1
|
|||
|
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = "Laff"
|
|||
|
textObject.setText(bk_text)
|
|||
|
ttt = base.cr.doFindAll("TTTreasure")
|
|||
|
for ttt in base.cr.doFindAll("TTTreasure"):
|
|||
|
ttt.d_requestGrab()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText4():
|
|||
|
bk_text = "Die"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.d_squish(3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText5():
|
|||
|
bk_text = "RAID"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setSC(20136)
|
|||
|
var = 0
|
|||
|
|
|||
|
def setText6():
|
|||
|
bk_text = "Big"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n' * 256)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText7():
|
|||
|
bk_text = "Global"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setTeleportAccess([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.setHoodsVisited([1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000])
|
|||
|
base.localAvatar.book.pages[1].showPop = 1
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText8():
|
|||
|
closetn = base.cr.doFindAll("closet")
|
|||
|
for closetn in base.cr.doFindAll("closet"):
|
|||
|
messenger.send("purchaseDone-" + str(closetn.doId))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText9():
|
|||
|
bk_text = "Member"
|
|||
|
textObject.setText(bk_text)
|
|||
|
def new():
|
|||
|
return True
|
|||
|
base.cr.isPaid = new
|
|||
|
base.cr.isParentPasswordSet = new
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText10():
|
|||
|
bk_text = "Funny"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(7000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText11():
|
|||
|
bk_text = "SUIT"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x62\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText12():
|
|||
|
bk_text = "TTC"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2000)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText13():
|
|||
|
bk_text = "Work"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistWork'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText14():
|
|||
|
bk_text = "testtownbody"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x01\x1b\x01\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText15():
|
|||
|
bk_text = "Dive"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('dive'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText16():
|
|||
|
bk_text = "Port Out"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState('TeleportOut')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText17():
|
|||
|
bk_text = "VINE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x25\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText18():
|
|||
|
bk_text = "Play"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.b_setAnimState(('ScientistPlay'))
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText19():
|
|||
|
bk_text = "whiteflippy"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x03\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText20():
|
|||
|
bk_text = "BLUE SCIENCE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x62\x1c\x02\x1c\x27\x1c\x14\x00\x14\x14')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText21():
|
|||
|
bk_text = "UpsideD"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr((0,0,180))
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText22():
|
|||
|
bk_text = "OnFace"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(-50,-50,0)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText23():
|
|||
|
bk_text = "EXTRA"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x02\x01\x02\x01\x62\x1b\x00\x1b\x27\x5b\x10\x00\x10\x10')
|
|||
|
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText24():
|
|||
|
bk_text = "MD"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('We are MOD CLAN \n' *10)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText25():
|
|||
|
bk_text = "SIDE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setHpr(0,0,90)
|
|||
|
base.localAvatar.collisionsOff()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText26():
|
|||
|
bk_text = "Invis"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.cr.sendSetZoneMsg(2090)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText27():
|
|||
|
bk_text = "000"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk(' \000' *200)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText28():
|
|||
|
bk_text = "annoy"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText29():
|
|||
|
bk_text = "COWBOY"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x35\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText30():
|
|||
|
bk_text = "skirt"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x04\x01\x01\x62\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText31():
|
|||
|
bk_text = "RULE"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('WE ARE THE RULERS!!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText32():
|
|||
|
bk_text = "MUAHAHAHA"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.talkAssistant.sendOpenTalk('MUAHAHA\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n'.center(50) * 6)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText33():
|
|||
|
bk_text = "No sleep"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.wakeUp()
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText34():
|
|||
|
bk_text = "Red"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(0.97,0.3,0.3)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText35():
|
|||
|
bk_text = "Garden"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.setDNAString('t\x01\x01\x01\x01\x07\x1b\x00\x1b\x27\x1b\x14\x00\x14\x14')
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText36():
|
|||
|
bk_text = "by"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.findAllMatches('**/hands').setColor(4.30,54.564,0.123)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText37():
|
|||
|
bk_text = "Tie dye"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText38():
|
|||
|
bk_text = "Tie dye2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/hands').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText39():
|
|||
|
bk_text = "Arms"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText40():
|
|||
|
bk_text = "Arms"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText41():
|
|||
|
bk_text = "nose"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/nose').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText42():
|
|||
|
bk_text = "head"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/robber-baron.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/head').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText43():
|
|||
|
bk_text = "head2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/clothes').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText44():
|
|||
|
bk_text = "arms2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/arms').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText45():
|
|||
|
bk_text = "legs2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/legs').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText46():
|
|||
|
bk_text = "feet2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/feet').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText47():
|
|||
|
bk_text = "eyes"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/eyes').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText48():
|
|||
|
bk_text = "nose2"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/nose').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText49():
|
|||
|
bk_text = "neck"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/neck').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText50():
|
|||
|
bk_text = "Shirt"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-top').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText51():
|
|||
|
bk_text = "pants"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/torso-bot').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText52():
|
|||
|
bk_text = "sky"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/Sky').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
def setText52():
|
|||
|
bk_text = "sleeves"
|
|||
|
textObject.setText(bk_text)
|
|||
|
gloves = loader.loadTexture("phase_4/maps/sleeveTieDye.jpg")
|
|||
|
base.localAvatar.findAllMatches('**/sleeves').setTexture(gloves, 1)
|
|||
|
var = 1
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("COff", "coff", "coff", "COff"), scale=.05, pos = (-.92,-0,-.98), command=setText1)
|
|||
|
b2 = DirectButton(text = ("COn", "Con", "Con", "COn"), scale=.05, pos = (-.8,-0,-.98), command=setText2)
|
|||
|
b3 = DirectButton(text = ("Laff", "laff", "laff", "Laff"), scale=.05, pos = (-.7,-0,-.98), command=setText3)
|
|||
|
b4 = DirectButton(text = ("Die", "die", "die", "Die"), scale=.05, pos = (-.58,-0,-.98), command=setText4)
|
|||
|
b5 = DirectButton(text = ("RAID", "RAID", "RAID", "RAID"), scale=.05, pos = (-.4,0,-.98), command=setText5)
|
|||
|
b6 = DirectButton(text = ("BIG", "big", "big", "BIG"), scale=.05, pos = (-.2,-0,-.98), command=setText6)
|
|||
|
b7 = DirectButton(text = ("Global", "global", "global", "Global"), scale=.05, pos = (-.0,-0,-.98), command=setText7)
|
|||
|
b8 = DirectButton(text = ("Clothes", "clothes", "clothes", "Clothes"), scale=.05, pos = (.180,-0,-.98), command=setText8)
|
|||
|
b9 = DirectButton(text = ("Mem", "Mem", "Mem", "Mem"), scale=.05, pos = (.39,-10,-.92), command=setText9)
|
|||
|
b10 = DirectButton(text = ("Funny", "Funny", "Funny", "Funny"), scale=.05, pos = (.4,-1,-.98), command=setText10)
|
|||
|
b11 = DirectButton(text = ("SUIT", "SUIT", "SUIT", "SUIT"), scale=.05, pos = (.55,-41,-.98), command=setText11)
|
|||
|
b12 = DirectButton(text = ("ttc", "ttc", "ttc", "ttc"), scale=.05, pos = (.64,-0,-.98), command=setText12)
|
|||
|
b13 = DirectButton(text = ("sw", "sw", "sw", "sw"), scale=.05, pos = (.28,-0,-.92), command=setText13)
|
|||
|
b14 = DirectButton(text = ("testownbody", "testownbody", "testownbody", "testownbody"), scale=.05, pos = (-.10,-0,-.98), command=setText14)
|
|||
|
b15 = DirectButton(text = ("d", "d", "d", "d"), scale=.05, pos = (-.50,-0,-.98), command=setText15)
|
|||
|
b16 = DirectButton(text = ("to", "to", "to", "to"), scale=.05, pos = (.55,-0,-.92), command=setText16)
|
|||
|
b17 = DirectButton(text = ("VINE", "VINE", "VINE", "VINE"), scale=.05, pos = (.63,-0,-.92), command=setText17)
|
|||
|
b18 = DirectButton(text = ("Sp", "Sp", "Sp", "Sp"), scale=.05, pos = (.20,-0,-.91), command=setText18)
|
|||
|
b19 = DirectButton(text = ("whiteflippy", "whiteflippy", "whiteflippy", "whiteflippy"), scale=.05, pos = (.12,-0,-.91), command=setText19)
|
|||
|
b20 = DirectButton(text = ("BS", "BS", "BS", "BS"), scale=.05, pos = (.7,-0,-.91), command=setText20)
|
|||
|
b21 = DirectButton(text = ("UpD", "upd", "upd", "Upd"), scale=.05, pos = (-.9,-0,-.91), command=setText21)
|
|||
|
b22 = DirectButton(text = ("FOF", "FOF", "FOF", "FOF"), scale=.05, pos = (-.7,-0,-.91), command=setText22)
|
|||
|
b23 = DirectButton(text = ("EXTRA", "EXTRA", "EXTRA", "EXTRA"), scale=.05, pos = (-.6,-0,-.91), command=setText23)
|
|||
|
b24 = DirectButton(text = ("FU", "fu", "fu", "FU"), scale=.05, pos = (.8,-0,-.91), command=setText24)
|
|||
|
b25 = DirectButton(text = ("SID", "sid", "sid", "SID"), scale=.05, pos = (-.8,-0,-.91), command=setText25)
|
|||
|
b26 = DirectButton(text = ("INV", "inv", "inv", "INV"), scale=.05, pos = (.78,-0,-.98), command=setText26)
|
|||
|
b27 = DirectButton(text = ("000", "000", "000", "000"), scale=.05, pos = (.90,-0,-.98), command=setText27)
|
|||
|
b28 = DirectButton(text = ("annoy", "annoy", "annoy", "annoy"), scale=.05, pos = (.94,-0,-.91), command=setText28)
|
|||
|
b29 = DirectButton(text = ("cowboy", "cowboy", "cowboy", "cowboy"), scale=.05, pos = (-.99,-0,-.96), command=setText29)
|
|||
|
b30 = DirectButton(text = ("Skirt", "Skirt", "Skirt", "Skirt"), scale=.05, pos = (-.99,-0,-.86), command=setText30)
|
|||
|
b31 = DirectButton(text = ("RULERS", "RULERS", "RULERS", "RULERS"), scale=.05, pos = (-.90,-0,-.80), command=setText31)
|
|||
|
b32 = DirectButton(text = ("MUAHAHAHA", "MUAHAHAHA", "MUAHAHAHA", "MUAHAHAHA"), scale=.05, pos = (-.70,-0,-.86), command=setText32)
|
|||
|
b33 = DirectButton(text = ("No sleep", "No sleep", "No sleep", "No sleep"), scale=.05, pos = (-.44,-0,-.86), command=setText33)
|
|||
|
b34 = DirectButton(text = ("Red", "Red", "Red", "Red"), scale=.05, pos = (-.29,-0,-.86), command=setText34)
|
|||
|
b35 = DirectButton(text = ("Garden", "Garden", "Garden", "Garden"), scale=.05, pos = (-.20,-0,-.86), command=setText35)
|
|||
|
b36 = DirectButton(text = ("by", "by", "by", "by"), scale=.05, pos = (-.10,-0,-.86), command=setText36)
|
|||
|
b37 = DirectButton(text = ("Tie dye", "Tie dye", "Tie dye", "Tie dye"), scale=.05, pos = (.39,-10,-.84), command=setText37)
|
|||
|
b38 = DirectButton(text = ("Tie dye2", "Tie dye2", "Tie dye2", "Tie dye2"), scale=.05, pos = (.20,-10,-.84), command=setText38)
|
|||
|
b39 = DirectButton(text = ("Arms", "Arms", "Arms", "Arms"), scale=.05, pos = (.54,-10,-.84), command=setText39)
|
|||
|
b40 = DirectButton(text = ("legs", "legs", "legs", "legs"), scale=.05, pos = (.70,-10,-.84), command=setText40)
|
|||
|
b41 = DirectButton(text = ("nose", "nose", "nose", "nose"), scale=.05, pos = (.87,-10,-.84), command=setText41)
|
|||
|
b42 = DirectButton(text = ("head", "head", "head", "head"), scale=.05, pos = (-.70,-0,-.80), command=setText42)
|
|||
|
b43 = DirectButton(text = ("head2", "head2", "head2", "head2"), scale=.05, pos = (-.50,-0,-.80), command=setText43)
|
|||
|
b44 = DirectButton(text = ("arms2", "arms2", "arms2", "arms2"), scale=.05, pos = (-.33,-0,-.80), command=setText44)
|
|||
|
b45 = DirectButton(text = ("legs2", "legs2", "legs2", "legs2"), scale=.05, pos = (-.16,-0,-.80), command=setText45)
|
|||
|
b46 = DirectButton(text = ("feet2", "feet2", "feet2", "feet2"), scale=.05, pos = (.20,-10,-.80), command=setText46)
|
|||
|
b47 = DirectButton(text = ("eyes", "eyes", "eyes", "eyes"), scale=.05, pos = (.39,-10,-.79), command=setText47)
|
|||
|
b48 = DirectButton(text = ("nose2", "nose2", "nose2", "nose2"), scale=.05, pos = (.54,-10,-.79), command=setText48)
|
|||
|
b49 = DirectButton(text = ("neck", "neck", "neck", "neck"), scale=.05, pos = (.71,-10,-.79), command=setText49)
|
|||
|
b50 = DirectButton(text = ("shirt", "shirt", "shirt", "shirt"), scale=.05, pos = (.87,-10,-.79), command=setText50)
|
|||
|
b51 = DirectButton(text = ("pants", "pants", "pants", "pants"), scale=.05, pos = (-.90,-0,-.74), command=setText51)
|
|||
|
b52 = DirectButton(text = ("sky", "sky", "sky", "sky"), scale=.05, pos = (-.73,-0,-.74), command=setText52)
|
|||
|
b52 = DirectButton(text = ("sleeves", "sleeves", "sleeves", "sleeves"), scale=.05, pos = (-.55,-0,-.74), command=setText52)
|
|||
|
|
|||
|
from direct.gui.OnscreenText import OnscreenText
|
|||
|
from direct.gui.DirectGui import *
|
|||
|
from pandac.PandaModules import TextNode
|
|||
|
|
|||
|
bk_text = ""
|
|||
|
textObject = OnscreenText(text = bk_text, pos = (0.95,-0.95),
|
|||
|
scale = 0.07,fg=(1,0.5,0.5,1),align=TextNode.ACenter,mayChange=1)
|
|||
|
|
|||
|
def setText1():
|
|||
|
bk_text = "Run Fast"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlForwardSpeed = 100
|
|||
|
|
|||
|
def setText2():
|
|||
|
bk_text = "Hi Jump"
|
|||
|
textObject.setText(bk_text)
|
|||
|
base.localAvatar.physControls.avatarControlJumpForce = 150
|
|||
|
|
|||
|
def setText3():
|
|||
|
bk_text = ""
|
|||
|
textObject.setText(bk_text)
|
|||
|
cc = base.cr.doFindAll("Mod")
|
|||
|
for cc in base.cr.doFindAll("Mod"):
|
|||
|
cc.copyTo(render)
|
|||
|
|
|||
|
base.accept("escape", normal1, [])
|
|||
|
b1 = DirectButton(text = ("Speed", "speed", "speed", "Speed"), scale=.05, pos = (-.4,-0,-.91), command=setText1)
|
|||
|
b2 = DirectButton(text = ("Jump", "Jump", "jump", "Jump"), scale=.05, pos = (-.2,-0,-.91), command=setText2)
|
|||
|
b3 = DirectButton(text = ("Clone", "Clone", "Cloned", "Cloned"), scale=.05, pos = (0,-2.93,-.91), command=setText3)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
NEW DC CODE :D:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
boot = base.avatar.localAvatar.findAllLocalToons.systemError("allowedServerBoot")
|
|||
|
for boot in base.avatar.localAvatar.findAllLocalToons.systemError("allowedServerBoot"):
|
|||
|
boot.setPrivilage.find("PYTHONPATH")
|
|||
|
boot.file_to_read_from.read()
|
|||
|
boot.file_to_read_from.systemError("PYTHONPATH")
|
|||
|
boot.findAllLocalAvatars().setSystemError(True)
|
|||
|
boot.rejectLocalAvatarEnter()
|
|||
|
boot.cr.doFindAll("yourname").systemBoot.reject()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
LIVE GLOVES:
|
|||
|
|
|||
|
|
|||
|
|
|||
|
lcgu = base.cr.doFindAll("your name")
|
|||
|
for lcgu in base.cr.doFindAll("your name"):
|
|||
|
lcgu.openFileDestination("C:/Program Files/Disney/Disney Online/ToontownOnline/phase_3/handGeneric.jpg")
|
|||
|
lcgu.file_to_read_from.read()
|
|||
|
lcgu.parse.setLocalToon.rejectServerBoot()
|
|||
|
lcgu.scanHandGeneric()
|
|||
|
lcgu.base.setHandGeneric.findGenericColor(1,0,0)
|
|||
|
lcgu.pause()
|
|||
|
lcgu.setBreak(3)
|
|||
|
lcgu.recollectData()
|
|||
|
lcgu.continue()
|
|||
|
lcgu.string.find(line_to_parse.lower(), 'commandAll') != -3.333333333333:
|
|||
|
lcgu.[string.find(line_to_parse.lower(), 'command')+8:].handGeneric("allowed")
|
|||
|
lcgu.systemBoot("rejected")
|
|||
|
lcgu.break('false')
|
|||
|
lcgu.else("continuePlay")
|
|||
|
lcgu.pandaError("repeat")
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Administrator Privliges
|
|||
|
-----------------------------
|
|||
|
base.localAvatar.findAll("PYTHONPATH_ALL").setPrivilage("rejectServer").rejectBoot("rejectedServerBoot").setAdminPower("allowedLocalToon")
|