Jump to content

Aureon

Members
  • Posts

    281
  • Joined

  • Last visited

Everything posted by Aureon

  1. This can help you, - script rAthena -1,{ OnPCBaseLvUpEvent: setarray .@rewards[0],501,502,503,504,505; // change this with your own reward if (BaseLevel == 10 || BaseLevel == 20 || BaseLevel == 30 || BaseLevel == 40 || BaseLevel == 50 || BaseLevel == 60 || BaseLevel == 70 || BaseLevel == 80 || BaseLevel == 90 || BaseLevel == 100 || BaseLevel == 110 || BaseLevel == 120 || BaseLevel == 130 || BaseLevel == 140 || BaseLevel == 150 || BaseLevel == 160 || BaseLevel == 170){ getitem .@rewards[0],1; getitem .@rewards[1],1; getitem .@rewards[2],1; getitem .@rewards[3],1; getitem .@rewards[4],1; dispbottom "Congrats! You reached level "+BaseLevel+"!"; end; } else { end; } end; }
  2. just wanna quote this again,
  3. same error from above using the latest file you provided.
  4. You forgot these files idnum2itemdisplaynametable.txt idnum2itemdesctable.txt idnum2itemresnametable.txt Follow this guide https://rathena.org/wiki/Custom_Items
  5. Afaik, there's none beside from copy pasting the src
  6. I am happy too that you now solved your problem
  7. Aureon

    Item Group

    Error says that you lack 1 column on your modified part in item_group_db.txt which requires atleast 2. Post the modified portion of your item_group_db.txt if you still can't figure it out.
  8. Image not showing and kindly post the error that the mapserver throws. Edit: It seems that you entered your inter_athena.conf under map server db wrongly, kindly review it.
  9. I see, you should change the version also same as packet_db_ver
  10. Aureon

    bug @guild

    Use github https://github.com/rathena/rathena
  11. Aureon

    bug @guild

    If then, remove links such as https://rathena.org/wiki/SVN_Checkout to avoid confusion
  12. Herc doesnt support 2015 clients as of the moment, if you want latest 2015 clients better start your server with rAthena
  13. Problem#1 That's not @go 15 (new1-1), that is the default starting point for renewal setting which is "iz_int" Map Fix: Add this map to your GRF. Tip: Or if you want, you can change your starting point on conf/char_athena.conf and find this line: start_point: iz_int,97,90:iz_int01,97,90:iz_int02,97,90:iz_int03,97,90:iz_int04,97,90 and change it to whatever you want, like changing this to old starting point: start_point: new_1-1,53,111:new_2-1,53,111:new_3-1,53,111:new_4-1,53,111:new_5-1,53,111 ​Problem#2: Check the settings on your setup.exe
  14. Nothings wrong with your clientinfo.xml... Therefore it might be you server was not compiled for 20120410 On your src/common/mmo.h look for this line #define PACKETVER 20130807 And change it to #define PACKETVER 20120410 Save and compile your server
  15. Can you post your clientinfo.xml here
  16. It should be <yellow> <admin>2000000</admin> </yellow> Just add more on admin part *forgive me, im not on pc and i cant use codebox *
  17. Script name should not contain spaces like "Instanced Prontera.txt" You should rename that to anything but be sure there's no spaces like "InstancedProntera.txt".
  18. Latest git always be the stable.
  19. I did not say that the client won't be throwing lag at all, there are aspects that contributes to fps lag and as far as i know, one it is due to the effects rendered by the client everytime you cast skills, walk and etc. And as what i mentioned earlier, most lag issues are because of the server-client connectivity. @topic: i never experienced lag in 2015-11-04 client
  20. If the lag was caused by the client then it might be your graphics card. Most of the reasons are because of the connectivity not from client itself.
  21. Hi sir. Its not actually transitioning from svn to git. Im just changing my server files to be able to update it to the latest renewal. What are the things im gonna change for my server to avoid rollbacks. Thanks sir emistry. Follow that if you wanted to update your files to the latest. You must first transition it from your svn copy to git so you can update it via git pull.
  22. For sql error, that problem happens in >= mysql 5.7.8 Solution for that is, change your mysql version lower than that. For the warning, in your clientinfo.xml change the version from 0 to 30 as what the warning has stated.
  23. Better use #2(github/trunk)
  24. You just need to change the 3rd job sprite by including them on your new grf. *be sure you have a copy of those sprites*
×
×
  • Create New...