Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Kuya Jeo

  1. @@Ranz open PC.C Path : trunk/src/map/pc.c Find This : case SP_SUBRACE: if (type2 == RC_MAX || (type2 > RC_NONDEMIPLAYER && type2 != RC_ALL) || type2 < RC_FORMLESS ){ ShowWarning("pc_bonus2: SP_SUBRACE: Invalid Race(%d)n",type2); break; } if(sd->state.lr_flag != 2) { if (type2 >= RC_MAX ) { for ( i = RC_FORMLESS; i < RC_MAX; i++ ){ if ( (type2 == RC_NONPLAYER && i == RC_PLAYER) || (type2 == RC_NONDEMIHUMAN && i == RC_DEMIHUMAN) || (type2 == RC_DEMIPLAYER && (i != RC_PLAYER && i != RC_DEMIHUMAN)) || (type2 == RC_NONDEMIPLAYER && (i == RC_PLAYER || i == RC_DEMIHUMAN)) ) continue; sd->subrace[i] += val; } } else { sd->subrace[type2]+=val; } } break; Change To This : case SP_SUBRACE: if (type2 == RC_MAX || (type2 > RC_NONDEMIPLAYER && type2 != RC_ALL) || type2 < RC_FORMLESS ){ ShowWarning("pc_bonus2: SP_SUBRACE: Invalid Race(%d)n",type2); break; } if(sd->state.lr_flag != 2) sd->subrace[type2]+=val; break; after changing it, recompile your server, i figured out that this is a bug, kindly move this topic to bug section
  2. @@jaiko23 did your client reads weaponid.lua?
  3. i think, its not effective anymore, i noticed that its like friend invites his/her friends to play in that server and those friends inviting their friends too, something like that ( Invite by the Invited System )
  4. Isn't it already there in const.txt maybe he was using the old hercules not the latest one, THE APRIL SVN ( Don't know what is the exact version ), i notice that, there is not RC_DemiPlayer RC_NonDemiPlayer in my const.txt i got the same problem but now i already fixed it just putting those line in my const.txt
  5. @@Nagad send me the undiff file i will try to diff it
  6. we are converting FluxCP from rA to hercules just bump me here or in facebook page
  7. @@Angelmelody he's using arial, i think @@Nagad try to change langtype into 1
  8. @@Ranz you need to put those lines in const.txt RC_DemiPlayerRC_NonDemiPlayer use this const.txt Path : trunk/db/const.txt const.txt
  9. @@minx123 exchanger? like credit exchanger??
  10. @@minx123 to disabled #item command use boolean groups.conf item: [true,false] construction of boolean [ @ , # ] so [ @@True, #false ] your GM Level 60 you can put permission can_trade:false can_trade_bound: false example : { id: 60 name: "Custom GM" level: 60 commands: { /* PUT COMMANDS HERE */ } permissions: { can_trade : false can_trade_bound : false }},
  11. @@OnceroErebus you cannot blocked an autopots that are created by a good programmers. since they can test it with the latest version of harmony
  12. @@koko24 send me the file in our facebook page and we will fix it( FREE ) send the PSD
  13. Kuya Jeo

    Mount

    @@jaiko23 { Id: 25000 AegisName: "Mount_Ring" Name: "Mount Ring" Type: 5 Buy: 20 Weight: 0 Loc: 136 Refine: false Script: <" setcashmount(); ">},
  14. note that this will be a lot of resource consuming since it will be executing a timer each 10ms to each player in the server yeah the only disadvantage
  15. thank you for helping.. i more problem.. energy coat not gone when i unequip the custom.. why? @@Zhao Chow this list skill not effect when unequip custom. 1-Energy Coat. { Id: 30260 AegisName: "Spirit_Of_Green_Soul" Name: "Spirit Of Green Soul" Type: 5 Buy: 0 Weight: 100 Slots: 1 Loc: 1 Refine: false View: 1720 Trade: { notrade: true noauction: true nodrop: true nogstorage: true nomail: true noselltonpc: true } Script: <" skill CR_FULLPROTECTION,1; bonus2 bSubRace,RC_DemiHuman,10; bonus bNearAtkDef,10; "> OnUnequipScript: <" sc_end EF_CHEMICALPROTECTION; ">}, 2-Improve Concentration { Id: 30262 AegisName: "Spirit_Of_Purple_Soul" Name: "Spirit Of Purple Soul" Type: 5 Buy: 0 Weight: 100 Slots: 1 Loc: 1 Refine: false View: 1722 Trade: { notrade: true noauction: true nodrop: true nogstorage: true nomail: true noselltonpc: true } Script: <" skill AC_CONCENTRATION,1; bonus bMagicAtkDef,10; bonus bNearAtkDef,10; "> OnUnequipScript: <" sc_end EF_CONCENTRATION; "> 3-Full Chemical Protection { Id: 30261 AegisName: "Spirit_Of_Orange_Soul" Name: "Spirit Of Orange Soul" Type: 5 Buy: 0 Weight: 100 Slots: 1 Loc: 1 Refine: false View: 1721 Trade: { notrade: true noauction: true nodrop: true nogstorage: true nomail: true noselltonpc: true } Script: <" skill MG_ENERGYCOAT,1; bonus bMagicAtkDef,10; bonus bLongAtkDef,10; "> OnUnequipScript: <" sc_end EF_ENERGYCOAT; ">}, you can see the SC of each skills in trunk/db/sc_config.txt and don't put the SKILL NAME because it has a corresponding SC for each skills always rely on trunk/db/sc_config.txt Energy Coat SC_ENERGYCOAT Improve Concentration SC_CONCENTRATION for Full Chemical Protection you need to put 1 by 1 SC_PROTECTWEAPONSC_PROTECTSHIELDSC_PROTECTARMORSC_PROTECTHELM
  16. @@minx123 here you go { Id: 30259 AegisName: "Spirit_Of_Blue_Soul" Name: "Spirit Of Blue Soul" Type: 5 Buy: 0 Weight: 100 Slots: 1 Loc: 1 Refine: false View: 1719 Trade: { notrade: true noauction: true nodrop: true nogstorage: true nomail: true noselltonpc: true } Script: <" skill HP_ASSUMPTIO,1; bonus2 bSubRace,RC_DemiHuman,10; bonus bLongAtkDef,10; "> OnUnequipScript: <" sc_end SC_ASSUMPTIO; ">},
  17. roBrowser is far better than AndRO, but not as complete as PC version. yeah PC version is far far far far better than robrowser and APK
  18. @@minx123 here Path : trunk/db/pre/map_zone_db.conf FIND THIS : { name: "Towns" disabled_skills: { AM_CANNIBALIZE: "PLAYER" AM_SPHEREMINE: "PLAYER" CR_CULTIVATION: "PLAYER" BS_GREED: "PLAYER" SC_MANHOLE: "PLAYER" WM_POEMOFNETHERWORLD: "PLAYER" GN_WALLOFTHORN: "PLAYER" } disabled_items: { Greed_Scroll: true }} ADD THIS LINE BELOW : ,{ name: "Custom" disabled_skills: { HP_ASSUMPTIO: "PLAYER" CASH_ASSUMPTIO: "PLAYER" } disabled_items: { Yggdrasilberry: true Seed_Of_Yggdrasil: true }}) the comma is a separator for the next line, don't remove it Path : trunk/npc/mapflag/zone.txt PUT THIS LINE OF CODES IN THE BOTTOM // Custom Zoneama_test mapflag zone Custom then @warp ama_test then try to use those disabled items and skills EDIT : by the way, you can use selected items that you disabled but NO EFFECT
  19. @@Akaneharuka yea its cool and you can run your RO in a browser, but someone told that ROBrowser is not secured(Security Issues) and not fully develop unlike Runing your RO in a PC some effects are missing same as in APK ( Android )
  20. @@koko24 doesn't remove FCP or Strip? find this line in skill.c and remove it, then adjust the case number, case always start in 1. Note : if you removed this line, not only the strip can be affected as well as other negative status Path : trunk/src/skill.c case 1: // End all negative status status->change_clear_buffs(bl,2); if (tsd) clif->gospel_info(tsd, 0x15); break;
  21. @@Helena yeah divide it to 10 like garr said
  22. @@Helena .@amount = query_sql ("SELECT ID, weight, attack, defence, slots, equip_level FROM item_db WHERE name_japanese = '"+ escape_sql(.@itemname$) +"'", @iid, .@weight, .@attack, .@defence, .@slots, .@elvl); change to this .@amount = query_sql ("SELECT `ID`, `weight`, `attack`, `defence`, `slots`, `equip_level` FROM `item_db` WHERE `name_japanese` = '"+ escape_sql(.@itemname$) +"'", @iid, .@weight, .@attack, .@defence, .@slots, .@elvl); @@Helena by the way if weight is 200 in item_db then weight in-game is 20 e.g weight in item_db = weight ingame 1000 = 100 500 = 50 250 = 25 25 = 2.5 5 = 0.5
  23. @@mrlongshen try to hire a dev for better result
  24. @@jaiko23 you can wear it but the effect/s is disabled
  25. @@snowflake1963 trunk/conf/channels.conf /* "map_local_channel" is a instanced channel unique to each map. */ map_local_channel: true TRUE to enable FALSE to disable
×
×
  • Create New...

Important Information

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