Jump to content

Mosaic

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Mosaic

  1. Quote

    If pk_mode is set to 2 instead of 1 (yes), players will receive a manner penalty of 5 each time they kill another player

    I set the pk mode to 2 so that they will be punished if they killed a player. 

    Question: How to remove the current penalty/manner of the player?

  2. 54 minutes ago, Universe said:

    Okay thanks, will try. Will update you if it works. Also, btw so i could know if it would work. how would i get the ip that the server is connecting to? From Packets

    Use the command "@accinfo %playersname%" in-game. Tested this guide multiple times and it works like a charm.

  3. Hello Team,

    Can someone please share me the files of the old custom prontera map that was released on eA long time ago? The map has a swimming pool on the right side where it replaced the house of the refiner NPC(hollgrehenn). Thank you so much!

  4. Hello Team,

    I can't find a way to update the client date to the emulator since I'm using the latest one, as far as I remember, it can be done by editing the lines from mmo.h but it seems that I can't it, also I can't find the packet_db.txt in the db folder. Please adivse. Thanks!

  5. 16 hours ago, kurnaz said:

    hello i found 1 topic but i dont understand anything so please show me how can i install custom map on my server.

    so for example . basic info

    1.db folder inside map grf

    2.grf music inside mp3 folder

    3.custompam.conf edit this bla bla bla please good info

    1. If you're using linux then, download a copy of your mapcache.dat then open weemapcache and open your mapcache.dat.

    2. Click FIle on Weemapcache then select your custom map's gat file then hit Save.

    3. Upload your mapcache.dat to your svn (db/re or pre-re), overwrite the file.

    4. Open map_index inside the db folder, then add the name of the custom map at the bottom, must follow the instructions there.

    5. Same with conf/maps_athena.conf, you must add the name of the custom map and instructions should be followed there.

    6. Upload all the custom map's files in your grf file(Your Custom GRF).

    After following these instructions, you need to re-compile and restart your server. Congratulations!

    • Upvote 1
  6. requesting a " guild name changer" npc

     

     

     

    just the funtion that can chage a guild's name will do!

     

    i can add del item by myself.

     

     

    thanks so much!!! 

     

    my life saver ><

     

    I don't know if this one will work but you can try :)

     

    prontera,161,180,4 script Mr. Nick 709,{
    mes "Hello there! I am Nick, the Guild Name changer."
    mes "you can use my service if you have TCG and 50 Million Zennies! "
    next;
    mes "Input new name";
    input @NewName$;
    if(countitem(7227) || Zeny < 50000000) {
    mes "I do apologize but you did not meet my requirements..";
    close;
    }
    next;
    mes "Please relog for the changes to take effect";
    query_sql("UPDATE `name` FROM `guild` SET `name`='"+@NewName$+"' WHERE `name`='"+strcharinfo(2)+"'");
    delitem 7227,1;
    set Zeny,Zeny-50000000;
    close;

    I used +strcharinfo(2)+ because type "2" is for the name of the guild and "0" is for the player(as per wiki), but I'm not so sure about this...

     

  7. Not exactly. You can change the icon while diffing. It's already built in with the nemo differ. Although take note that you're better off using the default one because the icon resolution is terrible via nemo. You can use reshack to get a better quality icon but the client won't work even before or after diffing.

     

    Right, I'm using reshack to change the Icon, so I have to use NEMO instead of xdiff pathcer? Alright, will try this out and will keep you posted. Thanks a lot!

  8. Hello Guys,

     

    Few questions here, I'm really, really confused. I'm trying to change the Ragexe Icon using Reshack. I downloaded the Icon packs from here and successfully replaced it. Now, I'm trying to diff the client but it gives a lot of error, I'm using xDiffpatcher. I tried to use the default ragnarok icon then no errors.

     

    Anyone?

     

    Thanks in advance.

×
×
  • Create New...