Recent content by uzami

  1. U

    Error on skills

    Hi guys! So, I add some custom maps to my server, on a oldest version of Hercules they are working fine, and  don't appears any error, but now I've update my Hercules (v2017.11.19)  and now, everytime I go at the maps, appears that error on Map_server... anyone knows what can it be? Thx for...
  2. U

    Character Creation Screen

    well... Here I am, again! haha I was searching some stuffs on google and I saw that image (attach file) and I start wondering... On the Doran Classe creation exist this possibility, select a "race" hair style and etc and on my server i'm working with a race system but i using the Hairstyle to...
  3. U

    Event starts when change job

    I'm trying to make a event who trigers when a character changes his JobClass like this: -    script    Mail#004    -1,{     OnPCStatCalcEvent:     if(BaseJob == Job_Swordman && reward004 == 0) {   // my functions           end;     } } but, it's not working hahaha any help? =)
  4. U

    Hairstyle Item

    Hi, i'm trying to create an item how change the HairStyle when we use it. I think about the "callfunc" but, I don't know for sure what function use...  Any help?  Like: Id: 25026     AegisName: "New_Style_001"     Name: "Hair Style 01"     Type: 2     Weight: 0     Trade: {         nodrop...
  5. U

    MOB Reward

    Hello, i'm making some achivments for my server and ther is one that already workings, the script gives a player one item when they get Job Level 10 by mail, and display a message and etc. Anyway, a friend makes it for my. But, I want make one that everytime a Player kills 1000 Porings, he will...
  6. U

    MOB's

    Hello guys I was serching some mobs and etc and i found this: http://nn.ai4rei.net/dev/npclist/?qq=78 my question is: the mobs 3318 to 3338 are all in my DB with // in front. but they don't work obviously... i got that error (attach files)  Any help? Thx haha
  7. U

    Problem with Custom Sword

    Okay, here's the thing! I downloaded one custom sword for my server. customize the item_db2.conf / weapontable.lua  and iteminfo.lub put all the spr and act on the correct folders and start my game. so far so good... but, when my character atacks one enemy I got a client crash.... no...
  8. U

    [BMG] mp3nametable.txt

    here is the thing... when i put any custom mp3 on BMG folder... and edit at mp3nametable.txt the song just don't play on the map... ther is any specification for the mp3 format? like... kbps or size?   thx
  9. U

    Hairstyle

    'm wanting to create an NPC that lets you choose a type of hair depending on what already is equipped, and am then doing some test, the first option, which is below the number 42, and another function, those who have above number 43. is there any command for that?   and i found some option for...
Back
Top