Jump to content

Aurora

Members
  • Content Count

    121
  • Joined

  • Last visited

Posts posted by Aurora


  1. Have you rebuild your mapcache and added it the appropriate manner in your server files?

    Couldn't directly find a Hercules source, but do it accordingly to this: https://rathena.org/wiki/Custom_Maps#Adding_Custom_Maps

    Use mapcache.exe and/or recompile server after backing up mapcache.dat in your database (db) directory and renaming/removing it.

    Yes, I have done the server side configs as well and used weemapcache to update my mapcache.dat

     

    I found that there are some .rsm files that have this error

    error_Map.jpg


  2.  

     

    Don't change your mobID from 3500 in your mob_db2. Change your clientside files, namely the NPCIdentity.lua

     

    mob_db2.txt3500,ADDAX,ADDAX,ADDAX,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x131,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20
    NPCIdentity.lubJT_ADDAX = 3500 jobname.lub[jobtbl.JT_ADDAX] = "ADDAX" 
    Got it working now. I've tried 3998 and it worked. I suppose your suggestion would work as well. Thanks for letting me know the maximum range is 3999. But I wonder why I can't use 25000 as you and @@Dastgir have mentioned. Thanks for your help <3
    Its for extremely new clients 2014-10++

    And currently source doesn't support 25000 mob id,thus you cannot use it xD

    Ohh. Thanks for the information @@Dastgir! More power to you and @@Tranquility:D


  3.  

    Don't change your mobID from 3500 in your mob_db2. Change your clientside files, namely the NPCIdentity.lua

     

    mob_db2.txt3500,ADDAX,ADDAX,ADDAX,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x131,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20
    NPCIdentity.lubJT_ADDAX = 3500 jobname.lub[jobtbl.JT_ADDAX] = "ADDAX" 

    Got it working now. I've tried 3998 and it worked. I suppose your suggestion would work as well. Thanks for letting me know the maximum range is 3999. But I wonder why I can't use 25000 as you and @@Dastgir have mentioned. Thanks for your help <3


  4.  

    Thank you @@Dastgir for helping. So in this case my mob ID should be 10098?

     

    PS: I'm using 2013-12-23c client

    He mentioned that your client and server side ID's don't match.

    Looking at your NPCidentity.lua you see that the number there isn't equal to what you have in mob_db2.

    Change the value in your lua files to what you have in your mob_db2.

     

    The maximum mob_id you can use is 3999 from your current range, if you need more ID's, you'll need to continue from 25000

    Thanks@@Tranquility but I tried changing it 25000 and this happen

    mob_DB.jpg


  5. error_Mob.jpg

     

    NPCIdentity.lub

    JT_ADDAX = 10098

     

    jobname.lub

    [jobtbl.JT_ADDAX] = "ADDAX"

     

    Sprite folder

    spr_File.jpg

     

    mob_db2.txt

    3500,ADDAX,ADDAX,ADDAX,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x131,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20

     

    Does anyone have any idea how to fix this? TIA!


  6. Sinubukan ko rin pong i-revert lahat ng aking ginawa. Inalis ko ang prontera.gat/.gnd/.rsw sa aking grf. Nag redownload ng fresh HerculesGIT. Inulit ang pag diff ng client ngunit lumalabas pa rin ang mga nasabing error na hindi naman nag occur bago ko subukang palitan ang prontera.


  7.  

     

    Nagkaka error po na same AegisName which obvious nga naman

    rename...

     

    :meow:

    {
    Id: 1234 (sample)
    AegisName: "Freebie Kiel_Card"
    Name: "Freebie Kiel-D-01 Card"
    Type: 6
    Buy: 20
    Weight: 10
    Loc: 769
    Script: <" bonus bDelayrate,-20; ">
    },
    Ganyan po? Tapos update na lang rin sa itemInfo.lua para hindi unkown? Tama po ba?

  8. mga syntax error..read mo lang error madali mo lang yang maayos..

     

    :meow:

    Salamat sir @@malufett. May isa pa akong tanong kasi nag nag gawa ako ng edited card.

    Halimbawa:

    {
    Id: 4403
    AegisName: "Kiel_Card"
    Name: "Kiel-D-01 Card"
    Type: 6
    Buy: 20
    Weight: 10
    Loc: 769
    Script: <" bonus bDelayrate,-30; ">
    },
     

    {
    Id: 1234 (sample)
    AegisName: "Kiel_Card"
    Name: "Freebie Kiel-D-01 Card"
    Type: 6
    Buy: 20
    Weight: 10
    Loc: 769
    Script: <" bonus bDelayrate,-20; ">
    },
     
    Nagkaka error po na same AegisName which obvious nga naman. Ganyan po kasi ginawa ko sa rAthena at gumana nman sya. Pero sa hercules ay nag error at nag-skip sa pag basa ng script ng card na aking inedit. Pano po kaya ang solusyon dito?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.