I want to remove these objects.
[Only registered and activated users can see links. Click Here To Register...]
How would you do that for a 508 server? Is that even possible?
Btw I'm using bulbies source
Printable View
I want to remove these objects.
[Only registered and activated users can see links. Click Here To Register...]
How would you do that for a 508 server? Is that even possible?
Btw I'm using bulbies source
yep it certainley is go check out tut section richard released object spawning but also how to delete them.
so search
good luck on finding it
I searched but It doesn't say anything about deleting.
sec but i'm using bulby's i don't know what qsource u are using but there stand this and that deletes an object createGlobalObject(14751, HouseHeight, 3105, 3926, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3105, 3925, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3108, 3931, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3104, 3938, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3111, 3938, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3113, 3933, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3104, 3942, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3097, 3938, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3096, 3933, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 3110, 3927, 0, 10); //Delete
createGlobalObject(14751, HouseHeight, 2399, 5172, 0, 10); //Delete
I'm using bulbies too. Can you put that in noob form? (what you just said)
That is in semi-noob form, I'll finish what he said :p
Hmm.
Been a while since used bulby's, but go into
(I THINK, This is just from memory :p)
(Server folder)/players/player
and search for objects(), if nothing comes up then search for
createGlobalObject
If it comes up with a list of objects, congrats, you found it. If you can't find it, please post back and I'll go turn on the old computer with it on (Takes about 10 minutes to boot up -.- lol)
guys you cant move those those are hidden in the code like there a runescape item u cant remove
Maybe check the spawned objects in Player.java?
They arent spawned ROFLQuote:
Originally Posted by rsjumperboy [Only registered and activated users can see links. Click Here To Register...]
Its already a WorldObject.
and The guy 2 posts above me.
1 source already did this.