Thread: 718 need a fire that dont go out

Results 1 to 4 of 4
  1. #1 718 need a fire that dont go out 
    Age Of Chaos Developer
    GreekO's Avatar
    Join Date
    Nov 2012
    Posts
    336
    Thanks given
    133
    Thanks received
    22
    Rep Power
    14
    so want to add the fire object that dont go out so players can cook without needing to keep lighting a fire anyone
    have a object code for one?
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Sep 2015
    Age
    24
    Posts
    532
    Thanks given
    68
    Thanks received
    115
    Rep Power
    414
    Go to NPCSpawning.java
    add this line

    under public static void spawnNPC() {

    Code:
    World.spawnObject(new WorldObject(70765, 10, 0, CoordsX, CoordsY, plane), true);
    Edit the coords to w/e u want it to be
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Age Of Chaos Developer
    GreekO's Avatar
    Join Date
    Nov 2012
    Posts
    336
    Thanks given
    133
    Thanks received
    22
    Rep Power
    14
    Quote Originally Posted by GlamourGirl View Post
    Go to NPCSpawning.java
    add this line

    under public static void spawnNPC() {

    Code:
    World.spawnObject(new WorldObject(70765, 10, 0, CoordsX, CoordsY, plane), true);
    Edit the coords to w/e u want it to be
    Thanks didnt need to be spoon fed just needed the object id thanks alot!
    Reply With Quote  
     

  5. #4  
    Donator


    Join Date
    Sep 2015
    Age
    24
    Posts
    532
    Thanks given
    68
    Thanks received
    115
    Rep Power
    414
    Quote Originally Posted by GreekO View Post
    Thanks didnt need to be spoon fed just needed the object id thanks alot!
    Oh I apologize , I quick read it.. I didn't notice that you only wanted the object id, However this might be helpful for someone who knows xD
    Reply With Quote  
     

  6. Thankful user:



Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 05-29-2015, 05:29 AM
  2. Replies: 2
    Last Post: 08-04-2013, 03:13 PM
  3. Replies: 11
    Last Post: 02-10-2013, 11:25 AM
  4. How to make fire go out?
    By Plasma in forum Help
    Replies: 2
    Last Post: 11-18-2011, 03:12 PM
  5. Replies: 4
    Last Post: 06-28-2007, 11:38 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •