Thread: mage bank...? rep...

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 mage bank...? rep... 
    Registered Member
    Join Date
    Jan 2009
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    im using devo 2.7 i think it is by killamess, anyway i was wandering :
    1. how to spawn objects? e.g. portals
    2. how to make it when you click an object they disappear? e.g. webs at mage bank
    i just cant get them to disappear if you click them

    thanks in advance!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2009
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    why does no one ever help me...?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Its paris's Avatar
    Join Date
    Apr 2009
    Posts
    1,141
    Thanks given
    56
    Thanks received
    234
    Rep Power
    689
    1. I think it's a method called globalObject or spawnGlobalObject (search for anything that looks like that). Note that it's very likely that your server will only spawn that object for the current players in that area, and that when you log out and back it, it'll probably be invisible for you. Although your server might be adapted after all. In the first case, you'd best look for some specific help on how to spawn objects or items for ALL players.

    2. I'm sure there's some kind of deleteObject method (no idea what it's called) but spawning another object at the same possition might do the trick. (Altough I'm not sure if this would cause problems for players rejoining the server)
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Nvm, didn't see that you said it was Devo 2.7.
    Reply With Quote  
     

  5. #5  
    :')


    Join Date
    Oct 2008
    Age
    29
    Posts
    1,946
    Thanks given
    48
    Thanks received
    47
    Rep Power
    1545
    Client.java search for;
    Code:
    public void makeGlobalObject
    With your others add;

    Code:
     makeGlobalObject(X coord, Y coord, Object Id, 0, 10);
    For the second one I THINK it would be under your
    Code:
    public void Deleteobjects() {
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2009
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    there is no
    "public void Deleteobjects() {"
    or "deleteobjc"
    in client.java wtf?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    check all ur filez
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by ҳ̸Ҳ̸ҳ View Post
    Client.java search for;
    Code:
    public void makeGlobalObject
    With your others add;

    Code:
     makeGlobalObject(X coord, Y coord, Object Id, 0, 10);
    For the second one I THINK it would be under your
    Code:
    public void Deleteobjects() {
    He said he's using devo, not delta.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jan 2009
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    yeh so how i delete it in DEVO ?
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jan 2009
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    anyone?
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •