Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
items vanishing when dropped
Author Message
Rattlehead
Master
**

Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8



Post: #1
items vanishing when dropped
ok, tested on a char with no events, for some reason anytime i drop something on the ground, it vanishes. as a GM, i can drop stuf font he ground all day, no issues, heres my areadef

Code:
[areadef a_event_1]
NAME=Event Arena
FLAGS=REGION_FLAG_NOBUILDING|REGION_FLAG_UNDERGROUND|REGION_ANTIMAGIC_RECALL_IN|​REGION_ANTIMAGIC_RECALL_OUT|REGION_ANTIMAGIC_GATE    
P=137,1237,45,3
RECT=75,1276,150,1200,3

cant figure it out, maybe someone will catch something i didnt

[Image: matts_siggy.gif]
08-02-2013 12:54 PM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #2
RE: items vanishing when dropped
Without flags it does the same? If not, add those flags one by one and try to find out which one is the prob.
(This post was last modified: 08-02-2013 08:57 PM by Alaric.)
08-02-2013 08:55 PM
Find all posts by this user Like Post Quote this message in a reply
sco
Apprentice
*

Posts: 38
Likes Given: 0
Likes Received: 3 in 1 posts
Joined: Mar 2012
Reputation: 7

Elantharil

Post: #3
RE: items vanishing when dropped
Happens for me when there is no terrain - black only with static tiles over it.
08-03-2013 12:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #4
RE: items vanishing when dropped
RECT=75,1276,150,1200,3

the top left corner (75,1276) is not actually "top and left" of the bottom right corner (150,1200)... its strange that it affects dropping items that way however.
08-03-2013 04:58 AM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #5
RE: items vanishing when dropped
by inverting the coordinates... he created a blackhole!!!

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
08-03-2013 06:11 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #6
RE: items vanishing when dropped
maybe could be something like:
  • as your region is inside another region, maybe there's something that inherits the flag from this other region
  • invalid mul files on server (sphere recongnizing the region as unwalkable, making the item disappear if dropped inside this region, like when you try to drop a item on water and it disappear)
  • some "hidden trigger" directly on your [SKILLCLASS 0] (sphere_skills.scp)
  • some "hidden event" on your EventsPlayer .ini setting (these triggers are not shown on chars)
(This post was last modified: 08-03-2013 09:16 AM by Coruja.)
08-03-2013 09:14 AM
Find all posts by this user Like Post Quote this message in a reply
Rattlehead
Master
**

Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8



Post: #7
RE: items vanishing when dropped
ok, first off, i was not aware that it was top left and bottom right :| i have always used bottom left and top right. . . .

second since it only happens inside my newer areas, then it cant be a trigger or the skillclass, otherwise it would always happen every where

if i did create a black hole, then why can GM's drop items perfectly fine? :|

so am i to understand the proper coords for creating an area or room is top left and bottom right?

[Image: matts_siggy.gif]
08-03-2013 05:23 PM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #8
RE: items vanishing when dropped
Yes, coords are (left,top,right,bottom,map)
Other then that... I don'T know why else you would have problems

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
(This post was last modified: 08-04-2013 12:29 AM by Ben.)
08-04-2013 12:24 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #9
RE: items vanishing when dropped
I shall provide the "idiot proof" question... just incase...

You don't have some freaky ON=@ItemDropOn_Ground even that GMs are exempt from do you?

[Image: 2nis46r.jpg]
08-04-2013 01:19 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Rattlehead
Master
**

Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8



Post: #10
RE: items vanishing when dropped
no i do not have any trigger on them while in that area except @death

i tried taking all events off of them as well, still did it.

after reading this i feel like i am getting the coords wrong all the way around ffs


heres how i got the coords, please correct my method




Code:
-----------------------------------------  this corner (top right) i would .where
|                                        |
|                                        |
|                                        |
|                                        |
|                                        |
|                                        |
-----------------------------------------
this corner(bottom left)
i would .where

then i would take the X and Y from the bottom right coords
and the X and Y from the top left coords

rect=(bl-X),(bl-Y),(tr-X),(tr-Y),3

[Image: matts_siggy.gif]
08-04-2013 11:03 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)