Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Matheus

Members
  • Posts

    63
  • Joined

  • Last visited

4 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

4452 profile views

Matheus's Achievements

Poring

Poring (1/15)

6

Reputation

  1. status.h (refine max 70), mmo.h (hexed, 2010-07-30).
  2. any idea ? last revision and hexed 2010-07-30 (packet_db: 25).
  3. Matheus

    GorgonCP

    Make this CP be easy to add plugins and skins .
  4. Here one example Epoque, with multiple configs, i don't know if this is right, but is just a example: function script configSystem { explode(.@_config, getarg(0), ","); switch(.@_config[0]) { case "useZeny": $zenyCost = .@_config[1]; break; case "itemID": $itemID = .@_config[1]; break; case "itemAMOUNT": $itemAMOUNT = .@_config[1]; break; } } - testScript -1,{ OnPCLoginEvent: configSystem("useZeny,5000"); configSystem("itemID,678"); configSystem("itemAMOUNT,678"); if(($zenyCost) && zeny < $zenyCost){ mes "Zeny is necessary !"; close; } else { getitem $itemID, $itemAMOUNT; mes "Here is your item!"; close; } }
  5. Good one, congratulations rAthena team, the team members are awesome .
  6. Matheus

    CeresCP

    Here in my CeresCP, the menu 'information' does not appear, and other stuff too O_O
  7. That's a great news, congratulations !
×
×
  • Create New...