Jump to content

Zycron

Members
  • Posts

    35
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Zycron

  1. You can check out the guild.cpp in the src scroll down and look at player leave guild section
  2. So if I add a custom npc and edit my npc.h and set max to like 800000 for example is the 2015 client able to read the number that high or does it have a cap to what it can read??
  3. Zycron

    Db error

    That's what it says but in my db i only see one bound column
  4. Zycron

    Db error

    So every time I kill a mob I get this duplicate error. I have tried dropping log db resourcing log.sql from newest revision and manually updating my old one still get the error any fix?
  5. View File Superstylist.txt (Now with trans job support) Hey all so I took the Superstylist and cleaned it up a bunch and added a check for all working third jobs. so if you are not one of the supported jobs it won't let you open dress room and crash client when you try to change body type ? here it is all original credit given in file. Update 5/5/2018 ? If you want Trans jobs to work just change this: Class == Job_Rune_Knight || Class == Job_Warlock || Class == Job_Ranger || Class == Job_Arch_Bishop || Class == Job_Mechanic || Class == Job_Guillotine_Cross || Class == Job_Royal_Guard || Class == Job_Sorcerer || Class == Job_Minstrel || Class == Job_Wanderer || Class == Job_Sura || Class == Job_Genetic || Class == Job_Shadow_Chaser To this: Class == Job_Rune_Knight || Class == Job_Warlock || Class == Job_Ranger || Class == Job_Arch_Bishop || Class == Job_Mechanic || Class == Job_Guillotine_Cross || Class == Job_Royal_Guard || Class == Job_Sorcerer || Class == Job_Minstrel || Class == Job_Wanderer || Class == Job_Sura || Class == Job_Genetic || Class == Job_Shadow_Chaser || Class == Job_Rune_Knight_T || Class == Job_Warlock_T || Class == Job_Ranger_T || Class == Job_Arch_Bishop_T || Class == Job_Mechanic_T || Class == Job_Guillotine_Cross_T || Class == Job_Royal_Guard_T || Class == Job_Sorcerer_T || Class == Job_Minstrel_T || Class == Job_Wanderer_T || Class == Job_Sura_T || Class == Job_Genetic_T || Class == Job_Shadow_Chaser_T Submitter Zycron Submitted 04/30/2018 Category Utilities Video Content Author 3ceam updated by zycron  
  6. Version 1.0.0

    300 downloads

    Hey all so I took the Superstylist and cleaned it up a bunch and added a check for all working third jobs. so if you are not one of the supported jobs it won't let you open dress room and crash client when you try to change body type ? here it is all original credit given in file. Update 5/5/2018 ? If you want Trans jobs to work just change this: Class == Job_Rune_Knight || Class == Job_Warlock || Class == Job_Ranger || Class == Job_Arch_Bishop || Class == Job_Mechanic || Class == Job_Guillotine_Cross || Class == Job_Royal_Guard || Class == Job_Sorcerer || Class == Job_Minstrel || Class == Job_Wanderer || Class == Job_Sura || Class == Job_Genetic || Class == Job_Shadow_Chaser To this: Class == Job_Rune_Knight || Class == Job_Warlock || Class == Job_Ranger || Class == Job_Arch_Bishop || Class == Job_Mechanic || Class == Job_Guillotine_Cross || Class == Job_Royal_Guard || Class == Job_Sorcerer || Class == Job_Minstrel || Class == Job_Wanderer || Class == Job_Sura || Class == Job_Genetic || Class == Job_Shadow_Chaser || Class == Job_Rune_Knight_T || Class == Job_Warlock_T || Class == Job_Ranger_T || Class == Job_Arch_Bishop_T || Class == Job_Mechanic_T || Class == Job_Guillotine_Cross_T || Class == Job_Royal_Guard_T || Class == Job_Sorcerer_T || Class == Job_Minstrel_T || Class == Job_Wanderer_T || Class == Job_Sura_T || Class == Job_Genetic_T || Class == Job_Shadow_Chaser_T
    Free
×
×
  • Create New...