Jump to content

Rayan

Members
  • Posts

    188
  • Joined

  • Last visited

Everything posted by Rayan

  1. Therefore, I can say that on a newbie level, making server read a db file would not be a kid's play
  2. actually, i want to make whole new database , lets say rathena_db.txt , so how could i make this file readable by server ?
  3. Images updated . Sorry for so looooooooooooooooooooong delay... @orange : its a guide to install it. To integrate the cp in ur design refer to this : http://rathena.org/board/topic/67290-flux-theme-installation-guide/
  4. hey!!! ...ok i would fix them again... acctually i was out of time hell'ya
  5. As the per the subject....can somebody please explain me where to edit for making the server read new databse file Thanks in advance...
  6. File Name: Drop Rate Seprator File Submitter: Rayan File Submitted: 17 Mar 2013 File Category: Source Modifications Content Author: Xantara Firstly , This mod is totally based on xantara's patch. I HAVE NO CREADITS AT ALL FOR THIS. I JUST USED MY BRAIN A LITTLE AND DID IT. everyone having even little knowledge of src can do it. just uploading it for other who are unknown to src can actually get a proper Droprate correction. This file would seprate boss/miniboss equip and card droprate from normal monsters, so that you can set min/max values with exact parameters. THIS FILE IS TESTED. so if anything goes wrong , its your fault. BACKUP BEFORE YOU APPLY!! again...ALL CREDITS TO XANTARA. LICENSED UNDER a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Do not mirror without XANTARA's consent. ORIGNAL TOPIC :http://rathena.org/board/files/file/2241-config-minmax-boss-equip-drop-rates/ P.S just do it mannaully ,auto-patch might not work. Click here to download this file
  7. Best hosting doesn't refers to anything ... its your experience with them, Like for malasians : some say nicky zia some say python. for phip : some say asura , some ilinkhs , some gameonhost etc etc just find the reviews over net
  8. 200,Angel_Ripper,Angel_Ripper,5,20,,800,,11,,0,0xFFFFFFFF,7,2,256,,0,1,1095,{ bonus2 bAddRace,RC_DemiHuman,16;bonus bBaseAtk,(JobLevel*2)/7; },{},{} //--- 5374,L_Magestic_Goat,Gigantic Majestic Goat,5,20,,800,,5,,0,0xFFFFFFFF,7,2,256,,0,1,380,{ bonus2 bAddRace,RC_DemiHuman,16; bonus bBaseAtk,(JobLevel*2)/7; },{},{}
  9. Rayan

    Big Problem

    /npc/re/scripts_main.conf /npc/pre-re/scripts_main.conf
  10. yes u can make those this works, Use npc and Cutin/ broadcast and messages. Make banners of cutins... so when someone use npc that cutin will appear. by that u can promo aur advertise.
  11. /*========================================== * @emo by OnNplay * inspired by Anarchist * => Displays the emotions without delay *------------------------------------------ */ int atcommand_emo( const int fd, struct map_session_data* sd, const char* command, const char* message) { if (!message || !*message) { clif_displaymessage(fd, "usage: @emo 1-81"); return -1; } clif_emotion(&sd->bl, atoi(message)); return 0; } NOT MY MODE, USE AT UR OWN RISK @emo is the command
  12. Rayan

    Flux Loop

    Hi, i tried to install flux and got this weired problem , When i do "install and update" it goes back to installer password. Anybody have a word for this please?
  13. high wizard card does it, it ignore magical def of the enemy
  14. I think u can setup char and login seerver on one and map server on other as login server connects to char server and char server connects to map server. Yes you would have to have exact copy of SRC files on both side as while compileing both can error, NPC and db can be different as those are only read by map server [still i recommment same files] next is setup. in char server and map server , map server ip and char server ips are to be configure , just put them accorind to ur servers. map sure ports are open. make use both have same sql db u have to give ./athena-start start on both server bt u can edit "athena-start" files on trunk folder to start the desired server of ur choice lastly , map server takes more ram so i would suggest to leave it alone. Please post the results as its first time somebody doing it in my knowlegde
  15. refer this : http://forums.freebsd.org/showthread.php?t=11322
  16. use yum install httpd then move ur phpmyadmin folder to var/www/html service httpd restart
  17. The same old topic of custom weapons Gravity error. If someone care to answer....... I am requesting for support on gravity error pop-up when clicking on weapon. Programe used : rASpriteNameGen114 files updated idnum2itemresnametable idnum2itemdisplaynametable idnum2itemdesctable num2itemdesctable num2itemdisplaynametable num2itemresnametable Using old item sprites like knife replaced etc etc. Still same gravity error. Using 20100730 client. Please someone help me out.
  18. add the description and display name in idnum2displayname.txt and idnum2desc.txt ...name are not identical though. then add items in accessory.lua and accname.lua... at last script at server with proper view id..thats how i work on customs and they shows up...i dunno what client you using
  19. if you using 2010 client : rathena.org/tools/diff_patcher.php if not download any client and diff via shin's diff patcher ....which is given by Anakid above
×
×
  • Create New...