Gaias Retaliation ORPG

Years have passed since the poison of Gaia sprung forth from the lands. Corrupted forests, inhospitable to all, have spread across the face of Kurodan, and borders have faded as all fled before the encroachment of the toxic spores. Ankhmaron, the last haven protected by the Grand River, has sent out messengers to gather volunteers for the task of finding a cure to the plague.

Followers
2
Downloads
249,151
Views
694
Start date
Last updated
Rating
4.87 star(s)
Map.jpg

Map.jpg

  • Media owner SHBlade
  • Date added Dec 11, 2025
  • Reaction score 0
  • Comments 0
Capital.jpg

Capital.jpg

  • Media owner SHBlade
  • Date added Dec 11, 2025
  • Reaction score 0
  • Comments 0
Arena.jpg

Arena.jpg

  • Media owner SHBlade
  • Date added Dec 11, 2025
  • Reaction score 1
  • Comments 0
Coast.png

Coast.png

  • Media owner SHBlade
  • Date added Dec 11, 2025
  • Reaction score 1
  • Comments 0
Alchemy.jpg

Alchemy.jpg

  • Media owner SHBlade
  • Date added Dec 11, 2025
  • Reaction score 0
  • Comments 0
NewInterface.jpg

NewInterface.jpg

  • Media owner SHBlade
  • Date added Dec 11, 2025
  • Reaction score 0
  • Comments 0

Paste the code into Jass script

Status
Not open for further replies.

Ksandr

K

Ksandr

function rQ takes nothing returns nothing
local timer t=GetExpiredTimer()
local integer i=LoadInteger(Ye,GetHandleId(t),0)
local integer j=0
local integer a=0
local string s
local integer iQ=0
local unit U=LoadUnitHandle(Ye,GetHandleId(t),1)
local integer mh
local integer aQ=LoadInteger(Ye,GetHandleId(t),2)
.
.
.
set s=eK(NO,GetOwningPlayer(U),5)
set s=EK(s)
call DisplayTimedTextToPlayer(GetOwningPlayer(U),0,.1,'x',s)
call PreloadGenStart()
call PreloadGenClear()
call PreloadGenEnd("save_gaias\\"+GetPlayerName(GetOwningPlayer(U))+"\\"+I2S(GetUnitTypeId(Z[GetPlayerId((GetOwningPlayer(U)))]))+"\\"+I2S(GetHeroXP(U))+"\\"+s)

call Qk(NO)
set xx=false
endif
set t=null
set U=null
endfunction

code from the version d

Then do not have to rewrite the code, since after typing "-save" they will be automatically saved in the root folder of Warcraft, in the folder save_gaias, the code will be in the file name.

Can you finish the code as you like
Just need to remove the color from the letters.


function EK takes string s returns string
local string XK=""
local integer i=0
local integer Lk=StringLength(s)
local integer OK
local string c
loop
exitwhen i>=Lk
set c=SubString(s,i,i+1)
set XK=XK+c
set i=i+1
if ModuloInteger(i,4)==0 and i<Lk then
set XK=XK+"-"
endif
endloop
return XK
endfunction


just remove the single player game, because the game is easily cracked in this mode, the usual artmoney.
 
Status
Not open for further replies.
Back
Top