Jump to content

unrestricted

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

unrestricted's Achievements

Poring

Poring (1/15)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Dedicated
  • Week One Done

Recent Badges

0

Reputation

  1. same thing happened to me -_- wonder what happened
  2. Sorry I'm not really good in coding, I just need help to change my script from unrefined item to refined item (Account Bound). Thanks in advance! This is the script if ( gepard_int_get("GPACKRWD") ) { mes "You already received your reward previously."; close; } mes "Which job you would like to have?"; next; [email protected] = select(.menu$)-1; mes "here you go!"; close2; gepard_int_set("GPACKRWD",true); explode([email protected]$, .data$[[email protected]], "|"); explode([email protected]$, [email protected]$[1], ","); for ( [email protected] = 0; [email protected] < getarraysize([email protected]$); [email protected]++ ) { explode([email protected]$, [email protected]$[[email protected]], ":"); getitembound3 atoi([email protected]$[0]), atoi([email protected]$[1]), Bound_Account; // account bound } end; OnInit: setarray .data$, // <JobID>|<item>:<amount1>{,<item2>:<amount2>}.. "4008|2504:1", "4009|2504:1"; for ([email protected] = 0; [email protected] < getarraysize(.data$); [email protected]++ ) { explode([email protected]$, .data$[[email protected]], "|"); .jobid[[email protected]] = atoi([email protected]$[0]); .reward$[[email protected]] = [email protected]$[1]; .menu$ += jobname(.jobid[[email protected]]) + ":"; } end; }
  3. When you add base vit and int, it adds up to the bonuses and not to the base mdef and def. It also affects duration of freeze and stun status because of this.
  4. hello mayumi, do you do like assistance on installing this? I will pay your service badly need help
  5. Thank you, you're right it's dgvoodoo messing it up. Issue resolved.
  6. Thank you for your assistance Ai4rei, here are the results WorkingRO.txt Not-WorkingRO.txt
  7. In addition, when I use (copy pasted opensetup) the opensetup from MY CLIENT to the OTHER Ragnarok Server working on his pc, it will also become blank, but when i paste the opensetup from the OTHER Ragnarok server that is working, it still come up as blank in dire need of help pls.
  8. Other servers are working. I've tested it and he showed it using team viewer. This is his setup log on my server's setup Setup.log
  9. Need help please, I recently diffed a 2020 client and my friend has a blank graphics settings in opensetup. It shows this error been trying to find a fix for this. Tried using Dgvoodoo but to no avail. He has no discrete video card too. TYIA! Cheers!
  10. Need help pls. My friend who has no graphics card (Only using integrated graphics) shows a blank Graphics Device Setup and Resolution. Other ROPrivate servers he downloaded are working fine. What could be the problem? Here is the error code
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.