Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. Version 1.0.26

    845 downloads

    First of all, I would like to thank jTynne, DevilEvil, and kami-shi for lending their expertise of this matter. Without them, I couldn't release this program too soon. This tool allows you to generate palettes with ease. It generates all files from a "master" palette with their name according to how it is read by the client. each file name generated follows the pattern <jobname>_<gender>_<palette id>.pal, ex. ¸¶¹ý»ç_¿©_4.pal (as read by the client) The jobs lacking are: Summer, Santa This is free, but if you find this tool useful, you can express your love through my paypal email: [email protected]
    Free
  2. you site is on a vps? if yes, execute this in ssh chown -R 99:99 /home/adharapr/public_html/cp/data/logs
  3. I need the classes too!! (For aesthetics! ) Hi! I'm releasing this just for public testing, I don't know if it really works. If this works, I'll be adding all the other jobs. Palettes are generated with their corresponding file names but that's all I've tested. I've also added a "Generate all" option. Opinions and criticisms are highly encouraged. (Yes, I need them because this is my first actual program.) Also, for the record, this was coded in VB6, not from a scratch but from a 'Hello World' sample. Thanks to those who helped me in irc esp jTynne, DevilEvil and others. Edit: I have reuploaded the zip file, to include the required DLL and a readme file. pft.zip - 1st version UPDATE: After DevilEvil confirmed that the program is working, I went ahead and added the other jobs to the GUI. I revamped the GUI a bit to accommodate all the other jobs. The new GUI would probably look like this.
  4. This is for players. To delete items with ease.
  5. can anyone post all the jobs' palette file names? I'm making a program, though I'm a newbie on this. I know it looks crappyyyy, but it works )
  6. Hmmm. I don't think your problem is connected to this mod. It didn't touch the pickup function, only drop. Maybe one of your mods?
  7. anyway in your fluxcp.. open config/error.php this is 'false' by default, change it to true, then try accessing your site again.. You'll see errors that'll give you a clue what IP should be allowed on your sql host. $showExceptions = true; // Whether or not to show exceptions (only applies to error.php)
  8. Where are you hosted? PS: If it is on AsuraHosting, allow 'site.asurahosting.com' to access your database.
  9. And make sure to enable SkipPacketHeaderObfuscation when you diff.
  10. @@ -4047,6 +4058,8 @@ if (sd && sd->fd) { //Tell sd that tbl walked into his view clif_getareachar_unit(sd,tbl); + if(tsd) + { + clif_sendaurastoone(sd,tsd); //Aura System + clif_sendaurastoone(tsd,sd); //Aura System + } } return 0; }
  11. emotion e_scissors; emotion e_paper,1; mes "Hahaha!!!"; mes "You Lose!!!"; set winRPS,0; +atcommand "@die"; close; } add this line
  12. it most likely wound't work as stated in his website..
  13. Then you are on renewal mode. open src\config\renewal.h search for #define RENEWAL_CAST add a double slash (//) or remove that line to remove the fixed delay added on top of the normal delay for skills.
  14. first off.. you need to edit \conf\battle\client.conf max_lv: 99 aura_lv: 99 \src\map\map.h #define MAX_LEVEL 150 if your server is in renewal mode, edit trunk/db/re/exp.txt if it is not renewal mode, edit trunk/db/pre-re/exp.txt format //Experience tables format: //Max Level,Class list,Type (0 - Base Exp; 1 - Job Exp),Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98 // Supports baselevel up to 1000 and joblevel up to 255 (except Novice/High Novice) edit the Max Level part
  15. prontera,164,163,4 script Surgeon 816,{ mes "[^0000ffSurgeon^000000]"; mes "Hi, I'm a surgeon."; mes "I can change your sex without any marks."; next; mes "[^0000ffSurgeon^000000]"; mes "Do you want to use my service?"; menu "Yes",-,"No way!",no; changesex; end; no: next; mes "[^0000ffSurgeon^000000]"; mes "Ok, come again if you need my service"; close; }
  16. Well, you can use HackShield as a free alternative. They're basically the same in terms of security. Harmony is just somewhat more flexible because you can edit its settings (like bypassing security measures for selected accounts etc.) unlike HackShield.
  17. ohhh.. that diff removes the fixed delay for non-3rd class characters.
  18. checkout from here http://3ceam.googlecode.com/svn/trunk/
  19. remove .com from 127.0.0.1 should be RootURL='http://127.0.0.1/patch'
  20. that's probably an error in your grf.. do you have an updated rdata.grf? Mine didn't work until I patched it/ ps: didn't receive any pm.
  21. try this one...tested it with updated miruku. ran fine note: tried adding/pm'ing you DreamRO.zip
  22. what renewal flux are you using? whose fork?
×
×
  • Create New...