Jump to content

hakuren

Members
  • Posts

    295
  • Joined

  • Last visited

Posts posted by hakuren

  1. hi 

    as the title says how to use map-server-generator.exe i just downloaded latest git from github rathena it included new update Generate Reputation UI bson files

    i tried to make new reputation id : 5 and named it testing and run the ./map-server-generator.exe but the cmd report is error "[Error]: No options passed to the map generator, you must set at least one."

    can you please teach me how to use it thank you in advance.

  2. i tried to make my pet cast AL_BLESSING to me but its not working

    heres all i done

    i already change battle configuration -> pet

    1. pet_support_min_friendly: 900

    2. pet_status_support: yes

    3. pet_support_rate: 1000

    and add SupportScript line in my pet 

    petskillsupport 34,10,10,90,90;

    but not working only petloot <max> working properly

     

    hope someone can help me

  3. 2 hours ago, Ronald said:

    What do you mean change script color? Is it the NPC message?

    If so,

    
    mes "[ ^FF0000 Color Test ^000000 ]";

     

    no... this command 

     

    Quote


    *showscript "<message>"{,<GID>, <flag>};

    Makes attached player or GID says a message like shouting a skill name, the message
    will be seen to everyone around but not in chat window.
    flag: Specify target
       AREA - Message is sent to players in the vicinity of the source (default).
       SELF - Message is sent only to player attached.
     

    i just trying to know if its possible to make change of the color 

  4. Hi Rathena

    i have a problem creating new shield even i use the buckler view id it doesn't show in my character here what i did
     

    item_db (Server Side)

    Quote

    ID,SHIELDNAME,Shieldname,4,14000,,600,,4,,0,0x000ED5F2,7,2,32,,0,1,2,{},{},{}

    itemInfo (Client Side)

    Quote

        [ID] = {
            unidentifiedDisplayName = "Unidentified Shield",
            unidentifiedResourceName = "°¡µå",
            unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." },
            identifiedDisplayName = "Shieldname",
            identifiedResourceName = "¹öŬ·¯",
            identifiedDescriptionName = {
                "No Effect Yet",
                "________________________",
                "^0000CCType:^000000 Shield",
                "^0000CCDefense:^000000 40",
                "^0000CCWeight:^000000 60",
                "^0000CCRefinable:^000000 Yes",
                "________________________",
                "^0000CCRequirement:^000000",
                "Swordman, Acolyte, Merchant, Thief, Bard and Dancer"
            },
            slotCount = 0,
            ClassNum = 2,
            costume = false
        },

    after i add those still no view in my character 
    is someone can help me with this?

     

    Thank you in advance ?

  5. 1 hour ago, Coookie said:

    It is on hard code :). you can do it. btw. if you want to know pm me,.

    Thank you for the reply i already found answer with this

    i just created new function that tricks the packet that only sending the hateffect on self by using "clif_send" to SELF

    and hateffect send by SELF , AREA , TARGET

    Thank you by the way ?

×
×
  • Create New...