issue 3
(Cannot clone NPCs) reported by miss...@hotmail.com
- What steps will reproduce the problem?
1. Create new type of NPC with @addnpc foo
2. Try to bring a new foo to life with @clone foo
3. Client is disconnected due to error
'NoneType' object is unsubcriptable
at admin.py line 178
What is the expected output? What do you see instead?
expected: foo has been cloned
got: client gets disconnected
What version of the product are you using? On what operating system?
svn r29 on Ubuntu Linux
Please provide any additional information below.
replace this line in admin.py at about line 178--
Insert.cloneItem(self.obj[0], session.p_id, time.time())
with:
Insert.cloneNpc(self.npc[0], session.p_id, time.time())
and you can then clone NPCs.
What steps will reproduce the problem?
1. Create new type of NPC with @addnpc foo
2. Try to bring a new foo to life with @clone foo
3. Client is disconnected due to error
'NoneType' object is unsubcriptable
at admin.py line 178
What is the expected output? What do you see instead?
expected: foo has been cloned
got: client gets disconnected
What version of the product are you using? On what operating system?
svn r29 on Ubuntu Linux
Please provide any additional information below.
replace this line in admin.py at about line 178--
Insert.cloneItem(self.obj[0], session.p_id, time.time())
with:
Insert.cloneNpc(self.npc[0], session.p_id, time.time())
and you can then clone NPCs.
Nov 15, 2008
issue 2
(re-used name EMAIL in template.py) reported by miss...@hotmail.com
- What steps will reproduce the problem?
1. Start server
2. Connect and start creating a new character
3. Watch for email address prompt
What is the expected output? What do you see instead?
prompt should say "What is your email address?"
prompt says: "Correct syntax: email <name>"
What version of the product are you using? On what operating system?
svn r29 on Ubuntu Linux
Please provide any additional information below.
Looks like the name EMAIL is used twice in the template.py
file. Once for use during the character creation flow (at
line 27), and once for use in reporting a problem using the
admin command @email ... (at line 103)
What steps will reproduce the problem?
1. Start server
2. Connect and start creating a new character
3. Watch for email address prompt
What is the expected output? What do you see instead?
prompt should say "What is your email address?"
prompt says: "Correct syntax: email <name>"
What version of the product are you using? On what operating system?
svn r29 on Ubuntu Linux
Please provide any additional information below.
Looks like the name EMAIL is used twice in the template.py
file. Once for use during the character creation flow (at
line 27), and once for use in reporting a problem using the
admin command @email ... (at line 103)