Regarding v15 jobs

Results 1 to 9 of 9
  1. #1
    Member Vincam is offline
    MemberRank
    Feb 2011 Join Date
    25Posts

    Regarding v15 jobs

    I was wondering what file(s) in the server files edit(s) what a job can equip because I was trying to make other jobs dual equip weapons like blades do with swords and axes, but for billposters with dual knuckles instead. Can anyone help me?


  2. #2
    Grand Master kolelolx is offline
    Grand MasterRank
    Oct 2010 Join Date
    577Posts

    Re: Regarding v15 jobs

    Its not what jobs can equip, Its what job the weapon can be equiped in the it needs to be changed in the source files with all the armor/weapon info which i forget the name of XD

  3. #3
    Member Vincam is offline
    MemberRank
    Feb 2011 Join Date
    25Posts

    Regarding v15 jobs

    So what could it be? One of the item files or job files because I've been checking and haven't really found it but I'm not sure I'm looking in the right place.

  4. #4
    Sorcerer Supreme Groxy101 is offline
    Member +Rank
    Apr 2010 Join Date
    419Posts

    Re: Regarding v15 jobs

    I thought it was propitem.txt.

  5. #5
    Member Vincam is offline
    MemberRank
    Feb 2011 Join Date
    25Posts

    Regarding v15 jobs

    Well, I have been looking there for a while and all I've found is how to make it where other jobs could use them or make weapons one handed so I haven't really had any luck yet.

  6. #6
    Sorcerer Supreme Sanctin is offline
    Member +Rank
    Jul 2010 Join Date
    376Posts

    Re: Regarding v15 jobs

    Find in propitem.txt where it says the class that can use the weapon and change it to vagrant. Then all classes could use all weapons. Also, in character.inc there is like ADDVENDORITEM( 1, *, *, *,) or whatever. The first number (I think) is class sensitive to what can use the items. -1 would be vagrant 1=mercenary 2=acrobat 3=assist 4=magician

  7. #7
    Member Vincam is offline
    MemberRank
    Feb 2011 Join Date
    25Posts

    sad Re: Regarding v15 jobs

    Would that allow billposters to equip 2 knuckles at once?

    Wait never mind I think I found out how, just had to change which hands could use a weapon.

    Never mind again still have no idea, the last thing I tried failed.
    Last edited by Vincam; 20-02-11 at 11:02 PM.

  8. #8
    1/11/1995 ~ 23/11/2011 rebora2007 is offline
    Grand MasterRank
    Nov 2010 Join Date
    Care much ?Location
    2,346Posts

    Re: Regarding v15 jobs

    With source, anything can be done, but you need deep C++ knowledge for that.
    You can edit some items (propitem.txt) for like blades to equip a specified knuckle in one hand or maybe a yoyo in the other hand. All I know, if you want BPs to equip 2 knuckles, you'll need to edit the source files then.

  9. #9
    Member konoaho is offline
    MemberRank
    Aug 2009 Join Date
    SwedenLocation
    31Posts

    Re: Regarding v15 jobs

    You will need to change:

    dwHanded -> HD_ONE
    dwParts -> PARTS_RWEAPON
    dwExclusive -> =

    However I am not too sure this will allow them to use dual attacks, most likely only give them attack and stats from the second knuckle instead. Since the motion for dualwield is most likely defined for blades only.



Advertisement