Jump to content

Jaburak

Members
  • Posts

    1125
  • Joined

  • Days Won

    31

Everything posted by Jaburak

  1. http://kro.nickyzai.com/rdata.grf
  2. Maybe you need this? http://rathena.org/board/files/file/2891-sealed-mvp-cards/
  3. It's possible, just check the settings in the admin CP.
  4. Jaburak

    2 Questions

    - Check your map_server if there's an error message when clicking the NPC. - Hex a new client to remove gravity logos.
  5. message strcharinfo(0),"You cannot use branch in this map. Please use the DB Room!";
  6. Check your sound option ingame.
  7. For me 2012-04-10Ragexe.
  8. Do you have complete files in your RO folder? Like savedata and etc?
  9. Hex a new client. Or check this line at; trunk/src/map/clif.c void clif_parse_HowManyConnections(int fd, struct map_session_data *sd) { clif_user_count(sd, map_getusers()); } Should not have comment to make it work.
  10. What SVN version are you using?
  11. prontera,150,150,0 script Vote Trader 123,{ mes "You have ^000088"+ #CASHPOINTS +"^000000 Vote Points."; mes "1 Vote Point is equal to 1 TCG."; mes "Do you want to trade your Vote Points into TCG?"; menu "No!",-,"Yes!",Cash2TCG; next; mes "Ok, just let me know."; close; Cash2TCG: next; mes "How many Vote Points would you like to trade?"; input .@vps; next; if ( .@vps < 1) goto Zero; if ( .@vps > 30000) goto Toomany; if((countitem(7227)+.@vps) >= 30000) goto Toomany; if ( #CASHPOINTS < .@vps) goto Tooless; mes "Here you go!"; set #CASHPOINTS,(#CASHPOINTS-.@vps); getitem 7227,.@vps; next; mes "Here's your TCG."; close; Toomany: next; mes "You cannot hold more than 30,000 TCG."; close; Tooless: next; mes "Insufficient Vote Points."; close; Zero: next; mes "0 means cancel!"; close; }
  12. Jaburak

    teach me :(

    trunk/src/map/battle.c Find and try to adjust the damage here; case LG_RAYOFGENESIS: skillratio = 300 + 300 * skill_lv; RE_LVL_DMOD(100); break;
  13. Try to start the WoE in random time and check if there's still lag ingame.
  14. They can attack you even your SVN is updated, all you need is DDoS Protection.
  15. i use kro version "Full_kRO_Renewal_20130301" why sir?? Svn Version r17324 Euphy already release the refine master, so you should ignore my refine master script. Also we already have refine deed ticket in our DB.
  16. You can disable it when diffing your client. You can also try to disable it here; http://svn.code.sf.net/p/rathena/svn/trunk/conf/battle/client.conf
  17. Just transfer the files via FTP then install it.
  18. CalciumKid FluxCP: http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/ Xantara FluxCP: https://github.com/missxantara/FluxCP-rA
  19. http://rathena.org/board/topic/81902-cashshop-problem/
  20. Same prob? http://rathena.org/board/topic/81902-cashshop-problem/
×
×
  • Create New...