Jump to content

rakuzas

Members
  • Posts

    459
  • Joined

  • Last visited

Everything posted by rakuzas

  1. Please tell what is exactly the problem? I'm not really understand..
  2. Please get translated ro client files including in system folder.. Then you need to edit the iteminfo.lub.. If you have translated iteminfo.lub, just follow this simple steps : 1. Open iteminfo.lub, save as iteminfo.lua (select lua files) 2. Open up iteminfo.lua, edit it.. When finish, save.. Then.. Save as iteminfo.lub That's all.. Took me almost 2 weeks to figure it out before.. xD
  3. Ahhh.. One small mistake.. My bad not notice that for almost a hour tried figure what's wrong.. xD Thank you.. Now its working..
  4. Hi, I tried to make NPC to shows balance from SQL.. But each time I talk to that NPC, it keep shows 0 Points.. But my database have 7 points.. Tried almost 1 hour and keep googling around but still no luck.. Below is my sample script : prontera,150,150,5 script Sample 861,{ mes " Hi"; if (select("Yes:No") - 1) close; query_sql ("SELECT `balance` FROM `test` WHERE 'id' = 1", .BalancePoints); mes "Your balance is "+(.BalancePoints)+"point .. "; close; } Below is my table :
  5. Ok thanks.. Now I got the idea how to do it..
  6. Hi, I'm currently working on this new NPC.. But it just rough idea and concept only.. Can anybody give me example for this script or do it already exist? Since I googling around not found any yet.. 1. GM will set like example GUILD A for access this map.. So only GUILD A can enter this map.. And for next month, GM will reset this.. And set only GUILD B can only enter this map.. So other guild cannot enter it. 2. 1 NPC selling items in town.. Each time player buy it, the guild master of guild who can enter map (like #1) can claim the selling items money.. Like example, this NPC selling Red Potion for 1,000z each and daily only sell 1 unit.. And player buy it for 30days get 30,000z.. And all money can be claimed by Guild Master. Thank you in advance..
  7. I want to follow this topic too.. Seems nice~ And BTW.. I think RO will stay alive.. I don't think it will be dead.. Since too many improvements.. And some 90's or 80's "kids" looking forward to play RO again since many games right now are quite "boring" and need to spend real money to make you strong (although some private server also same like this).. So, I wish you luck~
  8. So its like that.. Nice!! Thank you for helping me out~ Now I understand how it works.. Thank you..
  9. Hi, After I looking around, I found this website : http://www.calculator.net/hex-calculator.html?d2bnumber1=12&calctype=d2b&x=0&y=0 So, does this website working or not? Because when I tried convert decimal into hex, I got same result from the doc you give..
  10. Hi, I make custom items for Fishing game.. But currently, Doram cannot equip it.. So, any idea how to make all jobs including Doram can equip this item? And also, can someone tell me how to calculate the haxadecimal of class item equip? I don't understand how to do it.. Tried using online calculator and microsoft callculator also dont understand how to calculate it.. Thanks in advance..
  11. Anybody have the wav sounds? The mediafire links is dead..
  12. Hi, I just notice it today.. Before this I'm using vanilla map.. Then, since the vanilla map contain some NPC with Quest.. I duplicate the map and rename it into my new map with browedit.. I already edit the towninfo.lub.. Before I moved into this duplicated map, all navigation in minimap are working.. But after I moved into this new map, when we click the icon in minimap, nothing happened.. It supposed to show navigation.. I tried at prontera and other vanilla map are working.. So, what is the cause of problem here? Minimap shown.. But when click the icon, nothing happen.. Thank you in advance~
  13. Thanks.. IDK why I do that for my live server before.. xD But after decrypt, my client can load normally with cps.dll.. Then if i rename other than the client name I encrypt before, I will got error but still read my GRF though.. So I think case closed.. Thank you..
  14. Hi guys, I encrypt my main grf before and already generate cps.dll.. But after that, I decided to decrypt in since I cannot update encrypted grf files via thor patcher.. So, I decrypt the grf files.. So.. to edit, I no longer need to input my encrypt password and my grf files can updated with thor patcher.. My problem is, when I delete or rename cps.dll, my client wont run and said cps.dll is missing.. How do I fix it? Any idea? Already check diff with nemo that custom dll is not load.. Thank you in advance~
  15. not working.. BTW I manage to fix it by changing this below script.. But its not random.. Keep giving same item (6746).. // item reward for completing each round setarray .@items[0],6746,7914; set .@item, .@items[rand (getarraysize(.@items)) ]; set .round_item_id, .@item ; set .round_item_amount, 1;
  16. It's in item_db.txt.. 31120 is my custom item.. And its working..
  17. Hi, I spend almost 1 hour to figure it out but still said non-existing item everytime I killed MVP.. IDK Which part did I messed up.. So I post here for help.. Please advise.. Thank you in advance.. // item reward for completing each round setarray .Rewards[0],6746,7914,969,31120; set .Random, rand( getarraysize( .Rewards) ); set .round_item_id, (.Random) ; set .round_item_amount, 1;
  18. Is it just me or we cannot get any rewards for completing round? Just tested.. Rewards working when killed all MVPS and bonus rewards when kill below 45 minutes.. But I cannot get any rewards when finished killing MVP each round..
  19. I cant generate it.. Already add the line in instance_db.txt.. I got reservation failed and in my emulator shows ----------- nulpo info ------------ \src\map\instance.c:335: in func 'unknown' Each time i tried generate it.. EDIT : SOLVED! I forgot to load instance_db after add it.. xD Sorry.. My bad..
  20. ok will try today.. Thank you..
  21. Thanks..
  22. Hi, I'm too new with browedit.. And I saw some of the map have picture.. Like this map : But when I open browedit, I don't find where to edit it.. Can someone please tell me how to add picture like that in any map? Thanks..
  23. Hi, how to remove this announcement? It appears sometimes.. Tried find but no luck..
  24. ok done.. Follow this guide.. Thanks.. https://docs.nexcess.net/article/how-to-repair-mysql-tables.html
  25. where do I need to run that script? I'm using phpmyadmin.. And got this error : Error Static analysis: 3 errors were found during analysis. Unexpected character. (near "[" at position 13) Unexpected character. (near "]" at position 22) Unrecognized statement type. (near "repair" at position 0) SQL query: repair table [ragnarok] MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[ragnarok]' at line 1
×
×
  • Create New...