Jump to content


paranoid salesman


  • Please log in to reply
7 replies to this topic

#1 -tassadar-

-tassadar-
  • Guest

Posted 20 February 2005 - 12:13 PM

Is there a level check on the paranoid salesman to buy the Purskal map? I don't find him in the Five Flagons(?) Inn, and I don't find Forp near Coronet Copper. My lead character is Dragon Slayer lvl 11. I have BP installed OK and the rest of the TDD area are OK.

Thx

#2 Stone Wolf

Stone Wolf
  • Member
  • 1672 posts

Posted 20 February 2005 - 02:40 PM

Hmm, I know that was suggested, but I don't recall is it was put in. Anyways, he's easy enough to CLUA in:

Using the CLUA Console

The command to use (I think):

CLUAConsole:CreateCreature("ddpkmap")

As per usual, the command must be typed in precisely as above. No spaces, capitalize only where I did, yada yada yada.

#3 horred the plague

horred the plague

    Scourge of the Seven Seas

  • Modder
  • 1899 posts

Posted 21 February 2005 - 03:36 AM

Hmm, I know that was suggested, but I don't recall is it was put in.  Anyways, he's easy enough to CLUA in:

Using the CLUA Console

The command to use (I think):

CLUAConsole:CreateCreature("ddpkmap")

As per usual, the command must be typed in precisely as above.  No spaces, capitalize only where I did, yada yada yada.

View Post



Forp? Level 13 requirement--straight from tdd

#4 tassadar

tassadar
  • Member
  • 2 posts

Posted 21 February 2005 - 06:15 AM

Thx guys. The paranoid salesman appeared last night (after I sent the message) when I leveled up to lvl 11. I'm sure it wasn't there before. Looks like it is a level trigger (no at lvl 10 and yes at lvl 11). For Forp I guess I'll have to level up twice more.

#5 seanas

seanas
  • Modder
  • 1906 posts

Posted 25 February 2005 - 08:08 PM

the s_and_h patch adds a level check to the paranoid salesman before he'll appear - level 11, as you've found - in response to complaints by users on this forum that the purskal quest was too hard for a low-level party.

"A simple test of the relative merits of science and religion is to compare lighting your house at night by prayer or electricity" - A. C. Grayling
"EFF files have saves, too." - CamDawg
|| this is radio seanas || BP Series v3 || seanas at work ||


#6 -Susreese-

-Susreese-
  • Guest

Posted 12 September 2006 - 01:30 AM

the s_and_h patch adds a level check to the paranoid salesman before he'll appear - level 11, as you've found - in response to complaints by users on this forum that the purskal quest was too hard for a low-level party.

I cannot even get him to appear with the CLUA console. It gives me error file ddpkmap does not exist. What do you reccomend. My levels are 14/15 as a fighter mage. I would really like to fix this.

#7 seanas

seanas
  • Modder
  • 1906 posts

Posted 12 September 2006 - 06:36 AM


the s_and_h patch adds a level check to the paranoid salesman before he'll appear - level 11, as you've found - in response to complaints by users on this forum that the purskal quest was too hard for a low-level party.

I cannot even get him to appear with the CLUA console. It gives me error file ddpkmap does not exist. What do you reccomend. My levels are 14/15 as a fighter mage. I would really like to fix this.

try both:

CLUAConsole:CreateCreature("ddpkmap")
CLUAConsole:CreateItem("ddpkmap")

if neither work: are you sure you've actually installed TDD? you might want to post yr weid.log to be sure...

"A simple test of the relative merits of science and religion is to compare lighting your house at night by prayer or electricity" - A. C. Grayling
"EFF files have saves, too." - CamDawg
|| this is radio seanas || BP Series v3 || seanas at work ||


#8 -susreese-

-susreese-
  • Guest

Posted 16 September 2006 - 05:36 AM



the s_and_h patch adds a level check to the paranoid salesman before he'll appear - level 11, as you've found - in response to complaints by users on this forum that the purskal quest was too hard for a low-level party.

I cannot even get him to appear with the CLUA console. It gives me error file ddpkmap does not exist. What do you reccomend. My levels are 14/15 as a fighter mage. I would really like to fix this.

try both:

CLUAConsole:CreateCreature("ddpkmap")
CLUAConsole:CreateItem("ddpkmap")

if neither work: are you sure you've actually installed TDD? you might want to post yr weid.log to be sure...

I discovered that I didn't have a clean install after all. Re install fixed it. Thx.