Thread: [PI] an area in which you cant gain XP

Results 1 to 4 of 4
  1. #1 [PI] an area in which you cant gain XP 
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    The title is basically self explanatory, does anyone know how to do this?

    I'd like to make an area where you can't gain XP.

    So for example;

    If in THIS area (between these coords or whatever) you cannot gain XP.
    All the best,
    Nirvana

    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    in combatassistant just look for where it says config.melee_exp or w.e its named in your config then put

    if (c.absX .... )
    return;

    then do the same for range exp and mage exp
    Reply With Quote  
     

  3. #3  
    Registered Member Pakku's Avatar
    Join Date
    Mar 2010
    Posts
    1,234
    Thanks given
    127
    Thanks received
    111
    Rep Power
    47
    Do what relex lawl said, but put it in your addSkillXP method.


    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    addskillxp @ PA add

    if (inarea)
    return;

    EDIT: Soz didnt seen the post above.
    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: 7
    Last Post: 07-27-2011, 10:42 AM
  2. Replies: 4
    Last Post: 06-21-2011, 04:35 AM
  3. [pi] gain exp
    By Hybrid in forum Help
    Replies: 1
    Last Post: 11-26-2010, 10:24 PM
  4. {HELP} when i eat i dont gain hp
    By tankz in forum Help
    Replies: 1
    Last Post: 06-29-2009, 07:14 AM
  5. {HELP} when i eat i dont gain hp
    By tankz in forum Help
    Replies: 0
    Last Post: 06-29-2009, 07:03 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •