Rattlehead
Master
Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8
|
2 questions
my first one is about items still being on the paperdoll once i move the character and removing all his items after character creation, whats happening is that when they create a character i have them show up in a small room with a stone, they pick them some GM skills, and are the teleported to britain, all their items the game gives them by default are removed, this includes the items they are wearing, except once they get to brit all the items on their paper doll still show until clicked, in my script i have tried both resend and update, neither of which take the items from the paperdoll, so see technically the items arent there, once they are clicked they disappear, but u can still see them, so am i missing something?
my second question regard distance away from things, if i am further away then 2 tiles from something i am dbl clicking i get the default message 'You cannot reach that' is there a way to increase this distance that i am over looking or is this something that the client is resticting?
|
|
07-16-2013 05:20 AM |
|
|
darksun84
Sir Spamalot
Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35
|
RE: 2 questions
For the first, i can't reproduce it, all equipped items are removed from paperdoll(client 7.0.10), i use a for and findlayer. Possible it's a client issue ?_?
The second one, i think the distance is hardcoded there is a similar issue with vendor not hearing you if you are too much far from them( i mean like 4-5 tiles )
About the Dclicking item :
You can add to the male and female chardef, the value mt_nodclickdist in to the CAN field.
Then i think you can use @ItemDclick for customizing the distance(The flag above works)
(This post was last modified: 07-16-2013 06:10 AM by darksun84.)
|
|
07-16-2013 05:39 AM |
|
|
Rattlehead
Master
Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8
|
RE: 2 questions
its client 6.0.1.10 i believe
here is what i use to put them in brit, they come from another map, and i dont have this issue at any other time
Code:
src.p 1437,1677,10,0
src.update
src.resend
(This post was last modified: 07-16-2013 07:41 AM by Rattlehead.)
|
|
07-16-2013 06:39 AM |
|
|