Jump to content

utofaery

Members
  • Posts

    228
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by utofaery

  1. @wakefield21 I was trying to suggest to try to disable packet obfuscation for you if you hadn't try it. Somehow I was able to connect after disabling that thing, so I guess you could try disabling it.
  2. Would you share that client? My Patching always got some weird error and can't go pass the character selection part once login in.
  3. Since vc++ 2017 v141 toolset (x86 x64) is not available on previous post you mentioned to use visual c++ build tools from workload page is that you are suggesting?? to install to skip or avoid installing the huge default installation?? If it is so, that makes the download size up to 3.19GB may include installed sizes too. Notes: Window is running 7 x32 if that matters since you stated yours running win10
  4. Yes. Well the case would be npc script which grant player skill with call homunculus and rest resurrect homunculus. And rathena always make reset skill added by script command Eg. skill "bash",1; by npc script to archer Then after status change that skill is gone. And so I wish for an npc script to clean out leftover In table char, skill_homunculus, if linked homunculus non-exists anymore. Then @makehomun or by skill can create homunculus again.
  5. Sir your script is superb. And there is something stuff came up. Sometimes if homunculus is owned by profession other than alchemist, Sql data related to the homunculus is not deleted in table char and skill_homunculus, when delete or somehow. So I was hoping if there is way to clean not existing homunculus data in the db by script or not?
  6. I be all in for this only if I can run the command from an item script or within npc script of which I am unable to do so right now.
  7. Thank you for your helping hand, Aleos. prontera,154,182,4 script SQLTest 90,{ query_sql "SELECT `prev_class` FROM `homunculus` WHERE `char_id` = "+getcharid(0)+" LIMIT 1", .@prev_class; if (.@prev_class == gethominfo(1) ) { mes .@prev_class+" "+gethominfo(1); close; } else { mes .@prev_class; mes gethominfo(1); close; } } Now everytime I talk to that npc it shows something like: [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: variable name='.@prev_class' index=0 [Debug]: Function: mes [Debug]: Source (NPC): SQLTest at prontera (154,182) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: number value=6009 [Debug]: Function: mes [Debug]: Source (NPC): SQLTest at prontera (154,182)
  8. Sir if you will please give me example on how I would do that. I am not good at all at sql than I could create npc script which sell stuff. Something like I have trigger the npc script then script checks for my homunculus prev_class through query_sql then the script would go on if prev_class a then action 1 ...
  9. Well here goes. I was hoping there could be something like read homunculus S previous form before mutation so that I could make quest script from that. Eg. Bayeri from Amistr And so on. Will be glad if this can be added in thank you.
  10. Could someone help me,. To code a commandline to read "Homunculus S" previous class from a npc script.
  11. 1 So I was trying to make an equip, which give cart 1-5 base on Baselevel's range when equipped. function to be called from onequip script function header { if (baselevel <= 40) setcart 1; if (baselevel <= 65) setcart 2; if (baselevel <= 80) setcart 3; if (baselevel <= 90) setcart 4; if (baselevel <= 99) setcart 5; return; } How should I make it to be range level1 till level40 get cart1 range level41 till level 65get cart 2 and so on? 2 over the unequip script field what should I code in to make it remove any cart? {setcart;} or {setcart 0;} doesn't work or do they?
  12. With due all respect Sir, You might want to find info for custom mob in rathena wiki. http://rathena.org/wiki/Custom_Mobs Furthermore Soul Linker clone = npc scripting + skill db edit. Suggestion: Next time use search button before all else.
  13. I have the problem of map server showing Can't store more random mobs from custom_branch.txt increase size of mob.c summon variable this statement how should I increase the size of that variable?
  14. Here's the thing. Desktop I am using were installed with east asian language pack. and I cant change the language shown in Regional and Language. Deepfreeze is installed so any changes will be wipe out once restarted. Therefore anybody would be so kind to give me, korean name of job in data folder I can view korean text but unbollox convert to weird chinese word thanks.
  15. Thanks for providing suggestion over how I should choose now I can use my hard earn money to buy one PC... What about the cooling option is it really require since weather here are usually rainy and sunny (tropical country). How long should I keep PC up and running then put it to a rest and start running again?
  16. 1. Removing waterball cell check
  17. I was wondering if rsaql work with eathena or not? Because it seems that rathena not supporting eathena anymore so I wish to know if rasql compatible or not.
  18. I was planning on getting a new desktop but I need help and suggestion about what kind of parts should I choose. The Desktop would run window XP but I was wondering about the processor, motherboard and ram that would do best to run ragnarok? Not server but client.
  19. RaSql sometimes failed to remove virtual drives. like now I got drive z <this happens when heidiSql failed to start at first run> <should I wait for it to initialized at first run?> and mysql runs at drive y <stop mysql batch files only removes drive y> <so what should I do if it doesn't remove drive z?>
  20. Erm, do I need to download the SVN links? https://rathena.svn..../rathena/rAsql/ What kind of heidi Sql I need to download? The batch file runs MySql?? or Heidi Sql?
  21. May be you could try Install asian language pack from installation cd of win7 64bit ultimate? Then you retry with admin right and see what happens?
  22. you can use rathena on linux or windows base pc, its nothing to do with deepfreeze @Thanna What I really mean is that if I restart my pc, then Deepfreeze flush all modifications away so I need portable mysql or something alike. @rafoka What I really want is Portable SQL, because it's a headache adding all the sql db again and again. After each restart deepfreeze flush all changes away. And I can't put anything on pc except usb drive.
  23. Is there any way to find portable sql for use with rathena? Coz I could only use rathena on deepfreeze enabled computer.
×
×
  • Create New...