Jump to content

hikashin-rae

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by hikashin-rae

  1. ya i had like that numbers 120 max stats
  2. hi, i just did this on my server.. but it didn't change to the way i wanted to.. when i did this, even with 1dex, the casting time was very fast.. what i want is the cast rate to be based on the dex like its suppose to be.. i already did try to edit on pre-re(using) and renewal.. also tried skill.conf. how could i fix this?
  3. Hey it is not base on Bandwidth because bandwidth is only transfer the network to other it is like you just sharing it is base on Bandwidth + hdd + ram + processor assume you have server spec like this 4 core = 120 50gb hdd = 80 1gb ram 25 player 1gb bandwidth = 10 player All over = 235 player capacity can i ask how to know my bandwidth Possibly you can host 2 to 3players but they probably experience bit lag on the server . Also note avoid use of the host server because it cos a lot of lag. to the players
  4. Hey it is not base on Bandwidth because bandwidth is only transfer the network to other it is like you just sharing it is base on Bandwidth + hdd + ram + processor assume you have server spec like this 4 core = 120 50gb hdd = 80 1gb ram 25 player 1gb bandwidth = 10 player All over = 235 player capacity
  5. Here's how work the server for players base on Bandwidth + hdd + ram + processor assume you have server spec like this 4 core = 120 50gb hdd = 80 1gb ram 25 player 1gb bandwidth = 10 player All over = 235 player capacity This is the sample of low spec 1 core = 25 players 30gb hdd = 60 player 1gb bandwidth = 10 player1gb ram 25 player = All over =120 player capacity If you reach the 120 player probably your server will experience some lag. in that case you should update the specs of your vps .
  6. no problem . your welcome
  7. Can you provide screenshot on that part or that line? so we can assist you
  8. If you want to change Sitting go to your data/lua files/stateicon/stateiconinfo.lub find this StateIconList[EFST_IDs.EFST_SIT] = { descript = { { "Sitting", COLOR_TITLE_TOGGLE} } change to StateIconList[EFST_IDs.EFST_SIT] = { descript = { { "Whatevername", COLOR_TITLE_TOGGLE} } then save and try I will notify you since youre not followed on your post
  9. do you have the script? so we can see what is the problem with the script .
  10. mamaya po tutulungan kita pag uwi ko .
  11. hello sir i just quote this to be pop-up to your list LoL. This is supported of 3rd job system highrate 500/120 sir? Thank you in reply .
  12. Hello Try this i already fixed and set gm lvl to 80 you can edit that to any gm lvl but don't make it 0 because 0 is equal normal player. prontera,163,173,4 script GM Helper 980,{ if( getgmlevel() < 80 ) { mes "You are not a GM with level 80 or higher, GTFO!"; close; } set .@Gm$,"[GM Helper]"; digit: mes "Hello GM "+strcharinfo(0)+", what do you wish to do?"; next; switch( select ("Set a winner","Exit")) { case 1: mes .@Gm$; mes "Enter char name"; next; while(!.@id) { input .@name$; mes "[GM Helper]"; set .@id,getcharid(3,.@name$); if(!.@id) { mes "Character not online. Please try again"; next; continue; } } mes "["+.@name$+"] is correct?"; if( select ("Yes:No") == 2) close; if( isloggedin(getcharid(3,.@name$))) getitem 7720,5,getcharid(3,.@name$); mes "Given reward to " + .@name$; announce .@name$ + " is the winner of the event and has won a reward!",bc_all; close; break; case 2: mes .@Gm$; mes "Nothing to do."; close; break; } } Have fun please give me feed back. No normal player can't talk to this npc because it's set up on gm level . hi thanks for making the script but i want a reward that i can choose like event coins or tcg.. when GM type the name of the player it will automatically give the player the reward (item 7720 or 7227) and announce the GM Name and this player is the winner of the event and got 5 Event coins or TCG Card.. Your welcome here already done . you can choose now and please just set up what ever you want to reward if you want to change just change this script if you want to change reward Reward < amount > getitem 7227,5 Here's the code you request i hope you enjoy it prontera,163,173,4 script GM Helper 980,{ if( getgmlevel() < 80 ) { mes "You are not a GM with level 80 or higher, GTFO!"; close; } set .@Gm$,"[GM Helper]"; digit: mes "Hello GM "+strcharinfo(0)+", what do you wish to do?"; next; switch( select ("Set a winner","Exit")) { case 1: mes .@Gm$; mes "Enter char name"; next; while(!.@id) { input .@name$; mes "[GM Helper]"; set .@id,getcharid(3,.@name$); if(!.@id) { mes "Character not online. Please try again"; next; continue; } } mes "["+.@name$+"] is correct?"; if( select ("Yes:No") == 2) close; next; mes "Select your prize you want to give, Tcg or Coins"; //Selection if TCG Or Coins if( select ("Tcg:Coins") == 1 ) { //Selected Option 1 if( isloggedin(getcharid(3,.@name$))) getitem 7227,5,getcharid(3,.@name$); mes "Given reward to " + .@name$; announce "GM " + strcharinfo(0) + " rewarded "+.@name$ + " for the winner of the event and has gotten 5 event TCG as a reward!",bc_all; }else{ //Selected Option 2 if( isloggedin(getcharid(3,.@name$))) getitem 7720,5,getcharid(3,.@name$); mes "Given reward to " + .@name$; announce "GM " + strcharinfo(0) + " rewarded " + .@name$ + " for the winner of the event and has gotten 5 event Coins as a reward!",bc_all; } close; break; case 2: mes .@Gm$; mes "Nothing to do."; close; break; } }
  13. I think bad idea to mix ea and rA because rA is more updated. Item disable at trunk/db/item_db.txt you can find what ever you want to disable and add //. On client choosing you still can choose lower version or what do you want to use the most comfortable for you. For mob skill check on trunk/db/mob_skill_db.txt . Thank you Very much ! Your welcome
  14. I think bad idea to mix ea and rA because rA is more updated. Item disable at trunk/db/item_db.txt you can find what ever you want to disable and add //. On client choosing you still can choose lower version or what do you want to use the most comfortable for you. For mob skill check on trunk/db/mob_skill_db.txt .
  15. hmmmmm can you be specific what is the error map or item?
  16. You can perform open ports with your router then use your wan ip to be available to use your relatives. For adding custom map https://rathena.org/wiki/Custom_Maps Adding custom map in Client side add your new map files on data folder or to your grf that you created. after adding map on data edit mapnametable.txt example mymap.rsw#<name of the map># Adding custom map in server side. you need WeeMapCache application https://rathena.org/board/topic/53424-weemapcache/ then if you already download weemapcache click open > find map_cache on trunk/db/map_cache after that click add and add your custom map then save close your weemapcache. add the map on map_index.txt mymap.rsw#<name of the map># after adding that go to conf/maps_athena.conf add your custom map too. map: mymap Done then try
  17. Do you know any guide on this forum that teach how to run a ragnarok server on a dedicated server or vps? https://rathena.org/wiki/Category:Installation VPS behaves just like a real machine in term of running programs. So there's no difference between the two on running rAthena Thanks , and another question,imagine that i buy a dedicated server, to configure for run my server i need to configure on CentOS? all dedicated servers are on centOS? sorry i dont know nothing about this, I've never buy a dedicated server or a vps No you can select the one you know distribution on linux Like centos is the most easiest and always use for hosting server.
  18. ty how i can do its ? (play with my brother) where i can see lan (you mean lan ip right?) and where i have to put that (need VS10 again?)i hope no need build all again its be very hard for me:/ Noooo You just only need is your router / wifi that connected your pc and pc of your brother. if your ip router is 192.168.1.1 Then set it on conf/char_athena // like this IP ROUTER = 192.168.15.1 //login_ip: 127.0.0.1 to login_ip: 192.168.15.1 //char_ip: 127.0.0.1 to char_ip: 192.168.15.1 conf/map_athena //char_ip: 127.0.0.1 to char_ip: 192.168.15.1 //map_ip: 127.0.0.1 to map_ip: 192.168.15.1 Then run server you should setup the clientinfo too to <address>192.168.15.1</address> then give the client to your bro Then connect .; ty i go try its now !! where i can check my router ip? Via CMD just type this ipconfig
  19. Hello Try this i already fixed and set gm lvl to 80 you can edit that to any gm lvl but don't make it 0 because 0 is equal normal player. prontera,163,173,4 script GM Helper 980,{ if( getgmlevel() < 80 ) { mes "You are not a GM with level 80 or higher, GTFO!"; close; } set .@Gm$,"[GM Helper]"; digit: mes "Hello GM "+strcharinfo(0)+", what do you wish to do?"; next; switch( select ("Set a winner","Exit")) { case 1: mes .@Gm$; mes "Enter char name"; next; while(!.@id) { input .@name$; mes "[GM Helper]"; set .@id,getcharid(3,.@name$); if(!.@id) { mes "Character not online. Please try again"; next; continue; } } mes "["+.@name$+"] is correct?"; if( select ("Yes:No") == 2) close; if( isloggedin(getcharid(3,.@name$))) getitem 7720,5,getcharid(3,.@name$); mes "Given reward to " + .@name$; announce .@name$ + " is the winner of the event and has won a reward!",bc_all; close; break; case 2: mes .@Gm$; mes "Nothing to do."; close; break; } } Have fun please give me feed back. No normal player can't talk to this npc because it's set up on gm level . Thank you for confirming, or I shall hijack this thread to ask if 'what if' the player will get a reward from the NPC so GM can just leave the prize to the NPC for the player to get but won't again get the prize once the player has already received it? I'm new with scripting.. Hmmmm i think that's be like like automated event .. like if he talk to npc then warp outside.
  20. ty how i can do its ? (play with my brother) where i can see lan (you mean lan ip right?) and where i have to put that (need VS10 again?)i hope no need build all again its be very hard for me:/ Noooo You just only need is your router / wifi that connected your pc and pc of your brother. if your ip router is 192.168.1.1 Then set it on conf/char_athena // like this IP ROUTER = 192.168.15.1 //login_ip: 127.0.0.1 to login_ip: 192.168.15.1 //char_ip: 127.0.0.1 to char_ip: 192.168.15.1 conf/map_athena //char_ip: 127.0.0.1 to char_ip: 192.168.15.1 //map_ip: 127.0.0.1 to map_ip: 192.168.15.1 Then run server you should setup the clientinfo too to <address>192.168.15.1</address> then give the client to your bro Then connect .;
  21. hmmmm did you set your npc at trunk/npc/scripts_custom.txt? set up like this inside on this script npc: npc/custom/yournpcname.txt anyway you can play in lan router as long you guys connected on that router .
  22. no semi colon or got still going to work there is nothing problem there.
  23. did you edit something or fresh?
×
×
  • Create New...