Jump to content

Mootie

Members
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mootie

  1. Mootie

    Cicada

    do you mean to bypass the cicada?
  2. Any error while compiling? this problem is not related on
  3. Thats possible...you just have to link your privileges
  4. You have to set your " mapname " as what the above post said... if (@mapname$ == "mapname"){ change it into if (@mapname$ == "prontera"){
  5. // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 change it into 99 or 4. depends on what your GM group are
  6. Possible if you are using harmony
  7. If you still having a error. you add it incorrect so re-do your works and make it 100% sure its on the correct before compiling according to jhedzkie he add it manually and he gont have error or anything else which means he adds it correctly and yes jhedzkie is correct you just have to do is @reloadbattleconf
  8. You have to add it manually and make it sure you add it properly then recompile.
  9. http://www.youtube.com/watch?v=f06EBENhV84
  10. You have to import the upgrade sql. can be found in sql-files upgrade.if you did not wipe your database and you are using old one. But according to your problem its says that your database is outdated
  11. How you import your main.sql in your data? o.o same process
  12. You have to import the item_db.sql in your database to able to add items into your item shop.
  13. Check src > config > renewal.h /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST put // on #define RENEWAL_CAST to disable renewal casting if you want to disable whole renewal settings put // on each #define
  14. Is your server renewal settings or pre-re settings? if renewal setting a combination of DEX and INT so DEX*2 and INT is at least 530 ((DEX*2+INT) = 530) // How much (dex*2+int) does variable cast turns zero? vcast_stat_scale: 530 this is renewal settings if you are using pre-re settings // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150
  15. If you cant do the src you can use lilith skill damage
  16. PACKETVER nothing to do in npc's can you check on the npc's folder? the script_custom and such? also you have to update each upgrade sql to avoid errors
  17. Seriously o.o did you compile it? did you check the logs for compile according to its date?
  18. Meaning while you compile the map there was an error.all you have to do is start the compile again and then check the compile logs
  19. ha? O.o you cant check logs? its shows on the image you provide it says " Logs " open it delete the recently logs then use the start server then go to logs open it then open the logs file according to the date. thats how you open it
  20. Update you .sql in sql files > updgrade then check at the logs in your asurahosting whats the exact error of your map
×
×
  • Create New...