Jump to content

Phantasm

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Phantasm

  1. Ragnarok dont have items you want, but i can create custom for you, first i want to know What type bonus stas you want ? Like food ? Like @str / @agi / @vit ? or something else ?
  2. My memmber do it My server so lag and when i log in my vps I see this error on map-server. My english not good, sorry. Anyway, thank you.
  3. No, i dont use any custom skill
  4. if(getitemslots(.@ItemPart) == 0){ mes .@name$; mes "Sorry this ^ff0000"+getitemname(getequipid(.@ItemPart))+"^000000 item already have slot"; }else{ mes "oh your item is not sloted"; .............................................. ........................................... ................................. etc.. Hope can help
  5. Remove /* */: 2156,Bible_Of_Promise1,Bible Of Promise Vol1,5,20,,500,,10,,1,0x00000100,7,2,32,,110,1,5,{ skill "ALL_ODINS_POWER",1; },{},{}
  6. // Format: Skill ID, % damage: Normal Maps, PvP Maps, GvG Maps, BG Maps{,flag} // Flag may be: // nothing - for full additional damage // 1 - for ATK based part of damage // 2 - for MATK based part of damage // 4 - for misc part of damage 271,-50,-50,-50,-50
  7. batk = batk * sc->data[sC_EDP]->val1; // (Base ATK)*EDP_Level watk = watk * (sc->data[sC_EDP]->val1 - 1); //(Weapon_ATK)*EDP_Level-1 You can change like: watk = watk * (sc->data[sC_EDP]->val1 - 3); //(Weapon_ATK)*EDP_Level-3
  8. I'm using 2012-05-15 RagRE Client and i translated Navigation with msgstringtable.txt Sorry my bad English
  9. // Format: Skill ID, % damage: Normal Maps, PvP Maps, GvG Maps, BG Maps{,flag} // Flag may be: // nothing - for full additional damage // 1 - for ATK based part of damage // 2 - for MATK based part of damage // 4 - for misc part of damage 2036,0,-80,-80,0
  10. I want Vacuum Extreme and Zenkai cant use near warp point. Anyone can help me, please. Sorry my bad English.
  11. Thank RCharles but i using Window, so cant run as gdb mode in window ?
  12. From Ind: Please run your map server in gdb mode and paste us the output when it crashesgdb ./map-server_sqlr my server often crash and i dont know how I have read this post but i dont know how to run as gdb mode. Somebody can help me, please. Sorry my bad English.
  13. hmm... replace all sleep2 with next -.- I dont think you need use sleep2 in this script. Sleep2 will "stop" your script in xxxx milisecond and execute after.
  14. @Natsu Dragneel: I think you say about inteminfo.lub you can found it in Folder System in game client. You can find iteminfo.lua and convert to lub for you, here: http://svn6.assembla.com/svn/ClientSide/Lua_Project/System/
  15. 20120702 ? You must copy "all in" 2012-07-02 packet db to your packet_db.txt in your server. Hope can help you.
  16. Thank Asura, here my Error Fatal error: Call to a member function toArray() on a non-object in C:\vnro.net\cp\modules\account\view.php on line 217
  17. You must Minimize your skill tree, and chose Misc tab to view all skill.
  18. After log in, i click My Account or View Account and i cant connect to it. Link like: mydomain.net/cp/?module=account&action=view Somebody help me please. Sorry my bad English.
  19. I want change dame of Final Strike and Acid Demontration follow formula: Final Strike: wd.damage = 40*sstatus->str +skill_lv*(sstatus->hp/10 + 35); to: 40*ATK +skill_lv*(sstatus->hp/10 + 35);[/color] Acid Demontration to [(ATK*0.07*VIT)*WpnSizePnlty + (MATK*0.07*VIT)] * 0.5 Help me please, Thank you I tried to edit but....
  20. You must update your lua file to lastest. You can download here: http://svn6.assembla...de/Lua_Project/ Use Tortoise Ehh. you say that your client run on Korea, you must create custom grf for you, put clientinfo.xml on it. And edit data.ini [DATA] 0=your.grf 1=data.grf
  21. So.. try skip Load data folder firt when you hex your client. Dont add HKLM onto diff Or you can use 2012-04-10 RagRE and when you hex you must skip Load Data Folder First
×
×
  • Create New...