Thread: Dementhium questions, help please?

Results 1 to 7 of 7
  1. #1 Dementhium questions, help please? 
    Registered Member
    Join Date
    Sep 2008
    Posts
    211
    Thanks given
    0
    Thanks received
    18
    Rep Power
    1
    Hey guys, can anyone help me out with:

    a) How can I edit char files in Dementhium? The bin editor I found on RS only allows editing for username and coords. How can I edit donor statuses for example?

    b) Where would I add in code to make certain items only weildable by donors?

    c) Using TorvaPkz source, sometimes PMs don't go through, any idea why?

    d) Any tutorials for V4C and Auto Donation?

    Thanks a ton.
    Reply With Quote  
     

  2. #2  
    Donator
    Zᴀᴄʜ's Avatar
    Join Date
    Aug 2009
    Age
    26
    Posts
    999
    Thanks given
    111
    Thanks received
    64
    Rep Power
    13
    A) I use the sql version, so I can't help you there.
    B) InventoryListener.java -> opcode == 13
    Spoiler for Example:
    if(itemId == 13740) {
    if(player.isDonator) {
    player.sendMessage("You must be a donator to wear that.");
    player.sendMessage("Donate today by typing ::donate!");

    return false;
    }
    }

    C) I have no idea how to fix that, all the receiving player has to do is turn on his private chat, if it's the same problem I'm having that is.. the private chat will say it's online when it really isn't.
    This doesn't apply to admins because their private message will show whether your private status is on or off.
    D) Go visit the tutorials section there's a few I believe.

    Hope this helped a bit.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2008
    Posts
    211
    Thanks given
    0
    Thanks received
    18
    Rep Power
    1
    Could you send me a link to the SQL version? Thanks.
    Reply With Quote  
     

  4. #4  
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Dec 2011
    Age
    26
    Posts
    2,303
    Thanks given
    471
    Thanks received
    764
    Rep Power
    0
    Quote Originally Posted by skyotic View Post

    He said he already has it... Hes looking for a char file editor lile 317.
    Reply With Quote  
     

  6. #6  
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    317 dont u just gotta open it with notepad for that? why do u need anything else?
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Sep 2008
    Posts
    211
    Thanks given
    0
    Thanks received
    18
    Rep Power
    1
    Quote Originally Posted by skyotic View Post
    Yes, but this doesn't allow me to edit things such as items in inventory, bank, etc.
    Reply With Quote  
     


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: 4
    Last Post: 12-01-2011, 07:27 PM
  2. [Dementhium]Item kept on death[Dementhium]
    By maffia-rpg in forum Help
    Replies: 4
    Last Post: 07-19-2011, 02:41 AM
  3. [Dementhium]Npc definitions[Dementhium]
    By maffia-rpg in forum Help
    Replies: 5
    Last Post: 07-17-2011, 08:35 PM
  4. [Dementhium]Frames.java[Dementhium]
    By maffia-rpg in forum Help
    Replies: 0
    Last Post: 07-14-2011, 01:52 PM
  5. [614] Dementhium 2 Questions
    By Kaiser Btw in forum Help
    Replies: 4
    Last Post: 06-27-2011, 01:06 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
  •