While trying to finish up my summoning script, i realized that the summoning store is outdated. What used to be the summoning store is now the obelisk and the store has another symbol.
I had added them and updated them to their rightful names..
Also tested with 2 different accounts from 2 different locationsworks everytime....
Code:
Simba Code:'summoning obelisk':
begin
SymbolBitmap := BitmapFromString(15, 5, 'beNpj42Nm4zt87CwE2SVP1' +
'XaoKeidC0SeUTWfHj4AiixetgYoCCSBKuGKgSKVNc1AZXMO3AOpWf' +
'8EqBiiEaIFrhioEigCRJPnrAAqBqJjl98BEVAlxFigGmSTIVqAtgM' +
'VAI0FqgeSEBMwFQNVAo0FigPVgxjrnwB1Obj4IBQDAImMdLM=');
result:= 10325360;
end;
'summoning store':
begin
SymbolBitmap := BitmapFromString(15, 5, 'meJyzicq0QUKMDAzIyAZVFk3ZAVS' +
'AVQtQJGrCfCA6gA0gqweyFyxY8OjFi5MPvwLVb9uyEVM9muLJ377C' +
'1WNqgRgOABDhZzk=');
result:= 9697013;
end;



..
Reply With Quote










