Jump to content

jasonch

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by jasonch

  1. Hi rathena, my server is in need of a separate base exp and job exp rate item bonus. e.g.: bonus2 bJobExpAddRace,RC_ALL,1; item provides 1% increased job exp. bonus2 bBaseExpAddRace,RC_ALL,1; item provides 1% increased base exp. im sure most servers will benefit from this. thank you!
  2. Hi, Im having trouble compiling rathena. I have changed distros from Debian 10, Pop os, Debian 11. All are having these errors. Can someone point out what might be the problem? gcc version is 10.x.x. I have also downgraded my gcc to 5.x and 7, but for some reason debian won't let me do it. errors everywhere.
  3. @yuchininYes: each and every character all can have different arrays to their desires AND it is attached to them permanently. I've tried @Stolao's suggestion, In my char_reg_num table, I've noticed the multiple same values under KEY but under INDEX, they're being numbered. Is this how array being registered in the database? If it is, then I guess my questions are answered.
  4. Hmmm, should've made myself clearer. Sorry. What I actually wanted is that the character has the ability to choose what value to set for each value on the the array. For example: The character chooses on a menu the value "2" on the an array "arrayname[0]", then chooses again "3" on arrayname[1], 1 on arrayname[2], and so on... Then it will attach to the char: arrayname[0], 2, 3, 1,..... Is it possible? And how do I call that values attach to the char? So the NPC will say: You chose values 2, 3 ,1, so on....
  5. Hey guys, am here again! A short question: Is there a way to attach an array to a character permanently? And how do you call each variable?
  6. @Tokei Yes! Totally using this. Thanks guys!
  7. I got it to work guys. I just put the function script inside the npc script: prontera,153,193,6 script Fake_Npc 123,{ function Fake_Func; function Fake_Func { <code> } } And that's it, it worked!
  8. Hello guys! I hope you all a good day! So I want a Npc to display(dispbottom or mes command) a certain variable on an array BASED on the permanent value attached on the character. Here's the fake short version of my script: function script Fake_Func { dispbottom "Test"; dispbottom ""+.tmenu$[getd(Var1)]+""; end; } prontera,153,193,6 script Fake_Npc 123,{ menu ""+.tmenu$[1]+"",-, ""+.tmenu$[2]+"",T1, "Info",T2; Var1 = 1; end; T1: Var1 = 2; end; T2: Fake_Func; OnInit: setarray .tmenu$[1],"Dog","Cat"; } When the char chooses "Dog" in the menu, 1 will be registered to "Var1". And when the char chooses "Info" in the menu, I want it to display the word "Dog" on the bottom. The getd command ain't helping me. Please help me guys! Thank you!!
  9. Ohh okay got it. Thank you again for the great script @Stolao!
  10. @Stolao Hello sir! Great script! Questions: Does this affects all characters even in the same account? I kinda like to have it 1 char per account. And what happens if the character logged in the 1st day, missed 2nd day, then logs in the 3rd day? My ability in scripting is kinda minimal, so its hard for me to read the script.teehee. Thank you sir!
  11. @Ai4rei Thanks for replying sir!(a fan of you here.teehee) Yes, I meant the NPC, the ones you enter from a map to the next map. And yes, I intend to edit only the color and the texture. Is it somewhere in the data.grf? I can't seem to find it. @Ai4rei Found it! Thank you sir!
  12. Hello guys! So I want to edit the sprite(or is it model?) of the Warp Portal. Is it possible? If so, where is it located? And how do I do it? Thank you!
  13. I will try that. Thank you. I will update you about it.
  14. Greeting! Does anybody know how to modify the / help(slash help, not @help) command? Because mine is showing unreadable characters. And how do you disable it when a character log ins?
  15. Good day everyone! I've been at this for hours already and finally got pissed. Here's my problem: I can't get to char selection menu. Always rejected from server. My ragexe: 2013-07-03aRagexe.exe mmo.h = #define PACKETVER 20130703 packet_db.txt = packet_db_ver: default (and tried changing to 42) char_athena.conf = login_ip: 127.0.0.1 char_ip: 127.0.0.1 map_athena.conf = char_ip: 127.0.0.1 map_ip: 127.0.0.1 (wanted to test first) subnet_athena.conf = subnet: 255.255.255.0:127.0.0.1:127.0.0.1 clientinfo.xml = with these settings I always get rejected from server error cant even get to char selection. Sometimes it says the "unregistered ID" thing when I change the langtype to whatever. btw, im using windows 8.1 Thank you all! All fixed and running!
  16. Thanks AnnieRuru, it worked!
  17. Hello! I would like to request a database script for an equip that would give a fixed stat. Example: an item that fixes str at 50. So if how much the str of a character it would increase/decrease to 50.
  18. Oh, so there's a way to remove lightmaps on official maps? Can you teach how? Especially the shadows.hehe. Thank you ma'am!
  19. Or maybe @autoattack <monster name>. Hehe.
  20. Are there already ways to recalculate lightmaps on official maps without darkening all textures on browedit? If there are any, can somebody teach me? Thanks in advance! Good Day everyone!
  21. heh. Just by reading and looking at the images, I just can't wait for the release.hehe. Keep up the good work and good luck!
  22. hmmm.. I have a suggestion, since it's a torrent, would it be better if we got to choose what to download in the package? BGM, data.grf, rdata.grf and DLL files. If we just want the BGM folder, we'll just have to uncheck the other three from the selection.hehe.. just a suggestion..hehehe..
  23. So 2010-06-16 was the stable one all along..haha..
×
×
  • Create New...