Jump to content

Oxxy

Members
  • Posts

    106
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Estonia, Tallinn

Recent Profile Visitors

3040 profile views

Oxxy's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

3

Reputation

2

Community Answers

  1. Delete or comment this line in db/skill_reproduce_db.txt: // TaeKwon Kid 421 // Flying Kick
  2. Did you recompile server? =\
  3. Find this code and delete it(backup first): if(sc->data[SC_FREEZE]) mdef += 25*mdef/100; Lines 5089 - 5090
  4. It's called RCX. or light effects grf(something like this). U can't change /effect command to show only aoe effects
  5. Use this command. He will call npc event OnWantToSell from SELL_NPC. ACMD_FUNC(sell) { nullpo_retr(-1,sd); if( sd->npc_id || sd->vender_id || sd->buyer_id || sd->state.trading || sd->state.storage_flag ) return -1; npc_event(sd,"SELL_NPC::OnWantToSell",0); return 0; } NPC script: -<tab>script<tab>SELL_NPC<tab>-1,{ OnWantToSell: callshop "SellShop",2; end; - shop SellShop 139,2117:-1,7521:-1,7522:-1,7523:-1,7524:-1,13250:-1,13251:-1,13252:-1,13253:-1,13254:-1 }
  6. No, it won't have any negative effect. But numerous variables don't work if number is first placed in variable. To better understand: set 1orc, 1; // Won't work
  7. conf/misc.conf // Delay between using @duel in minutes duel_time_interval: 60
  8. Oxxy

    Locking Levels

    find in pc.c function pc_gainexp and after if(!battle_config.pvp_exp && map[sd->bl.m].flag.pvp) // [MouseJstr] return 0; // no exp on pvp maps Type in if(sd->status.base_level >= 150) return 0; Recompile and you're done. You can't receive exp if your level is equal or more than 150.
  9. As i know job names are in data/msgstringtable.txt
  10. Can anyone fix it for newest revisions? Problem is when u did achievement it don't give you it. But if u try @achieve 1 Oxxy it works great! Patch in attachmets(You can apply it on newest revisions without errors) achievement.patch
  11. Can anyone fix this for newest rathena? The problem is that this system don't give any achievements. Patch for newest rAthena.. achievement.patch
  12. 1) Use jobchange command. Syntax is jobchange <job number>; 2) To add skillpoints u should use this command: set SkillPoint, SkillPoint + x; Where x - how many points to add. 3) for base level use: set BaseLevel, BaseLevel + x; to add +x levels or set BaseLevel, x; to set Base level to X. for job level use: set JobLevel, JobLevel + x; to add +x levels or set JobLevel, x; to set Job Level to X
  13. Download latest server from SVN. Then download Vertrigo. Go to server/conf folder and find inter_athena.conf. Configure connect to the server. Go to server/src/common and find mmo.h file. Open it and find #define PACKETVER (numbers.here) and change this numbers to 20111116. Recompile. Take data.grf and rdata.grf. Download Renewal Data folder. You can find it through google or search here. (Google: Renewal data folder v2 rathena.org). Take 2011-11-16 exe and diff it with WeeDiffGen. Configure admin account ID in clientinfo.xml Configure ip(and port if u changed) in clientinfo.xml Go to phpMyAdmin and create new database. Import from server/sql-files/ 2 files: main.sql and logs.sql Now u can start server and play. If u need any help just search through google or rathena.org. All of your question 99% were answered. That's all! p.s: sorry for bad english, I'm Russian.
  14. Посоветую тебе зайти на Ruathena.ru и посмотреть Тут в русской ветке давно никого нету. А по ссылке найдёшь растущее русское комьюнити.
×
×
  • Create New...