Jump to content

Oxxy

Members
  • Posts

    106
  • Joined

  • Last visited

Everything posted by Oxxy

  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 и посмотреть Тут в русской ветке давно никого нету. А по ссылке найдёшь растущее русское комьюнити.
  15. Try mine script: - script announceporing -1,{ OnMinute30: announce "Event 'Poring Catcher' is starting!",0; sleep 1000; enablenpc "Poring"; announce "Go to Prontera to play this event",0; sleep 1000; announce "Event will start in 3 minutes",0; sleep 60000; announce "Event will start in 2 minutes",0; sleep 60000; announce "Even will start in 1 minute, hurry!",0; sleep 60000; announce "Event 'Poring Catcher' has started!",0; donpcevent "monstri::OnStart"; disablenpc "Poring"; initnpctimer; OnTimer5000: if ( getmapusers("poring_w01") == 0 ) { killmonsterall "poring_w01"; announce "Event 'Poring Catcher' didn't start because there's no players.",0; stopnpctimer; end; } } prontera,150,150,6 script Poring 1002,2,2,{ OnTouch: warp "poring_w01",0,0; end; } - script pobeditel -1,{ OnTruePoring: warp "SavePoint",0,0; killmonsterall "poring_w01"; dispbottom "You've killed the right poring!"; getitem 7227,1; getitem 671, 10; announce ""+strcharinfo(0)+" won in 'Poring catcher'. Congratulations! ",0; } - script monstri -1,{ OnStart: monster "poring_w01",0,0,"Poring",1002,1,"pobeditel::OnTruePoring"; monster "poring_w01",0,0,"PorinG",1002,25,"proigral::OnFalsePoring"; monster "poring_w01",0,0,"P0ri",1002,25,"proigral::OnFalsePoring"; monster "poring_w01",0,0,"P0r1ng",1002,25,"proigral::OnFalsePoring"; monster "poring_w01",0,0,"Porning",1002,24,"proigral::OnFalsePoring"; } - script proigral -1,{ OnFalsePoring: dispbottom "You loose!"; percentheal -100,0; warp "SavePoint",0,0; } poring_w01 mapflag nowarp poring_w01 mapflag noskill
  16. The purple one is super! Thanks you really! Best regards to you.
  17. Here are. http://www.mediafire.com/?apajw1x5ks81yr0 - tcg.act http://www.mediafire.com/?d44noyzfkqkzbwv - tcg.spr tcg_card_item.bmp tcg카드.bmp
  18. Hey people! I want to request a Purple(like Deviling) TCG Card recolor. I'd like to make it myself but i don't know how. :3 Thx for help in advance.
  19. Извиняюсь, всё работает, ошибка была в скрипте. Надо вместо "125" было поставить 125 просто.
  20. Читать умеем? новой профы в Ренивал! и в Рафине до сих пор нету нормальной реализации всех скиллов 3их профф
  21. Как правильно установить альянс для рас, если нужно более 1 альянса? Например: 1,Человек... 2,Гном... 3,Эльф... И мне надо поставить, чтобы у человека был альянс с гномом и эльфом @kangfredy try to check added lines in your src. You don't have script command Setfaction. Did you recompile server?
×
×
  • Create New...