Jump to content

Kichi

Members
  • Posts

    509
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Kichi

  1. if you plan to add 3rdjob skill to your 2ndjob don't make any changes to client or skill just add it by using an item like creamy_card if it work, the skill would be appear at Misc Tab if you failed from this step, don't go too far, you will mess up your server
  2. itu hanya chat player kakak pengaruhnya dari client waktu diffing kalau ga salah PLAYER_CHAT_COLOR
  3. Thanks in advance. // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 = 1 item_rate_common_boss: 100 = 2 1.100 means 100% of droprate at database = 0.01 item_rate_setting * rate / 100 = output 100% * 1 / 100 = 0.01% all droprate for card is by default 1, change the item_rate_common to 1000 = 0.1%, 10000 = 1%, 100000 = 10% and so on 2. same
  4. already fix sir.. thnx alot the problem is i didnt change the grf file in the client side.. but now after i fix them i try to patch it and it works great,, but after a few hours when i finished to edit alot of description.. and i decided to patch it again.. is after i patch it.. when i log to check if its fix to the game and update patch change the description i shock cause nothing happen only the first update of my patch is active.. im confuse cause all the procedure ill made in the 1st update is ill do it again in may 2nd update.. the procedure is editing the server grf file then save it on a folder then open the thor generator then choose my server.grf and also the the output address of thor file and i put it on my desktop then i select the input address where my edited files are save in a folder then i generate it. then i upload it to my data folder and i change the plist to read my update.. is there anything i forgot? im really confuse the only thing i change when im currently updating 2nd update in my data folder and plist is i replace my 1stupdate on my plist cause in my 2nd update the 1st update is included also thats why i replace it.. the only thing left is my 2nd update on my plist but in my data folder my 1st update and 2nd update is still there.. plss help sir wew so you were just talk about the description sir?
  5. pre renewal is most wanted because his damage and things most people doesn't really wanted a changes
  6. sry i don't work with harmony >.> much pain you better find someone who familiar with harmony what i do for src is like add a custom skill / a custom @command / or another modification
  7. kichi do you do src mod? would you help me? yes i do you can check on my signature sir
  8. you have to looking for word RENEWAL_CAST then read the code add a condition like IF (3rdjob && RENEWAL_CAST) = RENEWAL CAST ELSE PRE RENEWAL CAST
  9. why people need this mod so bad? was it good? i think there are no related this mod to another job skill paste here your modification
  10. you have to learn thing from doc/script_command.txt
  11. place this code to your item script, change the item id with the item id where this script belong to if (BaseLevel >50) unequip (getitemslots(<item ID>));
  12. thnk 4 helping me sir.. now i know. But how can i change my emulator to item_db txt based?.. 4 now i thnk my emulator is team_db sql based cause i change it in tem db but nothing happen.. sorry 4 noob question.. cause now im newbie building a ragnarok conf/inter_athena.conf // Use SQL item_db, mob_db and mob_skill_db for the map server? (yes/no) use_sql_db: no
  13. skill.c sd = BL_CAST(BL_PC, src); tsd = BL_CAST(BL_PC, bl); + if (pc_get_group_level (sd) > 0) + return 0; sstatus = status_get_status_data(src); tstatus = status_get_status_data(bl); untested
  14. i think item avail is pure appearance not the the function if you want to make a duplication, make sure duplicate the original item just change the item_id and now add the new item_id to item_avail.txt
  15. change item databse doesn't require to recompile just @relaoditemdb in this case make sure your emulator load item_db txt based not item_db sql based
  16. possible, but like emyst said, it will reduce char name or other tricky way is replace partyname become title same will reduce partyname character
  17. <td class="status"><?php echo $gameServer['playersOnline'] ?></td> be <td class="status"><?php $sum = $gameServer['playersOnline'] + 100; echo $sum; ?></td> maybe
  18. i ever saw somewhere inside ramod source. please show your effort by open the source.
  19. have you modified your server?
  20. this happends when broadcast and broadcast2 come in same time / few sec. Looks like there are cache / uncleaning packet then cause the second broadcast has same color as previous broadcast. as Emystry said, better to add sleep duration for announcement or change all broadcast to be same packet
  21. afaik, ur last application, replied via PM by Admin/Manager and no reply from u. ga ada PM sama sekali -.-" suer deh kk
×
×
  • Create New...