Jump to content

RagnarokOnline2015

Members
  • Content Count

    46
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Upvote
    RagnarokOnline2015 got a reaction from Kuroyama in [Guide] Mapcache Generation 2018   
    Sorry For My English
  2. Upvote
    RagnarokOnline2015 got a reaction from Emistry in [Guide] Mapcache Generation 2018   
    Sorry For My English
  3. Upvote
    RagnarokOnline2015 got a reaction from Kyoya G in [Guide] Mapcache Generation 2018   
    Sorry For My English
  4. Upvote
    RagnarokOnline2015 got a reaction from Caspian in How to add a custom prontera?   
  5. Upvote
    RagnarokOnline2015 reacted to 4144 in Max Atk   
    I created this pr https://github.com/HerculesWS/Hercules/pull/2419 for allow change some limits
  6. Upvote
    RagnarokOnline2015 reacted to 4144 in Max Atk   
    atk and some other attributes stored in unsigned short fields.
    this mean max value is 65535.
    Also some packets allow only short/unsigned shorts. I can try create pr with increasing this fields, but not sure is it will broke some old pre-re code
  7. Upvote
    RagnarokOnline2015 reacted to AnnieRuru in Max Atk   
    @RagnarokOnline2015 must be using RENEWAL
    in renewal, its base atk + weapon atk
    simply equip any weapon will do, like I'm using priest, equip a club
    "@refine 0 10", the refine will increase the value along with bonus bAtk or bonus bAtk2
    in renewal, equip fire-brand will increase the value there
    @Orca must be using pre-renewal
    yes, equip a fire-brand doesn't increase that value,
    to increase bAtk2, the only way is through refine "@refine 0 10" on your fire-brand, or using bonus bAtk2
     
    and I repeat again, THIS IS OFFICIAL <-- tested same thing happen in rathena as well(EDIT)
    this atk/matk stuffs has even confuse some developers
     
    EDIT: seems like I misunderstood the question,
    you want to increase the 65535, not to add to the bAtk2 bonus ...
  8. Upvote
    RagnarokOnline2015 reacted to banhelba2019 in Max Atk   
    Well i dont remember raising my max atk ..... I just changed the attk formula so that STR gives more ATK 
    status.c
    void status_calc_misc(struct block_list *bl, struct status_data *st, int level) { nullpo_retv(bl); nullpo_retv(st); //Non players get the value set, players need to stack with previous bonuses. if ( bl->type != BL_PC ) st->batk = st->hit = st->flee = st->def2 = st->mdef2 = st->cri = st->flee2 = 0; if ( bl->type == BL_PC ) st->batk = st->str * 1250; I added the 
        if ( bl->type == BL_PC )         st->batk = st->str * 1250; at the bottom
  9. Upvote
    RagnarokOnline2015 reacted to banhelba2019 in Max Atk   
    Thats a pretty good question
     

     
    I can get my attack into the 100ks pretty easily...
     
    You might appreciate this post i made on rathena by Lllaaazzz (me)
    https://rathena.org/board/topic/118087-where-can-i-edit-stat-bonuses/#comment-357024
     
     
     
     
  10. Upvote
    RagnarokOnline2015 reacted to Alexandria in Basic Complete Renewal Data English Folder   
    This data folder is a fresh and clean data folder. It does not have items custom or other modifications (Only I added some kafra cutins).

    Based upon CalciumKid's folder, OnNplay's folder, Megasantos's folder, Michieru and dastgirpojee.
    [*]Basic kRO Fonts [*]Basic Translated Textures [*]Official Hairstyles (Only if your rdata.grf has been updated) [*]553 Clothes Dyes / 251 Hair Dyes Pack [*]Kafra anime style (you can remove them if you want textureÀ¯ÀúÀÎÅÍÆäÀ̽ºillust)

     
    Data Version 4.0
    ! NOTE: This version is for 2012 and 2013 clients.
     
    Download: [Dropbox] [Mega] [4shared] [Gamefront] [Rapidgator] [Uploaded] [Putlocker] [Turbobit]
    ChangeLog:
    Fixed: Palletes are working properly.
    Added: More sprites
    Added: More textures translated
    !Merge with Client Translation Project rev. #31
     
    MD5 Hash: 10cb8c6819acc00978417dbbedfa5638
     
    ==========================================================
     
    Data Version 3.0
    ! NOTE: This version is for 2012-04-10 or older.
     
    Download: [Dropbox] [Mega] [4shared] [Gamefront] [Rapidgator] [Uploaded] [Putlocker] [Turbobit]
    ChangeLog:
    Delete all those files for pre-renewal.
    Updated idnum2itemdisplaynametable.txt by Ziu
    Updated msgstringtable.txt by TrueNoir
    Added: Dewata Quest Translated Lua v1.1 by Dastgir Pojee
     
    MD5 Hash: e3806675a03529a154d644e565bd33aa
     
    ==========================================================
     
    Data Version 2.0
    ! NOTE: This is a PRE-RENEWAL version, only for 2010 or older.
     
    Download: [Dropbox] [Mega] [4share] [Gamefront] [Rapidgator] [Uploaded] [Putlocker] [Turbobit]
    ChangeLog:
    Added: More sprites (Latest)
    Added: Official Hairstyles
    Added: More NPC sprites

    MD5 Hash: 220ae49fc6dc50ef7b8df3c49e007939
     
    ==========================================================

    Data Version 1.0
     
    Download: [Dropbox] [Mega] [4share] [Gamefront] [Rapidgator] [Uploaded] [Putlocker] [Turbobit]
    ChangeLog:
    -Initial release-
     
    MD5 Hash: 72a16ec1e3854727cf853d13d6cdbf6f
     
    ==========================================================
     
    Let me know if you have any problems
  11. Upvote
    RagnarokOnline2015 reacted to 4144 in Warning   
    You must set for hercules packet version what you want to use, and rebuild hercules. And use client with same version
  12. Upvote
    RagnarokOnline2015 reacted to Haru in Heaven driver   
    Fixed in https://github.com/HerculesWS/Hercules/commit/2c60e01501cdce2fb18eba0fa07f6a350ae96d5e
  13. Upvote
    RagnarokOnline2015 reacted to Ridley in Level Scroll   
    just use BaseLevel in an itemscript. like
     
    raise level by one
    { Id: 12345 AegisName: "Level1" Name: "+1 Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+1; "> },   Or by 5 (or anything)
    { Id: 12345 AegisName: "Level5" Name: "+5 Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+5; "> },  or random
     
    { Id: 12345 AegisName: "Levelrandom" Name: "Random Level Thing" Type: 0 Buy: 12345 Weight: 12345 Script: <" BaseLevel = BaseLevel+rand(1,10); "> // 1-10 levels },  
  14. Upvote
    RagnarokOnline2015 reacted to evilpuncker in BIG ERROR   
    yes, that is the error, you need to fully update your hercules to the latest version since we got an huge update in the skill db files
  15. Upvote
    RagnarokOnline2015 reacted to Dastgir in 2014-10-22 Client Download   
    http://herc.ws/board/files/file/238-2014-10-22bragexe/
  16. Upvote
    RagnarokOnline2015 reacted to Dastgir in 2014-10-22 Client Download   
    Patch it yourself with NEMO.
    The one on this topic wasn't patched either
  17. Upvote
    RagnarokOnline2015 reacted to Grimmjow in 1265 - Data truncated for column 'equip_jobs' at row 1   
    [Err] 1265 - Data truncated for column 'equip_jobs' at row 1
    [Err] REPLACE INTO `item_db` VALUES ('501','Red_Potion','Red Potion','0','50','25','70','0','0','0','0','0','0xFFFFFFFFFFFFFFFF','63','2','0','0','0',NULL,'0','0','0','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','itemheal rand(45,65),0;','','');
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------
     
    Help!
  18. Upvote
    RagnarokOnline2015 reacted to Aeromesi in cluccers   
    Well with a OnHour you can initiate the npc timer like that on a specific hour to "initnpctimer" instead of selecting "Start Event" from a menu selection
  19. Upvote
    RagnarokOnline2015 reacted to Asheraf in Cloning Scroll hercules   
    Try this one :
    Script: <" atcommand "@slaveclone "+strcharinfo(0); ">    
     
     
  20. Upvote
    RagnarokOnline2015 reacted to PonyVPS in 2 VPS Hosting   
    Hello..
     
    can u specified your question?? or step by step so we can help u easily
  21. Upvote
    RagnarokOnline2015 reacted to Jedzkie in 2 VPS Hosting   
    -> I have two hosting, how to run two servers in two hosting that would have been one login
  22. Upvote
    RagnarokOnline2015 reacted to PonyVPS in 2 VPS Hosting   
    Hello,
     
     
    based on what i understand here.. u will use 2 vps (2 ipv4)
    and you want one LOGIN?? are u planning to use a proxy server here?
  23. Upvote
    RagnarokOnline2015 reacted to Dastgir in Exe   
    I'd say , go with 2014-02-05 currently.
  24. Upvote
    RagnarokOnline2015 reacted to REKT in Exe   
    I'm using that version, so far works like a charm i have no problem with the CLIENT. 10-22 roulette sometime won't work i guess its still has a BUG.
  25. Upvote
    RagnarokOnline2015 reacted to Aurora in Exe   
    Nvm. Found it here.
×
×
  • Create New...

Important Information

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