Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Winz

  1. Please refer to this: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt (it can be found on your SVN root/doc/item_bonus.txt) ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }, { Script } e.g: - gives +5 STR, +5 AGI, +5 DEX so: ,{ bonus bStr,5; bonus bAgi,5; bonus bDex,5; }, There's a reason why I am not doing all the scripting for you. why? it's easy. (you said so, didn't you?) No. that's not the reason. The reason is: I only want to give you clues so that you can try it by yourself. If you succeeded, then you got a knowledge. If you failed, then at least you tried (and this problem is solvable). But the most important thing is: go independent, so you won't really need to rely on others. *for number 8: {script} will be: {bonus ...; bonus ...; if(job==soul linker){bonus ...; bonus ...;} } *refer to doc/item_db.txt *this is a bonus script for aliot card:
  2. is everything set up correctly on the server? apache, xampp those things? can you open the patchlist.txt with your browser?
  3. it's on /conf/battle/drops.conf, skill.conf, player.conf. since you're willing to use max hp 4.000.000, then i guess you need to modify the src
  4. helol gusy! I wolud lkei to ask, how do I makr a thraed as ansewred? tahhhhnk youuu!
  5. Emistry, I guess he wants a warper. maybe he entered the marketplace and he can't get out coz there's no warper there. hahhaa
  6. are you asking how to use adata.grf and bdata.grf thing? if yes, modify your data.ini to be like: DATA.INI: 0=yourgrf.grf 1=adata.grf 2=bdata.grf 3=sdata.grf and so on..
  7. If you set "enable_md5" to "yes" on your Control Panel then make an account, the Control Panel will store the password to be an MD5 string. therefore, you will need to open: /conf/login_athena.conf, set "use_MD5_passwords:" to "yes"
  8. no problem, that's how we do. glad that I could help. now, please mark the thread as answered. edit it on the first post i guess (or i think there's a button to mark an answer? I don't know, it's been so long since the last time I started a new thread)
  9. hey Kyrato, Tell me, which client you are willing to use? If you're willing to use 2012-04-10aRagexeRE, then use this packetdb: http://tny.cz/6392d038 password: maroonred
  10. WAN IP of course is a Public IP. what do you mean by "if not use ISP Public IP not WAN IP"? are you referring "ISP Public IP" to "dynamic IP"? If so, do not use that IP, use No-IP =.= *Of course he HAD done it.
  11. Hi Enigma, I suggest you revert the things you have done in subnet_athena. many problems caused by this. (but this will not solve the problem. problem with subnet_athena is encountered when loginserver has detected an incoming connection) you don't really need to open port 3306 (it's dangerous). Unless you are willing to browse your SQL database through the net, with Query Browser / WorkBench (not PHPMyAdmin or others) you can check about your ports using this site: http://www.canyouseeme.org If all of those ports are closed, then you may want to call your ISP. *don't forget to allow these 3 servers to communicate through personal firewall (e.g AVG Firewall) and Windows Firewall.
  12. Open your mysql database and use the "ragnarok" db, execute this code: UPDATE `char` SET `str`=1, `agi`=1, `vit`=1, `int`=1, `dex`=1, `luk`=1; NOTE: This code will set every stat of ALL PLAYERS (listed inside the `char` table) to 1, but will not give the players statpoints.
  13. if i'm not mistaken, harmony will be noisy if there's a change in client / grf (not sure). contact them on their support center for more support
  14. If it still goes as how I make custom items on 2011 clients, it has missing sprites, which can be set in idnum2resnametable or num2resnametable. also, in lua files/datainfo/accname.lua lub.
  15. kindly check is your clientinfo.xml written correctly, and make sure that 3 rA servers (login, char, map) are allowed to communicate through the Net.
  16. It's weird.. we help people but they aren't coming back to (at lest) tell us how the problem is..

  17. If it does not belong to the files inside the texture folder, then I believe it is lua/lubs. I suppose it's on the texture folder. (I am using 2011-03-15)
  18. 2 and 3 (and i uploaded the game how can i add an extra GM ?? should i upload the hole data again ??): When you have the game distributed and added another GM, simply send a new file of your "clientinfo.xml" (send a patch) which inside will be like: clientinfo.xml ... <addresss>your.address</address> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000352</admin> </aid> ... where 2000352 is the new admin (GM)'s ID. 4. how can i make the NPC wich can give the player some gifts?: getitem 505,1; this will give players item# 505 with an ammount of 1. getitem sorry, I don't answer no. 1. I haven't used Thor (I did, but it gives me headache that time.)
  19. tapao002, please start a new thread and don't bump old (or dead) threads. thank you
  20. 0okay, I have received it. I will check them and reply soon.
  21. okay, you may send all of them in case of needing others. for minimal sending, i only need to see: datainfo\accname datainfo\accessoryid datainfo\accname_eng
  22. oh. sorry, i do not read that one. well, I guess you can try 2011-03-15a. I used it since I was using eA, 3CeAM, and rA.
  23. Hello, first, comment out (disable) the "bind_ip" config on login_athena, char_athena, and map_athena. open char_athena.conf, and set: login_ip: 127.0.0.1 char_ip: your WAN IP / no-IP identity (like yourragnarok.no-ip.org) open map_athena.conf, set: char_ip: 127.0.0.1 map_ip: your WAN IP / no-IP identity (like yourragnarok.no-ip.org) don't forget that if you have done some changes on subnet_athena.conf, it is recommended to revert all changes. *all changes to the subnet_athena.conf
  24. get to /db/packet_db.txt then, set: packet_db_ver: default if it's still fail, then get the packet list from here
×
×
  • Create New...