Thread: Adding global objects by text?

Results 1 to 9 of 9
  1. #1 Adding global objects by text? 
    Registered Member
    Blooboom's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    290
    Thanks given
    1
    Thanks received
    0
    Rep Power
    90
    Would it be possible to change [Only registered and activated users can see links. ] around so that it loads and adds global objects via type command? So like in the txt file it has like

    Code:
    makeGlobalObject(3306, 3204, 2783, 0, 10);//anvil
    and then while ingame you type ::reloadobjects and it spawns the new ones?
     

  2. #2  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    No lol, Just make a handler for it.
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
     

  3. #3  
    Registered Member
    Blooboom's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    290
    Thanks given
    1
    Thanks received
    0
    Rep Power
    90
    handler?
    and why is that so funny, wouldn't this make rs private server making much much easier?
    oh and do u think u could show me how to use this?
    [Only registered and activated users can see links. ]
     

  4. #4  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    Yh, its possible
     

  5. #5  
    Metal Up Your Ass!!!

    Join Date
    Aug 2008
    Posts
    336
    Thanks given
    1
    Thanks received
    0
    Rep Power
    114
    I do have a command in my server that is :bj, but its only temporarily. If your friend used it,and you weren't around the area, but then you came after they finished, you won't see the spawned objects. If you came, then left, then came back, it won't be there. If you log out, then back in it won't be there. If your restart your server, ti won't be there. If you want the command just PM me and I'll give it to you. Other than that, I don't know if making a command to make objects permanent can or will work.
     

  6. #6  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    with a command, its always going to work like euro said, because the regular object spawning is called inside the packet for map loading. so when you leave the area and come back, it wont load again. unless, the command writes the object to a file, and you make a method to put in the object loading case that reads from the file that the command writes to. but then you would run into sinchronazation issues, because the object reader might be reading the file at the same time its being written to, causing the server to crash. so its better to just stick to spawning objects via config file.
     

  7. #7  
    Registered Member
    Blooboom's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    290
    Thanks given
    1
    Thanks received
    0
    Rep Power
    90
    wait so if you designated the .txt file the object loading case thing wouldn't that work?
    come on, there has to be a way this could work somehow... dude you guys are pro right? you could think of something... There has to be a way... and what is this about a .cfg file? how does it works?
     

  8. #8  
    Metal Up Your Ass!!!

    Join Date
    Aug 2008
    Posts
    336
    Thanks given
    1
    Thanks received
    0
    Rep Power
    114
    He might be pro, but I'm not. I can barley even complete a autocast guide because I don't know where things go.
     

  9. #9  
    Registered Member
    Blooboom's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    290
    Thanks given
    1
    Thanks received
    0
    Rep Power
    90
    lol, i think i know here things go but i don't know how to make stuff...
    omg, i have the rune armor now!! yippy
     


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
  •