Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. btw, there is item execption? how if I do @autopots 1 50 501 50 502? there's no execption for item that gives HP or SP or maybe both and what's type for?
  2. update for Bahasa Indonesia until last svn17288
  3. can give us SS? also with the equipments
  4. did you change this for using potion pitcher to emp? case AM_POTIONPITCHER: { int i,hp = 0,sp = 0; if( dstmd && dstmd->class_ == MOBID_EMPERIUM ) { map_freeblock_unlock(); return 1; } if( sd ) { int x,bonus=100; x = skill_lv%11 - 1; i = pc_search_inventory(sd,skill_db[skill_id].itemid[x]); become case AM_POTIONPITCHER: { int i,hp = 0,sp = 0; if( sd ) { int x,bonus=100; x = skill_lv%11 - 1; i = pc_search_inventory(sd,skill_db[skill_id].itemid[x]);
  5. Cydh

    again on pc.h

    // ... #ifdef RENEWAL // your functions #endif // ...
  6. but, it's maybe possible if for getmapxy for mob, the result is stored on array..
  7. and maybe @reload mapflag or something for re-define a mapflag, atleast for using setbattleflag("pk_mode",1); it only change the flag value, but not turn map become flag.pvp.. so, setbattleflag("pk_mode",1) -> @reload mapflag
  8. well then, Updated for Bahasa Indonesia.
  9. before update to last revision, I want make this clear what should we do on (conf/msg_conf/map_msg.conf:4) for translation file: // or alternatively, use conf/import/msg_conf.txt keep it like the original map_msg.conf or make it like France // ou bien utilisez conf/import/map_msg_frn_conf.txt Portugese // ou alternativamente, use conf/import/map_msg_por_conf.txt because Spn and Chn still using like on original map_msg.conf // or alternatively, use conf/import/msg_conf.txt or change the path using same path like on conf/msg_conf/map_msg_conf:1465? conf/msg_conf/import/map_msg_<lang>_conf.txt
  10. not realize that it was changed. well then, fixed on same link.
  11. patch -> (re)compile -> restart server
  12. Cydh

    petskillattack2

    I did nothing with source. what's svn do u use? I think, we need correct the Wiki. as my first post and also, Frost Driver only hit once. so, that Impossible to get 150 damage by 3 hits Bapho Jr. with Spiral Attack 1000 (100x10 hits) petskillattack2 "LK_SPIRALPIERCE",1000,10,100,20; Bapho Jr. with Spiral Attack 10000 (1000x10 hits) petskillattack2 "LK_SPIRALPIERCE",10000,10,100,20; Bapho Jr. with Frost Driver 10000 (1000x1 hit) petskillattack2 "MG_FROSTDIVER",10000,1,100,20; Bapho Jr. with Frost Driver 10000 (1000x10 hit), you only get 1000 petskillattack2 "MG_FROSTDIVER",10000,10,100,20;
  13. Cydh

    petskillattack2

    the damage is capped 100 if: petskillattack2 "LK_SPIRALPIERCE",100,10,100,0;and this is higher as you want?petskillattack2 "LK_SPIRALPIERCE",50000,10,100,0;
  14. @mkbu95 or just make the the names become language name for each language they call. I mean, the example case 6: return "Indonesian (IDN)"; become case 6: return "Bahasa Indonesia (IDN)"; and btw, for case 5: return "Malasian (MAL)"; it should be case 5: return "Malaysian (MAL)"; need "y" there.
  15. We (I and @nanakiwurtz) will try to keep up-to-date the translation for Bahasa Indonesia
  16. update translation for Bahasa Indonesia (same link), follow up until r17253
  17. sometimes, if patching using software doesn't work, need patch it manually.
  18. what's time you did last update? estimate it. so, just patch it manually. (*)look at patch file -> find the correct line -> copy-paste -> back to (*)
  19. We know after implementation of "Multilanguages Support" on r17251. It changes everything related msg_txt method. from msg_txt(number) becomes msg_txt(sd,number). If you found error on your src because you modify it, and you have too many modification that use msg_txt, don't worry to replace all of them using FIND -> manual REPLACE. I just want to remain you all, use RegEx. on Microsoft Visual Studio, use Find & Replace (CTRL+H) for Notepad++ user (CTRL+H) REPLACE ALL. if you doubt, you can try it one by one (find -> replace) If you're sure now, you can FIND IN FILES (for Notepad++) and point it to your src folder or LOOK IN: ENTIRE SOLUTION for Microsoft VIsual Studio. NOTE: If you not using sd, but pl_sd, ssd, ect. maybe you need check them out after compiling. Why after compiling? Because you will know where is the error and it makes you easy to find them. or you can use NULL If you not 100% sure with this way, just don't do it! I don't take responsibility of your src errors.
  20. Uploaded screenshots "How's it working"
×
×
  • Create New...