Thread: createGroundItem

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 createGroundItem 
    Registered Member Georgeo's Avatar
    Join Date
    Jul 2008
    Age
    32
    Posts
    187
    Thanks given
    1
    Thanks received
    3
    Rep Power
    7
    how would i go on about creating ground items like in rs, at castle lvl 13 wildy theres body runes, chaoes runes, and so on, this is for a delta source

    Will rep
    Sentinal2 Offline
    Registered User

    Join Date: May 2007
    Posts: 1
    hey i no a few games like runescape there is clubpenguin there is moparscape and there is puzzle pirates
    Reply With Quote  
     

  2. #2  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    31
    Posts
    3,113
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    like, it drops an item at the spot every "X" amount of seconds automatically?

    ---------- Post added at 02:40 AM ---------- Previous post was at 02:38 AM ----------

    because if so, just open up globaldrops.cfg and well, its pretty much self explanitory. follow the other ones that are there

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for http://www.rune-server.org/runescape...pve-based.html
    Reply With Quote  
     

  3. #3  
    Registered Member Georgeo's Avatar
    Join Date
    Jul 2008
    Age
    32
    Posts
    187
    Thanks given
    1
    Thanks received
    3
    Rep Power
    7
    i did that, and nothing shows up, none of the items that are on that list show up.
    Sentinal2 Offline
    Registered User

    Join Date: May 2007
    Posts: 1
    hey i no a few games like runescape there is clubpenguin there is moparscape and there is puzzle pirates
    Reply With Quote  
     

  4. #4  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    31
    Posts
    3,113
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    did you put the correct coords? be sure to use the CORRECT format
    Code:
    //-----ItemID---CoordX--CoordY--Amount--Height--Type
    jsut follow that

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for http://www.rune-server.org/runescape...pve-based.html
    Reply With Quote  
     

  5. #5  
    Registered Member Georgeo's Avatar
    Join Date
    Jul 2008
    Age
    32
    Posts
    187
    Thanks given
    1
    Thanks received
    3
    Rep Power
    7
    thats the format im using maybe its the wrong height? or something

    ---------- Post added at 08:02 PM ---------- Previous post was at 07:33 PM ----------

    anyone?
    Sentinal2 Offline
    Registered User

    Join Date: May 2007
    Posts: 1
    hey i no a few games like runescape there is clubpenguin there is moparscape and there is puzzle pirates
    Reply With Quote  
     

  6. #6  
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    24
    Posts
    4,352
    Thanks given
    1,205
    Thanks received
    359
    Rep Power
    2845
    check your npc drops method.
    Reply With Quote  
     

  7. #7  
    Registered Member Georgeo's Avatar
    Join Date
    Jul 2008
    Age
    32
    Posts
    187
    Thanks given
    1
    Thanks received
    3
    Rep Power
    7
    Quote Originally Posted by Sub View Post
    check your npc drops method.
    but i dont want npc drops.
    Sentinal2 Offline
    Registered User

    Join Date: May 2007
    Posts: 1
    hey i no a few games like runescape there is clubpenguin there is moparscape and there is puzzle pirates
    Reply With Quote  
     

  8. #8  
    Registered Member
    rmb7's Avatar
    Join Date
    Nov 2008
    Posts
    1,023
    Thanks given
    2
    Thanks received
    12
    Rep Power
    200
    look around i think there is a method for that that works perfect. I had it in one of my servers I just forget what source it was.
    Reply With Quote  
     

  9. #9  
    Registered Member Georgeo's Avatar
    Join Date
    Jul 2008
    Age
    32
    Posts
    187
    Thanks given
    1
    Thanks received
    3
    Rep Power
    7
    yeh maybe it jus doesnt work for delta...
    Sentinal2 Offline
    Registered User

    Join Date: May 2007
    Posts: 1
    hey i no a few games like runescape there is clubpenguin there is moparscape and there is puzzle pirates
    Reply With Quote  
     

  10. #10  
    Registered Member Georgeo's Avatar
    Join Date
    Jul 2008
    Age
    32
    Posts
    187
    Thanks given
    1
    Thanks received
    3
    Rep Power
    7
    Quote Originally Posted by Gothic Kidd View Post
    Code:
    public void createGroundItem(int itemID, int itemX, int itemY, int itemAmount) {// Phate: Omg fucking sexy! creates item at absolute X and Y
    		outStream.createFrame(85);								// Phate: Spawn ground item
    		outStream.writeByteC((itemY - 8 * mapRegionY));
    		outStream.writeByteC((itemX - 8 * mapRegionX));
    		outStream.createFrame(44);
    		outStream.writeWordBigEndianA(itemID);
    		outStream.writeWord(itemAmount);
    		outStream.writeByte(0);	
    	}
    ??
    how would i use that.
    Sentinal2 Offline
    Registered User

    Join Date: May 2007
    Posts: 1
    hey i no a few games like runescape there is clubpenguin there is moparscape and there is puzzle pirates
    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
  •