Jump to content

classy5

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by classy5

  1. hello can anyone please add the command like "dropall" before the script below? execute the "dropall" commands before the script below pls (with delay is ok)

    -    script    PD    -1,{
    end;
    
    OnPCDieEvent:
  2. On 5/30/2017 at 10:43 AM, Poring King said:

    i have same problem with him cyro, but when i trying to use other account its working with same group id

    yes the groups is there problem........... if youre admin (id:99) is working... just copy the whole thing above it and change the group id to what u wanted.... make sure u remove the enable all commands...... find the commands txt and permission text at doc... i think... it will help you what commands/abilities u like to put on that group... if I loose u on my explanation.... ill upload my groupstxt

  3. hello did anyone encountered this problem? the character cant move.... there no npc.... theres no way u can press anything to log off but to close the window.

    -im trying to add more GM accounts.... anyone know what causes this problem?

    edited so far "Groups and clientinfo.xml"

    Untitledpop.png

  4. hello can anyone tell me where i can remove the word "Not Available" on empty character select section? i tried changing/removing it on msgstringtable on my server's GRF but still in there...... im trying not to edit the KRO's grf.

    where do you think its hiding?

    what are the things i can do?

     

    can you please provide instructions.

  5. 2 minutes ago, Emistry said:

    use these...

     

    Basically, when reading the forum title, I have no idea what is the topic about ... what is "these" refer to? It has no meaning/information at all.

    vdVRU4J.png

     

     

    thanks for your reply emistry and promise.

    oh ok... its just im not sure what to put as title and i dont want to write something short or too long on title.... (still newbie)

    thanks again imma go try these emistry thanks

  6. On Wednesday, April 26, 2017 at 0:21 PM, Promise said:

    As Sikiro said, you must edit it on the npc.

    If you want to edit the item default price, you must go to the item_db and edit the sell column.

    For example:

    
    // Structure of Database:
    // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK[:MATK],DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
    
    
    501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(45,65),0; },{},{}
    
    to 
    
    501,Red_Potion,Red Potion,0,1,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(45,65),0; },{},{}

    This means that every npc that sells apples on the server, will sell it for 50 -> 1z

    Is there a fastest way to change all? Like using notepad to change the npc''s buy or sell price?

  7. 1 hour ago, sikiro said:

    are you referring to custom shops or shops available in the emulator already?

     

    one way to do this is to open npc/re/merchants/shops.txt and manually adjust prices of all shops to 1z an example would be

     

    Change

    dewata,218,164,4 shop Weapon Dealer 536,1207:-1,1216:-1,1107:-1,1122:-1,1116:-1,1154:-1,1407:-1,1457:-1,1354:-1,1519:-1

    To

    dewata,218,164,4 shop Weapon Dealer 536,1207:1,1216:1,1107:1,1122:1,1116:1,1154:1,1407:1,1457:1,1354:1,1519:1

     

    The -1 price indicates the items default price in the shop changing this number to 1 overrides the price of the item to 1z

     

    like if i have a knife... and sell it on npc for 1z.. instead of knife cost 40z or something

×
×
  • Create New...