Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. yes try to use getitembound
  2. ^ is it new? when did you experience this error? what modification you made? did you diff you client Disable Packet Encryption?
  3. ^ More information please, and try to search if theres the same issue in this forum
  4. ^ Im sorry my mistake, please replace it with sd->status.name
  5. you can also use plugins read this http://herc.ws/wiki/HPM and for the example of atcommand you can take a look in http://herc.ws/board/files/category/10-plugins/
  6. oic. but can you create a diff that when converted to costume then the item won't have effect already just a pure style? since I don't own the codes, I don't think so. yes, you can manually edit it if( battle_config.reserved_costume_id && battle_config.reserved_costume_id == charid ) { clif->solved_charname(sd->fd, charid, "Costume"); <-- replace with "strcharinfo(0)" then recompile.
  7. I think you can set it on conf/char-server.conf and search for this line // Set the letters/symbols that you want use with the 'char_name_option' option.// Note: Don't add spaces unless you mean to add 'space' to the list.char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 replace or add the character that you want. or if you don't want any restriction you can simply // Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:// NOTE: Applies to character, party and guild names.// 0: no restriction (default)// 1: only letters/symbols in 'char_name_letters' option.// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.char_name_option: 1 set to 0
  8. Mhalicot

    pre-renewal server

    1. Hangang sa latest revision kasi naka package naman yan sa server 2. ragexe client kase support nya yung mga 2013, 3. for me 20130807 since yan yung pinaka stable.. sa data naman kRO syempre at madami ka namang makikitang 2013 client files sa client release.
  9. ^ I think you can make a report for this in Bug Tracker
  10. try this: msgstringtable.txt
  11. to be more specific this is the item { Id: 12548 AegisName: "Buy_Market_Permit2" Name: "Black Market Bulk Buyer Shop License" Type: 2 Buy: 20 Weight: 10 Upper: 63 Script: <" buyingstore 2; ">},
  12. try in trunknpcmerchantsrefine.txt
  13. I'm sorry I misunderstood what you mean, yes it will use the items attributes because costume system only create a duplicate copy of your headgears.
  14. Okay Note this: // =================== Optional fields (item_db2 only) ================ Inherit: true/false (boolean, if true, inherit the values that weren't specified, from item_db.conf, else override it and use default values) example in item_db.conf { Id: 4003 AegisName: "Pupa_Card" Name: "Pupa Card" Type: 6 Buy: 20 Weight: 10 Loc: 16 Script: <" bonus bMaxHP,700; ">}, Let's try to make an item_db2 entry for a Pupa Card that gives a bonus of 1000 HP rather than just 700. { Id: 4003 Inherit: true Script: <" bonus bMaxHP,1000; ">}, Done. No need to rewrite the name, location, prices... those are already in the item_db! Please, Read Item DB file structure overhaul for more information about this!!
  15. ^ will check that bugs, and all converted items doesnt have effect it is just a plain item.
  16. Mhalicot

    NO MSG

    ^ if you are using custom data. delete your msgstringtable.txt in yourRO.grf so that it will use the default korean msgstringtable.txt
  17. is there any error in console? I cant reproduce, its perfectly working on my server..
  18. Hi, is it on Sprite name or aegis name? is this related to // Whether AegisName and SpriteName lookups are case sensitive// Default: yes (as in official servers)// When this is set to yes, item and monster lookups through atcommands and// script commands will match AegisNames and SpriteNames only when the case// matches. Display name lookups are not affected by this setting.// Example: Given the two items:// - { Id: 553, AegisName: "Bun", Name: "Bao" }// - { Id: 6115, AegisName: "Bun_", Name: "Bun" }// query when 'yes' when 'no'// @item bun # 6115 # 553// @item Bun # 553 # 553// @item Bao # 553 # 553// @item Bun_ # 6115 # 6115case_sensitive_aegisnames: no if yes you can find this setting on conf/battle/misc.conf if not, then you need to rollback you revision to later rev.
  19. make sure that you download the latest version which is 2.2 and make sure that you also compiled afk plugins without any error.
  20. ^ have you try to use jaBote's WoE setter script pre-release (Eng, no Spa ATM) why don't you give it a try?
  21. opo. use Item_db2.conf add mo lang po yung Inherit if available na yung item.
  22. actually he does for more information Read Custom weapons
  23. can you list your diffs? haven't encounter this error before.
  24. how come everyone can abuse it? Only one account can obtain that PK Title.
×
×
  • Create New...

Important Information

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