Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. I changed loki launcher.ini to match the exe name and run. The error was http://puu.sh/5mmb3.png can you open yout SaveData/OptionInfo.lub and post it here? it is located in your RO folder..
  2. Did you check the file for loki or rolex launcher inside the folder? if loki or rolex is available, then setup it first.. then run loki.exe or rolex.exe
  3. you can find that information here > Custom Items - iteminfo.lub you can also use iteminfo.lua if you diff your client "Read lua befor lub"
  4. Mhalicot

    @afk

    yes it is, you can use bindatcmd http://herc.ws/wiki/Bindatcmd
  5. you can choose what ever you want here Client Side Release some of does: 2013-06-05 Full Client Download - ossi0110 2012-04-10 RagexeRE Full Client Download ossi0110 2013-08-07 Full Client Download - ossi0110 2013-08-07aRagexe Full Client by Themon 2013-08-14aRagexe Full Client by Themon Package contains ready made working client..
  6. yap, sige balitaan mo nalang dito kung ano naging result
  7. no problem happy to know that ..
  8. and yes, pag above 100, magiging (-)negative and pag naka // coment na yung #define renewal automatic na yung item_db.conf/txt na yung babasahin.. siguro ang ginawanya, kinopya nya yung laman ng re/item_db.conf/txt at inilagay sa pre-re/item_db.conf/txt kaya yun, nagkaroon ng malaking conflict sa def. @edit Confirm, @RezarRO ginamit mo yung item_db ng renewal which is wrong, gawin mo delete mo yung item_db mo sa pre-re then update mo yung svn mo
  9. In his case, sabi nya wala naman daw syang ginawang edit, meaning hindi ganyan ang Item database nya.. kaya ginaya ko yung setup ng items nya and hindi naman umabot sa ganyan yung def.. campare both renewal and pre/renewal Screenshot sa ginawa ko..
  10. sounds like >>> http://rathena.org/board/files/file/2893-rathena-eathena-cell-noskillpatch/
  11. Please recompile it again // Copyright (c) Hercules Dev Team, licensed under GNU GPL.// See the LICENSE file// Portions Copyright (c) Athena Dev Teams#ifndef _CONFIG_RENEWAL_H_#define _CONFIG_RENEWAL_H_/** * Hercules configuration file (http://herc.ws) * For detailed guidance on these check http://herc.ws/wiki/SRC/config/ **//** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/#ifndef DISABLE_RENEWAL/// game renewal server mode/// (disable by commenting the line)////// leave this line to enable renewal specific support such as renewal formulas//#define RENEWAL/// 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/// renewal drop rate algorithms/// (disable by commenting the line)////// leave this line to enable renewal item drop rate algorithms/// while enabled a special modified based on the difference between the player and monster level is applied/// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table//#define RENEWAL_DROP/// renewal exp rate algorithms/// (disable by commenting the line)////// leave this line to enable renewal item exp rate algorithms/// while enabled a special modified based on the difference between the player and monster level is applied//#define RENEWAL_EXP/// renewal level modifier on damage/// (disable by commenting the line)///// leave this line to enable renewal base level modifier on skill damage (selected skills only)//#define RENEWAL_LVDMG/// renewal enchant deadly poison algorithm////// leave this line to enable the renewed EDP algorithm/// under renewal mode:/// - damage is NOT increased by 400%/// - it does NOT affect grimtooth/// - weapon and status ATK are increased//#define RENEWAL_EDP/// renewal ASPD [malufett]/// (disable by commenting the line)////// leave this line to enable renewal ASPD/// - shield penalty is applied/// - AGI has a greater factor in ASPD increase/// - there is a change in how skills/items give ASPD/// - some skill/item ASPD bonuses won't stack//#define RENEWAL_ASPD#endif // DISABLE_RENEWAL#endif // _CONFIG_RENEWAL_H_ and post here the result anung compiler gamit mo? and kung ayaw parin, Download ka ulit ng new server svn yung malinis and try mo i convert sa pre-re kung may ganyang paring issue
  12. GInawa kong Renewal yung Client ko and naging ganito yung stats.. Sigurado ka ba na Recompile mo na yung server mo?
  13. patingin po ng renewal.h mo.. please post here the code, maybe may mali ka sa pag setup ng pre-re..
  14. tried and tested on revision 132*** and using different item for combo.. and its working as intended..
  15. anu ang server revision gamit mo? and may inedit ka ba jan sa mga items na yan? susubukan kong gayahin.. see, ginaya ko yung gamit mo pero di manlang umabot sa 99++ yung def, nasobrahan ka siguro sa edit ng item mo, paki post naman dito yung mga iniba mo subukan kong gayahin.. nag try ako mag suot ng Ahura and Angra, hangang 99 lang talaga yung def.. nilagyan ko ng upgrade hangang 57 def lang inabot.
  16. nka disable na ba yung renewal mo? and what item ba yang ginagamit mo custom item ba? may Upgrade ba yung Items mo? pag pre-renewal hangang +10 lang po yung upgrade ng item, pag +11 pataas baka magka -def ka talaga..
  17. I dont think so, because I try to add montransform and its work as intended, transforming character for 10 seconds.
  18. Same Topic > http://herc.ws/board/topic/3021-help-with-this-script-please/?hl=%2Bwarp+%2Bdelay - script atcmd_warpdelay -1,{OnInit: bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand",0,99; end;OnAtcommand: set .@min,5; //delay in mins set .@delay,.@min * 60; if (warpdelay > gettimetick(2)) { set .@delaytime,warpdelay - gettimetick(2); message strcharinfo(0),"You must wait "+.@delaytime+" seconds to use this command again."; end; } setarray .@param$,.@atcmd_parameters$[0],.@atcmd_parameters$[1],.@atcmd_parameters$[2]; set .@map$,implode(.@param$," "); atcommand "@warp "+.@map$+""; set warpdelay,gettimetick(2) + .@delay; end;} Credit: kyeme I think this can answer your question without editing your source..
  19. in re/item_packages.conf // Structure of file:/*<Container_Item_Name>: { <Entry_Item_Name>: { Random: 0 - Signs what group type this item belongs to, 0 is "Must", a group of items that come out whenever the package is open (doesn't use rate), anything above 0 is considered "random_group_<value>", a package with 2 random groups for example gets 2 items whenever open, one from each group Count: 30 - Stands for how much <Entry_Item_Name> will be obtained. Expire: 2 - Signs how many hours this item will last (makes a rental item). Announce: True/False - Signs whether to relay a special item obtain announcement when this item comes out of the package. Rate: 50 - If 'Random' is not 0, a rate from 1 to 10000 (0.01% - 100%) will be given. Named: True/False - Signs whether the item should have the owner's name in it. }}*/ example:
  20. There are so many renewal client with full package out there, you can try does if you want. [English Client] 2013-06-05 Full Client Download - ossi0110 2013-08-07 Full Client Download - ossi0110 2013-08-14aRagexe Full Client by Themon 2013-08-07aRagexe Full Client by Themon Client Side Release for the SVN you can use the latest Data version is included in their full client!
  21. Same Topic >http://herc.ws/board/topic/2680-negative-def/?hl=%2Bnegative+%2Bdef Paki paliwanag naman nang malinaw, Mag lagay karin po ng mga Picture as a proof and comparison siguro gumagamit ka ng custom items? or anu ba ang server mo pre-re o renewal?
  22. cant reproduce no error on clean server. Actually you can ignore does warnings, and to fix it you only need to edit does word and correct it.
  23. try this { Id: 20725 AegisName: "Piamette_Ribbons" Name: "碧亚玫特的缎带" Type: 5 Buy: 0 Weight: 100 Slots: 1 Upper: 63 Loc: 4 EquipLv: 30 Script: <" bonus bMatk,10; bonus bInt,1; bonus bDex,1; if( isequipped(2189)) { autobonus "{ bonus2 bHPLossRate,30,1000; bonus bMatk,(5*(getrefine()/3)); }",(100+(getrefine()*3)),10000,BF_MAGIC,"{montransform 1930,10000,SC_MTF_MATK;}"; } ">},
  24. did you check your db script? 4128,Golden_Bug_Card,Golden Thiefbug Card,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,100; bonus bUseSPrate,100; },{},{}
×
×
  • Create New...

Important Information

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